[Pkg-sysvinit-commits] r741 - in sysvinit/trunk/debian: . share

Thomas Hood jdthood-guest at costa.debian.org
Tue Feb 7 21:06:32 UTC 2006


Author: jdthood-guest
Date: 2006-02-07 21:06:31 +0000 (Tue, 07 Feb 2006)
New Revision: 741

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/share/inittab.kfreebsd-gnu
Log:
Apply Robert Millan's patch in #351615

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-02-07 21:01:01 UTC (rev 740)
+++ sysvinit/trunk/debian/changelog	2006-02-07 21:06:31 UTC (rev 741)
@@ -39,6 +39,13 @@
     + Handle older dpkg-architecture
     + Tweak Build-Depends on libselinux1-dev   (Closes: #340285)
 
+  [ Robert Millan / TH ]
+  * inittab on GNU/kFreeBSD:  (Closes: #351615)
+    - Pass "cons25" as parameter to getty (leaving it unspecified
+      required hacks in the getty side).
+    - "translate" all device names into kfreebsd ones, including those
+      in comments.
+
   [ A Costa / TH ]
   * man pages: 10_doc_manuals.dpatch: Fix a shipload o' typos
     (Closes: #349768, #349769, #349770, #349771, #349772, #349773)

Modified: sysvinit/trunk/debian/share/inittab.kfreebsd-gnu
===================================================================
--- sysvinit/trunk/debian/share/inittab.kfreebsd-gnu	2006-02-07 21:01:01 UTC (rev 740)
+++ sysvinit/trunk/debian/share/inittab.kfreebsd-gnu	2006-02-07 21:06:31 UTC (rev 741)
@@ -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
 




More information about the Pkg-sysvinit-commits mailing list