Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16278
Modified Files:
shadow
Log Message:
copy latest config files, so we won't get any error messages
Index: shadow
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/shadow,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- shadow 6 Sep 2004 20:31:33 -0000 1.17
+++ shadow 6 Sep 2004 20:47:48 -0000 1.18
@@ -31,6 +31,7 @@
# we need this stuff later
make install || exit 1
+ cp -dpR etc/{limits,login.access,login.def*,useradd} /etc/ || exit 1
;;
install )
|