initng/trunk/daemon/apache.i

glen cvs at pld-linux.org
Tue Jan 24 08:57:08 CET 2006


Author: glen
Date: Tue Jan 24 08:57:06 2006
New Revision: 6890

Modified:
   initng/trunk/daemon/apache.i
Log:
- system/localmount is alias to system/mountfs and system/rundir implies system/mountfs

Modified: initng/trunk/daemon/apache.i
==============================================================================
--- initng/trunk/daemon/apache.i	(original)
+++ initng/trunk/daemon/apache.i	Tue Jan 24 08:57:06 2006
@@ -1,8 +1,7 @@
 service daemon/apache {
-	need = system/localmount system/hostname system/rundir;
+	need = system/hostname system/rundir daemon/network;
 #	need = net/lo;
 	use = daemon/sshd daemon/mysql daemon/postgres system/netmount;
-	need = daemon/network;
 
 	exec start = /etc/rc.d/init.d/apache start;
 	exec stop = /etc/rc.d/init.d/apache stop;


More information about the pld-cvs-commit mailing list