[Pkg-sysvinit-commits] r1686 - in sysvinit/trunk/debian: . share
Kel Modderman
kelmo-guest at alioth.debian.org
Tue Sep 1 13:58:16 UTC 2009
Author: kelmo-guest
Date: 2009-09-01 13:58:16 +0000 (Tue, 01 Sep 2009)
New Revision: 1686
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/share/inittab.kfreebsd-gnu
Log:
Update inittab.kfreebsd-gnu: On GNU/kFreeBSD the serial devices have
change from /dev/cuuaX to /dev/ttydX in kernel 6.0 which is minumum
kernel currently supported in Debian. (Closes: #544555)
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2009-09-01 13:46:06 UTC (rev 1685)
+++ sysvinit/trunk/debian/changelog 2009-09-01 13:58:16 UTC (rev 1686)
@@ -57,6 +57,9 @@
* Update sysv-rc debconf templates with text which help sell dep based
boot to end users, and provide sound advice for people who encounter
problems which prevent the migration.
+ * Update inittab.kfreebsd-gnu: On GNU/kFreeBSD the serial devices have
+ change from /dev/cuuaX to /dev/ttydX in kernel 6.0 which is minumum
+ kernel currently supported in Debian. (Closes: #544555)
[ Petter Reinholdtsen ]
* Adjust init.d/bootlogd dependencies to start before hostname,
@@ -93,7 +96,7 @@
though removing initscripts will leave the system unbootable.
Update lintian overrides to reflect this.
- -- Kel Modderman <kel at otaku42.de> Tue, 01 Sep 2009 23:44:50 +1000
+ -- Kel Modderman <kel at otaku42.de> Tue, 01 Sep 2009 23:53:09 +1000
sysvinit (2.87dsf-2) unstable; urgency=low
Modified: sysvinit/trunk/debian/share/inittab.kfreebsd-gnu
===================================================================
--- sysvinit/trunk/debian/share/inittab.kfreebsd-gnu 2009-09-01 13:46:06 UTC (rev 1685)
+++ sysvinit/trunk/debian/share/inittab.kfreebsd-gnu 2009-09-01 13:58:16 UTC (rev 1686)
@@ -60,10 +60,10 @@
# Example how to put a getty on a serial line (for a terminal)
#
-#T0:23:respawn:/sbin/getty -L cuaa0 9600 vt100
-#T1:23:respawn:/sbin/getty -L cuaa1 9600 vt100
+#T0:23:respawn:/sbin/getty -L ttyd0 9600 vt100
+#T1:23:respawn:/sbin/getty -L ttyd1 9600 vt100
# Example how to put a getty on a modem line.
#
-#T3:23:respawn:/sbin/mgetty -x0 -s 57600 cuaa3
+#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyd3
More information about the Pkg-sysvinit-commits
mailing list