mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Added /dev/snp? entry..
This commit is contained in:
parent
36d9739b48
commit
187ec8f5ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6385
10
etc/MAKEDEV
10
etc/MAKEDEV
@ -76,7 +76,7 @@
|
||||
# tun Tunneling IP device
|
||||
# spigot Video Spigot video aquisition card
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.66 1995/02/09 11:10:02 jkh Exp $
|
||||
# $Id: MAKEDEV,v 1.67 1995/02/10 20:08:25 bde Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -722,6 +722,14 @@ tun?)
|
||||
chown uucp.dialer tun$unit
|
||||
;;
|
||||
|
||||
snp?)
|
||||
unit=`expr $i : 'snp\(.*\)'`
|
||||
rm -f snp$unit
|
||||
mknod snp$unit c 53 $unit
|
||||
chown root.wheel snp$unit
|
||||
chmod 600 snp$unit
|
||||
;;
|
||||
|
||||
local)
|
||||
umask 0 # XXX should be elsewhere
|
||||
sh MAKEDEV.local
|
||||
|
@ -76,7 +76,7 @@
|
||||
# tun Tunneling IP device
|
||||
# spigot Video Spigot video aquisition card
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.66 1995/02/09 11:10:02 jkh Exp $
|
||||
# $Id: MAKEDEV,v 1.67 1995/02/10 20:08:25 bde Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -722,6 +722,14 @@ tun?)
|
||||
chown uucp.dialer tun$unit
|
||||
;;
|
||||
|
||||
snp?)
|
||||
unit=`expr $i : 'snp\(.*\)'`
|
||||
rm -f snp$unit
|
||||
mknod snp$unit c 53 $unit
|
||||
chown root.wheel snp$unit
|
||||
chmod 600 snp$unit
|
||||
;;
|
||||
|
||||
local)
|
||||
umask 0 # XXX should be elsewhere
|
||||
sh MAKEDEV.local
|
||||
|
Loading…
Reference in New Issue
Block a user