From b6373786853fe9f41437b588054dad38ee3cee60 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Wed, 25 Mar 1998 17:53:00 +0000 Subject: no longer make smbpasswd setuid root (This used to be commit b14551d316c0d41daeaecbae3e30993e9fc1cca6) --- packaging/SGI/idb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') 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"; -- cgit