mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Add joystick
This commit is contained in:
parent
2270d53491
commit
61b1d15857
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5907
10
etc/MAKEDEV
10
etc/MAKEDEV
@ -72,8 +72,9 @@
|
||||
# socksys iBCS2 socket system driver
|
||||
# vat VAT compatibility audio driver (requires snd*)
|
||||
# gsc Genius GS-4500 hand scanner
|
||||
# joy pc joystick
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.61 1994/12/25 15:08:29 ats Exp $
|
||||
# $Id: MAKEDEV,v 1.62 1995/01/07 14:49:59 jkh Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -685,6 +686,13 @@ cronyx)
|
||||
chown 444 cronyx
|
||||
;;
|
||||
|
||||
joy)
|
||||
rm -f joy0 joy1
|
||||
mknod joy0 c 51 0
|
||||
mknod joy1 c 51 1
|
||||
chmod 444 joy0 joy1
|
||||
;;
|
||||
|
||||
local)
|
||||
umask 0
|
||||
sh MAKEDEV.local
|
||||
|
@ -72,8 +72,9 @@
|
||||
# socksys iBCS2 socket system driver
|
||||
# vat VAT compatibility audio driver (requires snd*)
|
||||
# gsc Genius GS-4500 hand scanner
|
||||
# joy pc joystick
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.61 1994/12/25 15:08:29 ats Exp $
|
||||
# $Id: MAKEDEV,v 1.62 1995/01/07 14:49:59 jkh Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -685,6 +686,13 @@ cronyx)
|
||||
chown 444 cronyx
|
||||
;;
|
||||
|
||||
joy)
|
||||
rm -f joy0 joy1
|
||||
mknod joy0 c 51 0
|
||||
mknod joy1 c 51 1
|
||||
chmod 444 joy0 joy1
|
||||
;;
|
||||
|
||||
local)
|
||||
umask 0
|
||||
sh MAKEDEV.local
|
||||
|
Loading…
Reference in New Issue
Block a user