summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/etc.alpha/MAKEDEV4
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*)