summaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-10-16 14:57:57 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-10-16 14:57:57 +0000
commit3aa072b77b2e047dc7fbb52fa4c79d08cf1cb4f7 (patch)
treeb58162a7954d0984064b70add4d445eb40040e22 /etc/etc.i386
parent4b99c8f4d93b8f3e560b072bd4870103b6fba1b5 (diff)
Create /dev/pcvtctl mode 600.
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/MAKEDEV3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 45f8393b2dd..b695b02effb 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.83 2000/09/01 05:46:57 aaron Exp $
+# $OpenBSD: MAKEDEV,v 1.84 2000/10/16 14:57:56 aaron Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -293,6 +293,7 @@ pcvtctl)
rm -f pcvtctl
mknod pcvtctl c 12 255
chown root.wheel pcvtctl
+ chmod 600 pcvtctl
;;
ttyc*)