summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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*)