mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Set the right permissions on the /dev entries
This commit is contained in:
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
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue