initng/trunk/daemon/mysql.i

glen cvs at pld-linux.org
Sun Feb 26 13:57:29 CET 2006


Author: glen
Date: Sun Feb 26 13:57:24 2006
New Revision: 7023

Modified:
   initng/trunk/daemon/mysql.i
Log:
- mysql initscript hopefully fixed

Modified: initng/trunk/daemon/mysql.i
==============================================================================
--- initng/trunk/daemon/mysql.i	(original)
+++ initng/trunk/daemon/mysql.i	Sun Feb 26 13:57:24 2006
@@ -1,9 +1,6 @@
 service daemon/mysql {
 	need = system/rundir daemon/network;
 
-	script start = {
-		/etc/rc.d/init.d/mysql start
-		exit 0
-	}
+	exec start = /etc/rc.d/init.d/mysql start;
 	exec stop = /etc/rc.d/init.d/mysql stop;
 }


More information about the pld-cvs-commit mailing list