summaryrefslogtreecommitdiffstats
path: root/packaging
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
commitb14551d316c0d41daeaecbae3e30993e9fc1cca6 (patch)
tree16194cbed9b5d8db3ad18749543f4672d51254a8 /packaging
parentabcc9705af3738bcba7dd23250703e5e8fd375d8 (diff)
downloadsamba-b14551d316c0d41daeaecbae3e30993e9fc1cca6.tar.gz
samba-b14551d316c0d41daeaecbae3e30993e9fc1cca6.tar.xz
samba-b14551d316c0d41daeaecbae3e30993e9fc1cca6.zip
no longer make smbpasswd setuid root
Diffstat (limited to 'packaging')
-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 68dcedf6600..788b77819b1 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";