SVN: initng/trunk/daemon/mingetty.i
glen
glen at pld-linux.org
Tue Sep 19 16:58:08 CEST 2006
Author: glen
Date: Tue Sep 19 16:58:08 2006
New Revision: 7801
Added:
initng/trunk/daemon/mingetty.i
Log:
- add mingetty (based on agetty)
Added: initng/trunk/daemon/mingetty.i
==============================================================================
--- (empty file)
+++ initng/trunk/daemon/mingetty.i Tue Sep 19 16:58:08 2006
@@ -0,0 +1,10 @@
+daemon daemon/mingetty/* {
+ need = system/mountroot system/hostname;
+ exec daemon = /sbin/mingetty $NAME;
+ respawn;
+}
+
+virtual daemon/mingetty {
+ need = daemon/mingetty/tty2 daemon/mingetty/tty3 daemon/mingetty/tty4;
+ use = system/mountroot;
+}
More information about the pld-cvs-commit
mailing list