summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-08-04 22:52:50 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-08-04 22:52:50 +0000
commit77cff754d418f04f9ab49027f644b6916bfcbfb9 (patch)
tree5ef0fe6717391016b2a60f973fa1637a7679cbe0
parent94ad910ec635b54616422156a01126a9f725425e (diff)
fix typo on utty creation; problem found by cfegan@cisco.com
-rw-r--r--etc/etc.i386/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 0cf0c50737e..3cb1efd3161 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.80 2000/07/06 22:01:29 fgsch Exp $
+# $OpenBSD: MAKEDEV,v 1.81 2000/08/04 22:52:49 fgsch Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -276,7 +276,7 @@ ugen*)
;;
utty*)
- rm -f utty$unix
+ rm -f utty$unit
mknod utty$unit c 66 $unit
chown root.wheel utty$unit
chmod 660 utty$unit