Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2011 08:22:29 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220154 - in head/etc: etc.amd64 etc.arm etc.i386 etc.ia64 etc.mips etc.pc98 etc.powerpc etc.sparc64
Message-ID:  <201103300822.p2U8MT2E057047@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Wed Mar 30 08:22:29 2011
New Revision: 220154
URL: http://svn.freebsd.org/changeset/base/220154

Log:
  Remove the reference to pseudo-terminals from the description.
  
  Pseudo-terminals are no longer listed in this file, since the utmpx
  implementation doesn't depend on ttyslot().

Modified:
  head/etc/etc.amd64/ttys
  head/etc/etc.arm/ttys
  head/etc/etc.i386/ttys
  head/etc/etc.ia64/ttys
  head/etc/etc.mips/ttys
  head/etc/etc.pc98/ttys
  head/etc/etc.powerpc/ttys
  head/etc/etc.sparc64/ttys

Modified: head/etc/etc.amd64/ttys
==============================================================================
--- head/etc/etc.amd64/ttys	Wed Mar 30 01:19:00 2011	(r220153)
+++ head/etc/etc.amd64/ttys	Wed Mar 30 08:22:29 2011	(r220154)
@@ -16,9 +16,8 @@
 # type The initial terminal type for this port.  For hardwired
 #      terminal lines, this will contain the type of terminal used.
 #      For virtual consoles, the correct type is typically xterm.
-#      Other common values include network for network connections on
-#      pseudo-terminals, dialup for incoming modem ports, and unknown
-#      when the terminal type cannot be predetermined.
+#      Other common values include dialup for incoming modem ports, and
+#      unknown when the terminal type cannot be predetermined.
 #
 # status Must be on or off.  If on, init will run the getty program on
 #        the specified port.  If the word "secure" appears, this tty

Modified: head/etc/etc.arm/ttys
==============================================================================
--- head/etc/etc.arm/ttys	Wed Mar 30 01:19:00 2011	(r220153)
+++ head/etc/etc.arm/ttys	Wed Mar 30 08:22:29 2011	(r220154)
@@ -16,9 +16,8 @@
 # type The initial terminal type for this port.  For hardwired
 #      terminal lines, this will contain the type of terminal used.
 #      For virtual consoles, the correct type is typically xterm.
-#      Other common values include network for network connections on
-#      pseudo-terminals, dialup for incoming modem ports, and unknown
-#      when the terminal type cannot be predetermined.
+#      Other common values include dialup for incoming modem ports, and
+#      unknown when the terminal type cannot be predetermined.
 #
 # status Must be on or off.  If on, init will run the getty program on
 #        the specified port.  If the word "secure" appears, this tty

Modified: head/etc/etc.i386/ttys
==============================================================================
--- head/etc/etc.i386/ttys	Wed Mar 30 01:19:00 2011	(r220153)
+++ head/etc/etc.i386/ttys	Wed Mar 30 08:22:29 2011	(r220154)
@@ -16,9 +16,8 @@
 # type The initial terminal type for this port.  For hardwired
 #      terminal lines, this will contain the type of terminal used.
 #      For virtual consoles, the correct type is typically xterm.
-#      Other common values include network for network connections on
-#      pseudo-terminals, dialup for incoming modem ports, and unknown
-#      when the terminal type cannot be predetermined.
+#      Other common values include dialup for incoming modem ports, and
+#      unknown when the terminal type cannot be predetermined.
 #
 # status Must be on or off.  If on, init will run the getty program on
 #        the specified port.  If the word "secure" appears, this tty

Modified: head/etc/etc.ia64/ttys
==============================================================================
--- head/etc/etc.ia64/ttys	Wed Mar 30 01:19:00 2011	(r220153)
+++ head/etc/etc.ia64/ttys	Wed Mar 30 08:22:29 2011	(r220154)
@@ -16,9 +16,8 @@
 # type The initial terminal type for this port.  For hardwired
 #      terminal lines, this will contain the type of terminal used.
 #      For virtual consoles, the correct type is typically xterm.
-#      Other common values include network for network connections on
-#      pseudo-terminals, dialup for incoming modem ports, and unknown
-#      when the terminal type cannot be predetermined.
+#      Other common values include dialup for incoming modem ports, and
+#      unknown when the terminal type cannot be predetermined.
 #
 # status Must be on or off.  If on, init will run the getty program on
 #        the specified port.  If the word "secure" appears, this tty

Modified: head/etc/etc.mips/ttys
==============================================================================
--- head/etc/etc.mips/ttys	Wed Mar 30 01:19:00 2011	(r220153)
+++ head/etc/etc.mips/ttys	Wed Mar 30 08:22:29 2011	(r220154)
@@ -16,9 +16,8 @@
 # type The initial terminal type for this port.  For hardwired
 #      terminal lines, this will contain the type of terminal used.
 #      For virtual consoles, the correct type is typically xterm.
-#      Other common values include network for network connections on
-#      pseudo-terminals, dialup for incoming modem ports, and unknown
-#      when the terminal type cannot be predetermined.
+#      Other common values include dialup for incoming modem ports, and
+#      unknown when the terminal type cannot be predetermined.
 #
 # status Must be on or off.  If on, init will run the getty program on
 #        the specified port.  If the word "secure" appears, this tty

Modified: head/etc/etc.pc98/ttys
==============================================================================
--- head/etc/etc.pc98/ttys	Wed Mar 30 01:19:00 2011	(r220153)
+++ head/etc/etc.pc98/ttys	Wed Mar 30 08:22:29 2011	(r220154)
@@ -16,9 +16,8 @@
 # type The initial terminal type for this port.  For hardwired
 #      terminal lines, this will contain the type of terminal used.
 #      For virtual consoles, the correct type is typically cons25w.
-#      Other common values include network for network connections on
-#      pseudo-terminals, dialup for incoming modem ports, and unknown
-#      when the terminal type cannot be predetermined.
+#      Other common values include dialup for incoming modem ports, and
+#      unknown when the terminal type cannot be predetermined.
 #
 # status Must be on or off.  If on, init will run the getty program on
 #        the specified port.  If the word "secure" appears, this tty

Modified: head/etc/etc.powerpc/ttys
==============================================================================
--- head/etc/etc.powerpc/ttys	Wed Mar 30 01:19:00 2011	(r220153)
+++ head/etc/etc.powerpc/ttys	Wed Mar 30 08:22:29 2011	(r220154)
@@ -16,9 +16,8 @@
 # type The initial terminal type for this port.  For hardwired
 #      terminal lines, this will contain the type of terminal used.
 #      For virtual consoles, the correct type is typically xterm.
-#      Other common values include network for network connections on
-#      pseudo-terminals, dialup for incoming modem ports, and unknown
-#      when the terminal type cannot be predetermined.
+#      Other common values include dialup for incoming modem ports, and
+#      unknown when the terminal type cannot be predetermined.
 #
 # status Must be on or off.  If on, init will run the getty program on
 #        the specified port.  If the word "secure" appears, this tty

Modified: head/etc/etc.sparc64/ttys
==============================================================================
--- head/etc/etc.sparc64/ttys	Wed Mar 30 01:19:00 2011	(r220153)
+++ head/etc/etc.sparc64/ttys	Wed Mar 30 08:22:29 2011	(r220154)
@@ -16,9 +16,8 @@
 # type The initial terminal type for this port.  For hardwired
 #      terminal lines, this will contain the type of terminal used.
 #      For virtual consoles, the correct type is typically xterm.
-#      Other common values include network for network connections on
-#      pseudo-terminals, dialup for incoming modem ports, and unknown
-#      when the terminal type cannot be predetermined.
+#      Other common values include dialup for incoming modem ports, and
+#      unknown when the terminal type cannot be predetermined.
 #
 # status Must be on or off.  If on, init will run the getty program on
 #        the specified port.  If the word "secure" appears, this tty



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103300822.p2U8MT2E057047>