initng/trunk/daemon/hddtempd.i

paszczus cvs at pld-linux.org
Tue Jan 24 07:39:24 CET 2006


Author: paszczus
Date: Tue Jan 24 07:39:21 2006
New Revision: 6887

Modified:
   initng/trunk/daemon/hddtempd.i
Log:
- now works

Modified: initng/trunk/daemon/hddtempd.i
==============================================================================
--- initng/trunk/daemon/hddtempd.i	(original)
+++ initng/trunk/daemon/hddtempd.i	Tue Jan 24 07:39:21 2006
@@ -1,9 +1,7 @@
 # Autogenerated by migrate_rc.d-initng.i.sh on Tue Jan 10 16:17:41 CET 2006
 service daemon/hddtempd {
-	need = system/rundir;
+	need = system/initial system/mountfs system/rundir;
 
-	exec start = /etc/rc.d/init.d/hddtempd;
-	exec_args start = start;
-	exec stop = /etc/rc.d/init.d/hddtempd;
-	exec_args stop = stop;
+	exec start = /etc/rc.d/init.d/hddtempd start;
+	exec stop = /etc/rc.d/init.d/hddtempd stop;
 }


More information about the pld-cvs-commit mailing list