Browse Source

uucp console, oh that is a hoot

OPENBSD_2_2
deraadt 27 years ago
parent
commit
1e0dd75c45
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.alpha/MAKEDEV

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

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.23 1997/08/06 07:06:48 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.24 1997/08/22 17:15:46 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.
@ -258,7 +258,7 @@ ttyE*)
esac
rm -f tty$type$unit
mknod tty$type$unit c $major $minor
chown uucp.wheel tty$type$unit
chown root.wheel tty$type$unit
;;
ttyB*|ttyC*|ttyc*)


Loading…
Cancel
Save