]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - inittab
- one more fix to IPXFRAMETYPE
[projects/rc-scripts.git] / inittab
diff --git a/inittab b/inittab
index 778edd5597ec832d3c0c833f01ab8c8e5dd02d22..1f341ea5c1beba05ca9acd2a201076c37b4edd41 100644 (file)
--- a/inittab
+++ b/inittab
@@ -2,9 +2,11 @@
 # inittab       This file describes how the INIT process should set up
 #               the system in a certain run-level.
 #
+#              $Id: inittab,v 1.4 1999/07/31 11:24:17 misiek Exp $
+#
 # Author:       Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 #               Modified for RHS Linux by Marc Ewing and Donnie Barnes
-#              Modified for PLD Linux by Wojtek ¦lusarczyk     
+#
 
 # Default runlevel. The runlevels used by PLD are:
 #   0 - halt (Do NOT set initdefault to this)
@@ -32,7 +34,7 @@ l6:6:wait:/etc/rc.d/rc 6
 ud::once:/sbin/update
 
 # Trap CTRL-ALT-DELETE
-#ca::ctrlaltdel:/sbin/shutdown -t3 -r now 
+ca::ctrlaltdel:/sbin/shutdown -t3 -r now
 
 # When our UPS tells us power has failed, assume we have a few minutes
 # of power left.  Schedule a shutdown for 2 minutes from now.
@@ -51,7 +53,8 @@ pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
 4:2345:respawn:/sbin/mingetty tty4
 5:2345:respawn:/sbin/mingetty tty5
 6:2345:respawn:/sbin/mingetty tty6
+7:2345:respawn:/sbin/mingetty tty7
+8:2345:respawn:/sbin/mingetty tty8
 
 # Run xdm in runlevel 5
-x:5:respawn:/usr/bin/X11/xdm -nodaemon
-
+#x:5:respawn:/usr/bin/X11/xdm -nodaemon
This page took 0.026789 seconds and 4 git commands to generate.