[Initng-svn] r3176 - initng/trunk/initfiles

svn at initng.thinktux.net svn at initng.thinktux.net
Thu Mar 2 18:02:07 CET 2006


Author: makomk
Date: Thu Mar  2 18:02:06 2006
New Revision: 3176

Modified:
   initng/trunk/initfiles/Makefile.am
Log:
Don't flush service cache on "make install" (there's no guarantee the 
currently-running InitNG version will be compatible with the new initscripts)


Modified: initng/trunk/initfiles/Makefile.am
==============================================================================
--- initng/trunk/initfiles/Makefile.am	(original)
+++ initng/trunk/initfiles/Makefile.am	Thu Mar  2 18:02:06 2006
@@ -17,9 +17,3 @@
 
 EXTRA_DIST = $(iifiles) $(extra_files)
 
-install-data-hook:
-	echo
-	echo
-	echo "Flushing the compleate ngc service cache"
-	ngc -R || /bin/true
-	echo "done."


More information about the Initng-svn mailing list