svn commit: r243625 - stable/8/etc

Peter Jeremy peterj at FreeBSD.org
Tue Nov 27 19:33:25 UTC 2012


Author: peterj
Date: Tue Nov 27 19:33:25 2012
New Revision: 243625
URL: http://svnweb.freebsd.org/changeset/base/243625

Log:
  MFC r241708:  Explicitly specify 'np' so that getty(8) does not
  simulate even parity on local.9600.
  
  PR:		76226
  Approved by:	jhb (mentor)

Modified:
  stable/8/etc/gettytab
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/gettytab
==============================================================================
--- stable/8/etc/gettytab	Tue Nov 27 19:31:49 2012	(r243624)
+++ stable/8/etc/gettytab	Tue Nov 27 19:33:25 2012	(r243625)
@@ -96,7 +96,7 @@ local.9600|CLOCAL tty @ 9600 Bd:\
 	:o0#0x00000007:o1#0x00000002:o2#0x00000007:\
 	:i0#0x00000704:i1#0x00000000:i2#0x00000704:\
 	:l0#0x000005cf:l1#0x00000000:l2#0x000005cf:\
-	:sp#9600:
+	:sp#9600:np:
 
 #
 # Dial in rotary tables, speed selection via 'break'


More information about the svn-src-stable-8 mailing list