[Lunar-commits] CVS: moonbase/kernel/linux-beta-mm POST_INSTALL, 1.5, 1.6

Auke Kok sofar at lunar-linux.org
Fri Aug 20 08:05:36 GMT 2004


Update of /var/cvs/lunar/moonbase/kernel/linux-beta-mm
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19326/kernel/linux-beta-mm

Modified Files:
	POST_INSTALL 
Log Message:
Removing BOOST_LOCK in POST_INSTALL is obsoleted by about 8-12 months as the boost() function in the core cleans up the boostlock before POST_INSTALL is ran. Removing the obsolete calls from moonbase since they confuse people.


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta-mm/POST_INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- POST_INSTALL	8 Apr 2004 16:25:25 -0000	1.5
+++ POST_INSTALL	20 Aug 2004 08:05:34 -0000	1.6
@@ -9,7 +9,6 @@
 
 #  Reinstall packages that add their own kernel modules
 
-rm  -f  $BOOST_LOCK
 if  module_installed  ftpfs;          then  lin  ftpfs;          fi
 if  module_installed  cvsfs;          then  lin  cvsfs;          fi
 if  module_installed  NVIDIA;       then  lin  NVIDIA;       fi



More information about the Lunar-commits mailing list