summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-09-09 00:02:44 +0000
committerache <ache@FreeBSD.org>1996-09-09 00:02:44 +0000
commit664f5531fc7f149d139b8f8d42e1ce19e8666ada (patch)
tree8c2cc783cabac141a85d51a15f1de6996842f8c6 /etc/MAKEDEV
parentb435c82147ff4bd23584e32fec26e6c220080758 (diff)
downloadFreeBSD-src-664f5531fc7f149d139b8f8d42e1ce19e8666ada.zip
FreeBSD-src-664f5531fc7f149d139b8f8d42e1ce19e8666ada.tar.gz
Use the same perm/owner for sysmouse as for others mouse devices
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index b769716..823f661 100644
--- a/etc/MAKEDEV
+++ b/etc/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?)
OpenPOWER on IntegriCloud