Added /dev/snp? entry..

This commit is contained in:
Ugen J.S. Antsilevich 1995-02-14 21:13:14 +00:00
parent 36d9739b48
commit 187ec8f5ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6385
2 changed files with 18 additions and 2 deletions

View File

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

View File

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