mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Use the same perm/owner for sysmouse as for others mouse devices
This commit is contained in:
parent
814c1905ad
commit
d71651da35
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18181
@ -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?)
|
||||
|
@ -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?)
|
||||
|
Loading…
Reference in New Issue
Block a user