mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Add tun to list of devices.
Submitted by: mr
This commit is contained in:
parent
fe90a500af
commit
770f05c102
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6106
@ -74,7 +74,7 @@
|
||||
# gsc Genius GS-4500 hand scanner
|
||||
# joy pc joystick
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.62 1995/01/07 14:49:59 jkh Exp $
|
||||
# $Id: MAKEDEV,v 1.63 1995/01/25 21:21:28 jmz Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -693,6 +693,13 @@ joy)
|
||||
chmod 444 joy0 joy1
|
||||
;;
|
||||
|
||||
tun?)
|
||||
unit=`expr $i : 'tun\(.*\)'`
|
||||
rm -f tun$unit
|
||||
mknod tun$unit c 52 $unit
|
||||
chown uucp.dialer tun$unit
|
||||
;;
|
||||
|
||||
local)
|
||||
umask 0
|
||||
sh MAKEDEV.local
|
||||
|
@ -74,7 +74,7 @@
|
||||
# gsc Genius GS-4500 hand scanner
|
||||
# joy pc joystick
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.62 1995/01/07 14:49:59 jkh Exp $
|
||||
# $Id: MAKEDEV,v 1.63 1995/01/25 21:21:28 jmz Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -693,6 +693,13 @@ joy)
|
||||
chmod 444 joy0 joy1
|
||||
;;
|
||||
|
||||
tun?)
|
||||
unit=`expr $i : 'tun\(.*\)'`
|
||||
rm -f tun$unit
|
||||
mknod tun$unit c 52 $unit
|
||||
chown uucp.dialer tun$unit
|
||||
;;
|
||||
|
||||
local)
|
||||
umask 0
|
||||
sh MAKEDEV.local
|
||||
|
Loading…
Reference in New Issue
Block a user