initng/trunk/system/init.i

glen cvs at pld-linux.org
Tue Feb 28 22:15:16 CET 2006


Author: glen
Date: Tue Feb 28 22:15:06 2006
New Revision: 7052

Added:
   initng/trunk/system/init.i
Log:
- from http://gauret.free.fr/fichiers/rpms/fedora/initng/init.i, updated for current initng


Added: initng/trunk/system/init.i
==============================================================================
--- (empty file)
+++ initng/trunk/system/init.i	Tue Feb 28 22:15:06 2006
@@ -0,0 +1,7 @@
+service daemon/init/* {
+	exec start = /etc/rc.d/init.d/$NAME start;
+	exec stop = /etc/rc.d/init.d/$NAME stop;
+
+	# FIXME: why last?
+    last;
+}


More information about the pld-cvs-commit mailing list