Author: rmh Date: 2006-02-06 06:28:06 +0000 (Mon, 06 Feb 2006) New Revision: 1138
Added: trunk/web/patches/debian-only/sysvinit.diff Log: Add sysvinit.diff. Added: trunk/web/patches/debian-only/sysvinit.diff =================================================================== --- trunk/web/patches/debian-only/sysvinit.diff 2006-02-05 19:23:06 UTC (rev 1137) +++ trunk/web/patches/debian-only/sysvinit.diff 2006-02-06 06:28:06 UTC (rev 1138) @@ -0,0 +1,40 @@ + +Author: rmh +Status: in BTS + +--- sysvinit-2.86.ds1/debian/share/inittab.kfreebsd-gnu~ 2006-02-06 08:19:20.000000000 +0100 ++++ sysvinit-2.86.ds1/debian/share/inittab.kfreebsd-gnu 2006-02-06 08:22:14.000000000 +0100 +@@ -48,22 +48,22 @@ + # Format: + # <id>:<runlevels>:<action>:<process> + # +-# Note that on most Debian systems tty7 is used by the X Window System, +-# so if you want to add more getty's go ahead but skip tty7 if you run X. ++# Note that on most Debian systems ttyv6 is used by the X Window System, ++# so if you want to add more getty's go ahead but skip ttyv6 if you run X. + # +-1:2345:respawn:/sbin/getty 38400 ttyv0 +-2:23:respawn:/sbin/getty 38400 ttyv1 +-3:23:respawn:/sbin/getty 38400 ttyv2 +-4:23:respawn:/sbin/getty 38400 ttyv3 +-5:23:respawn:/sbin/getty 38400 ttyv4 +-6:23:respawn:/sbin/getty 38400 ttyv5 ++1:2345:respawn:/sbin/getty 38400 ttyv0 cons25 ++2:23:respawn:/sbin/getty 38400 ttyv1 cons25 ++3:23:respawn:/sbin/getty 38400 ttyv2 cons25 ++4:23:respawn:/sbin/getty 38400 ttyv3 cons25 ++5:23:respawn:/sbin/getty 38400 ttyv4 cons25 ++6:23:respawn:/sbin/getty 38400 ttyv5 cons25 + + # Example how to put a getty on a serial line (for a terminal) + # +-#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 +-#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100 ++#T0:23:respawn:/sbin/getty -L cuaa0 9600 vt100 ++#T1:23:respawn:/sbin/getty -L cuaa1 9600 vt100 + + # Example how to put a getty on a modem line. + # +-#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3 ++#T3:23:respawn:/sbin/mgetty -x0 -s 57600 cuaa3 + -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

