Author: paszczus
Date: Tue Jan 10 20:46:34 2006
New Revision: 6787

Added:
   initng/daemon/apcupsd.i
   initng/daemon/hddtempd.i
   initng/daemon/pdns.i
   initng/daemon/tpop3d.i
Log:
- added

Added: initng/daemon/apcupsd.i
==============================================================================
--- (empty file)
+++ initng/daemon/apcupsd.i     Tue Jan 10 20:46:34 2006
@@ -0,0 +1,10 @@
+# Autogenerated by migrate_rc.d-initng.i.sh on Tue Jan 10 16:17:40 CET 2006
+service daemon/apcupsd {
+       need = system/initial system/mountfs system/rundir;
+       need = daemon/network;
+
+       exec start = /etc/rc.d/init.d/apcupsd;
+       exec_args start = start;
+       exec stop = /etc/rc.d/init.d/apcupsd;
+       exec_args stop = stop;
+}

Added: initng/daemon/hddtempd.i
==============================================================================
--- (empty file)
+++ initng/daemon/hddtempd.i    Tue Jan 10 20:46:34 2006
@@ -0,0 +1,9 @@
+# Autogenerated by migrate_rc.d-initng.i.sh on Tue Jan 10 16:17:41 CET 2006
+service daemon/hddtempd {
+       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;
+}

Added: initng/daemon/pdns.i
==============================================================================
--- (empty file)
+++ initng/daemon/pdns.i        Tue Jan 10 20:46:34 2006
@@ -0,0 +1,10 @@
+# Autogenerated by migrate_rc.d-initng.i.sh on Tue Jan 10 16:17:40 CET 2006
+service daemon/pdns {
+       need = system/initial system/mountfs system/rundir;
+       need = daemon/network;
+
+       exec start = /etc/rc.d/init.d/pdns;
+       exec_args start = start;
+       exec stop = /etc/rc.d/init.d/pdns;
+       exec_args stop = stop;
+}

Added: initng/daemon/tpop3d.i
==============================================================================
--- (empty file)
+++ initng/daemon/tpop3d.i      Tue Jan 10 20:46:34 2006
@@ -0,0 +1,10 @@
+# Autogenerated by migrate_rc.d-initng.i.sh on Tue Jan 10 16:17:39 CET 2006
+service daemon/tpop3d {
+       need = system/initial system/mountfs system/rundir;
+       need = daemon/network;
+
+       exec start = /etc/rc.d/init.d/tpop3d;
+       exec_args start = start;
+       exec stop = /etc/rc.d/init.d/tpop3d;
+       exec_args stop = stop;
+}
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to