Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv7108/scripts
Modified Files:
shadow
Log Message:
changed group of su to wheel
Index: shadow
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/shadow,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- shadow 13 Oct 2003 17:36:09 -0000 1.13
+++ shadow 17 Nov 2003 00:07:24 -0000 1.14
@@ -40,6 +40,7 @@
make DESTDIR=$WORKDIR/tmp install || exit 1
chmod 700 $WORKDIR/tmp/bin/login || exit 1
chmod 4550 $WORKDIR/tmp/bin/su || exit 1
+ chgrp wheel $WORKDIR/tmp/bin/su || exit 1
chmod -c go-rx $WORKDIR/tmp/usr/sbin/{chpasswd,dpasswd,group*,grp[cu]*,logoutd,mkpasswd,newusers,pw[cu]*,user*,vipw} || exit 1
rm $WORKDIR/tmp/bin/vipw || exit 1
mv $WORKDIR/tmp/bin/sg $WORKDIR/tmp/usr/bin || exit 1
|