From owner-svn-src-all@FreeBSD.ORG Wed Mar 30 08:22:29 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6EEB1065675; Wed, 30 Mar 2011 08:22:29 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 93CA88FC15; Wed, 30 Mar 2011 08:22:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2U8MTBC057056; Wed, 30 Mar 2011 08:22:29 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2U8MT2E057047; Wed, 30 Mar 2011 08:22:29 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <201103300822.p2U8MT2E057047@svn.freebsd.org> From: Ed Schouten Date: Wed, 30 Mar 2011 08:22:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220154 - in head/etc: etc.amd64 etc.arm etc.i386 etc.ia64 etc.mips etc.pc98 etc.powerpc etc.sparc64 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2011 08:22:29 -0000 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