diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-09 05:56:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-09 05:56:51 +0000 |
commit | 02efe713915f21e0eb51c69989cb8dd34d4ad234 (patch) | |
tree | d11b67e52ed01ba0bff25b246f4ab510f56665e3 /etc/etc.pmax | |
parent | b601fad21c9eeff12b1fe0d8b944ca44669a90ef (diff) |
typo
Diffstat (limited to 'etc/etc.pmax')
-rw-r--r-- | etc/etc.pmax/MAKEDEV | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV index 25e8ac91da8..20eb7517678 100644 --- a/etc/etc.pmax/MAKEDEV +++ b/etc/etc.pmax/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.27 1998/11/09 05:39:59 millert Exp $ +# $OpenBSD: MAKEDEV,v 1.28 1998/11/09 05:56:50 millert Exp $ # @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 # @@ -123,6 +123,7 @@ raminst) sh $this std sh $this rz0 rz1 rz2 rz3 rz4 tz0 tz1 rd0 pty0 sh $this fb0 fb1 fb2 + ;; std) mknod console c 0 0 |