Set the right permissions on the /dev entries

This commit is contained in:
Roger Hardiman 2002-01-30 15:46:25 +00:00
parent 71c4172171
commit 665f682034
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54029
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= ixj
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://telepresence.dmem.strath.ac.uk/pub/openh323/
DISTNAME= ixj_freebsd-${PORTVERSION}

View file

@ -18,6 +18,10 @@ case "$1" in
mknod /dev/phone1 c 155 1
mknod /dev/phone2 c 155 2
mknod /dev/phone3 c 155 3
chmod 660 /dev/phone0
chmod 660 /dev/phone1
chmod 660 /dev/phone2
chmod 660 /dev/phone3
kldstat -n ixj 2>/dev/null >/dev/null || kldload $PREFIX/modules/ixj.ko
;;