Browse Source

fix typo on utty creation; problem found by cfegan@cisco.com

OPENBSD_2_8
fgsch 24 years ago
parent
commit
87d46fcb5c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.i386/MAKEDEV

+ 2
- 2
src/etc/etc.i386/MAKEDEV View File

@ -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


Loading…
Cancel
Save