From 1e0dd75c45ab42a9012519276010189ba53e5089 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 22 Aug 1997 17:15:46 +0000 Subject: [PATCH] uucp console, oh that is a hoot --- src/etc/etc.alpha/MAKEDEV | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.alpha/MAKEDEV b/src/etc/etc.alpha/MAKEDEV index 31b5e165..f2429b6d 100644 --- a/src/etc/etc.alpha/MAKEDEV +++ b/src/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*)