[Pkg-shadow-commits] r1697 - debian/trunk/debian

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Fri Jan 11 22:26:28 UTC 2008


Author: nekral-guest
Date: 2008-01-11 22:26:27 +0000 (Fri, 11 Jan 2008)
New Revision: 1697

Modified:
   debian/trunk/debian/changelog
   debian/trunk/debian/securetty.linux
Log:
Improve the securetty config file for Linux:
Add ttyS1. Better comments for the ttyS and xen consoles. Add a note for
the devfs consoles. They are no more needed for most users. Closes:
#454584. Thanks to Bastian Blank.


Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2008-01-06 20:37:20 UTC (rev 1696)
+++ debian/trunk/debian/changelog	2008-01-11 22:26:27 UTC (rev 1697)
@@ -37,6 +37,9 @@
       which comes from 008_login_log_failure_in_FTMP. Fix
       008_login_log_failure_in_FTMP. This should fix some bugs causing invalid
       faillog entries on 64 bit architectures with 32 bit compatibility.
+    - debian/securetty.linux: Add ttyS1. Better comments for the ttyS and xen
+      consoles. Add a note for the devfs consoles. They are no more needed for
+      most users. Closes: #454584
 
  -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>  Sat, 17 Nov 2007 18:33:26 +0100
 

Modified: debian/trunk/debian/securetty.linux
===================================================================
--- debian/trunk/debian/securetty.linux	2008-01-06 20:37:20 UTC (rev 1696)
+++ debian/trunk/debian/securetty.linux	2008-01-11 22:26:27 UTC (rev 1697)
@@ -2,12 +2,16 @@
 # See securetty(5) and login(1).
 console
 
-# for people with serial port consoles
+# Standard serial ports
 ttyS0
+ttyS1
 
-# for devfs
-tts/0
+# Standard hypervisor virtual console
+hvc0
 
+# Oldstyle Xen console
+xvc0
+
 # Standard consoles
 tty1
 tty2
@@ -73,7 +77,14 @@
 tty62
 tty63
 
-# Same as above, but these only occur with devfs devices
+# devfs consoles
+# Note: On kernels greater than 2.6.12, this is not needed.
+
+# Standard serial ports, with devfs
+tts/0
+tts/1
+
+# Standard consoles, with devfs
 vc/1
 vc/2
 vc/3
@@ -137,7 +148,3 @@
 vc/61
 vc/62
 vc/63
-
-# for Xen consoles
-xvc0
-hvc0




More information about the Pkg-shadow-commits mailing list