Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.x68k fix typo in previous, where "pty*" had been cha...



details:   https://anonhg.NetBSD.org/src/rev/7a5a292ebeaa
branches:  trunk
changeset: 551203:7a5a292ebeaa
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Sep 01 08:19:57 2003 +0000

description:
fix typo in previous, where "pty*" had been changed to "ty*".  (hi dsl@ !)

diffstat:

 etc/etc.x68k/MAKEDEV |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 43f816879001 -r 7a5a292ebeaa etc/etc.x68k/MAKEDEV
--- a/etc/etc.x68k/MAKEDEV      Mon Sep 01 08:10:19 2003 +0000
+++ b/etc/etc.x68k/MAKEDEV      Mon Sep 01 08:19:57 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.68 2003/08/30 11:00:38 dsl Exp $
+#      $NetBSD: MAKEDEV,v 1.69 2003/09/01 08:19:57 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -456,7 +456,7 @@
        chmod 666 ttyp[0-1] ptyp[0-1]
        ;;
 
-ty*)
+pty*)
        class=${i#pty}
        set -- p q r s t u v w x y z P Q R S T
        if [ "$class" -ge $# ]; then



Home | Main Index | Thread Index | Old Index