[Lunar-commits] CVS: moonbase/utils/procps BUILD, 1.8,
1.9 POST_INSTALL, 1.1, NONE
Auke Kok
sofar at lunar-linux.org
Sun Nov 14 19:54:00 UTC 2004
Update of /var/cvs/lunar/moonbase/utils/procps
In directory espresso.foo-projects.org:/tmp/cvs-serv4013
Modified Files:
BUILD
Removed Files:
POST_INSTALL
Log Message:
Moving installation of config file into BUILD!!!
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/procps/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 6 Apr 2003 13:06:33 -0000 1.8
+++ BUILD 14 Nov 2004 19:53:58 -0000 1.9
@@ -13,7 +13,11 @@
fi &&
cp $SCRIPT_DIRECTORY/init.d/sysctl /etc/init.d &&
- ln -sf ../init.d/sysctl /etc/rcS.d/S99sysctl
+ ln -sf ../init.d/sysctl /etc/rcS.d/S99sysctl &&
+ if [ ! -e /etc/sysctl.conf ] ; then
+ install -g0 -o0 -m0600 $SCRIPT_DIRECTORY/sysctl.conf /etc
+ fi
+
) > $C_FIFO 2>&1
--- POST_INSTALL DELETED ---
More information about the Lunar-commits
mailing list