SVN: initng/trunk: daemon/ifplugd.i daemon/local.i daemon/powernowd.i system/clock.i system/local.i

glen glen at pld-linux.org
Tue Sep 19 16:47:13 CEST 2006


Author: glen
Date: Tue Sep 19 16:47:12 2006
New Revision: 7797

Added:
   initng/trunk/daemon/ifplugd.i
   initng/trunk/daemon/local.i
   initng/trunk/daemon/powernowd.i
   initng/trunk/system/clock.i
      - copied unchanged from rev 7324, initng/tags/0.5.5-20060309/system/clock.i
Removed:
   initng/trunk/system/local.i
Log:
- new services from my laptop

Added: initng/trunk/daemon/ifplugd.i
==============================================================================
--- (empty file)
+++ initng/trunk/daemon/ifplugd.i	Tue Sep 19 16:47:12 2006
@@ -0,0 +1,8 @@
+# Autogenerated by ./migrate_rc.d-initng.i.sh on Tue Sep 19 17:45:24 EEST 2006
+service daemon/ifplugd {
+	stdout = /dev/null;
+	need = system/rundir daemon/network;
+
+	exec start = /etc/rc.d/init.d/ifplugd start;
+	exec stop = /etc/rc.d/init.d/ifplugd stop;
+}

Added: initng/trunk/daemon/local.i
==============================================================================
--- (empty file)
+++ initng/trunk/daemon/local.i	Tue Sep 19 16:47:12 2006
@@ -0,0 +1,8 @@
+# Autogenerated by ./migrate_rc.d-initng.i.sh on Tue Sep 19 17:45:23 EEST 2006
+service daemon/local {
+	stdout = /dev/null;
+	need = system/rundir;
+
+	exec start = /etc/rc.d/init.d/local start;
+	exec stop = /etc/rc.d/init.d/local stop;
+}

Added: initng/trunk/daemon/powernowd.i
==============================================================================
--- (empty file)
+++ initng/trunk/daemon/powernowd.i	Tue Sep 19 16:47:12 2006
@@ -0,0 +1,8 @@
+# Autogenerated by ./migrate_rc.d-initng.i.sh on Tue Sep 19 17:45:24 EEST 2006
+service daemon/powernowd {
+	stdout = /dev/null;
+	need = system/rundir;
+
+	exec start = /etc/rc.d/init.d/powernowd start;
+	exec stop = /etc/rc.d/init.d/powernowd stop;
+}


More information about the pld-cvs-commit mailing list