aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-09-09 00:02:44 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-09-09 00:02:44 +0000
commitd71651da35db4f0ad808a778a42efe043e13f6dd (patch)
tree8c2cc783cabac141a85d51a15f1de6996842f8c6 /etc/etc.i386
parent814c1905ad704fe71d4679d6f8ecb3e92cabbeb9 (diff)
downloadsrc-d71651da35db4f0ad808a778a42efe043e13f6dd.tar.gz
src-d71651da35db4f0ad808a778a42efe043e13f6dd.zip
Use the same perm/owner for sysmouse as for others mouse devices
Notes
Notes: svn path=/head/; revision=18181
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index b7697165ab75..823f66103e91 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -101,7 +101,7 @@
# labpc* National Instrument's Lab-PC and LAB-PC+
# perfmon CPU performance-monitoring counters
#
-# $Id: MAKEDEV,v 1.120 1996/07/02 23:11:06 wosch Exp $
+# $Id: MAKEDEV,v 1.121 1996/09/08 23:56:27 ache Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -1065,7 +1065,7 @@ tun?)
sysmouse)
rm -f sysmouse
mknod sysmouse c 12 128
- chmod 644 sysmouse
+ chown root.wheel sysmouse
;;
snp?)