Use the same perm/owner for sysmouse as for others mouse devices

This commit is contained in:
Andrey A. Chernov 1996-09-09 00:02:44 +00:00
parent 814c1905ad
commit d71651da35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18181
2 changed files with 4 additions and 4 deletions

View File

@ -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?)

View File

@ -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?)