diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-22 17:15:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-22 17:15:47 +0000 |
commit | 96fd99b46179fd2bbcabf1d6802d1dafc37a384c (patch) | |
tree | b439e0e5242f5e062b5058598673ff4e23264200 | |
parent | a3a7db40c823f8a27076078ed64510e3406f3677 (diff) |
uucp console, oh that is a hoot
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 31b5e165d70..f2429b6df44 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -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*) |