summaryrefslogtreecommitdiff
path: root/packaging/SGI
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-03-25 17:53:00 +0000
committerHerb Lewis <herb@samba.org>1998-03-25 17:53:00 +0000
commitb6373786853fe9f41437b588054dad38ee3cee60 (patch)
tree8deff8b04861ccba45bad589122fd3edde0ceac6 /packaging/SGI
parentab79f2a5f259a3dcae149b4e0517ff0b7be3dccb (diff)
downloadsamba-b6373786853fe9f41437b588054dad38ee3cee60.tar.gz
samba-b6373786853fe9f41437b588054dad38ee3cee60.tar.bz2
samba-b6373786853fe9f41437b588054dad38ee3cee60.zip
no longer make smbpasswd setuid root
(This used to be commit b14551d316c0d41daeaecbae3e30993e9fc1cca6)
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-xpackaging/SGI/idb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl
index 68dcedf660..788b77819b 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -95,7 +95,7 @@ while(@bins) {
if (index($nextfile,'$')) {
if ($nextfile eq "smbpasswd") {
- print IDB "f 4555 root sys usr/samba/bin/$nextfile source/$nextfile samba.sw.base\n";
+ print IDB "f 0755 root sys usr/samba/bin/$nextfile source/$nextfile samba.sw.base\n";
}
elsif ($nextfile eq "findsmb") {
print IDB "f 0755 root sys usr/samba/bin/$nextfile packaging/SGI/$nextfile samba.sw.base\n";