summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-07 20:01:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-07 20:01:17 +0000
commitc796f3200c5458f8181732ca43b5b8702de29f2a (patch)
treec7592999a010ef0c0d51507061202b5cd3c2e9b9 /etc
parentf787381f15ad8be1e7db83f4d47f4963913991b0 (diff)
ttyqf/ttyv0 thing is not defunct
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.alpha/MAKEDEV5
-rw-r--r--etc/etc.pmax/MAKEDEV5
2 files changed, 2 insertions, 8 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV
index 6d51aeeab57..51910ba3e50 100644
--- a/etc/etc.alpha/MAKEDEV
+++ b/etc/etc.alpha/MAKEDEV
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $OpenBSD: MAKEDEV,v 1.26 1997/09/07 20:00:40 dgregor Exp $
+# $OpenBSD: MAKEDEV,v 1.27 1997/09/07 20:01:15 deraadt Exp $
# $NetBSD: MAKEDEV,v 1.8.4.1 1996/06/18 00:41:56 cgd Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -299,9 +299,6 @@ pty*)
n="$(( $n + 1 ))"
done
umask 77
- if [ $class = 1 ]; then
- mv ttyqf ttyv0; mv ptyqf ptyv0
- fi
;;
esac
;;
diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV
index 243a1fbc25f..eeafc426676 100644
--- a/etc/etc.pmax/MAKEDEV
+++ b/etc/etc.pmax/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.17 1997/08/20 03:39:32 millert Exp $
+# $OpenBSD: MAKEDEV,v 1.18 1997/09/07 20:01:16 deraadt Exp $
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@@ -253,9 +253,6 @@ pty*)
n="$(( $n + 1 ))"
done
umask 77
- if [ $class = 1 ]; then
- mv ttyqf ttyv0; mv ptyqf ptyv0
- fi
;;
esac
;;