diff --git a/comms/ixj/Makefile b/comms/ixj/Makefile index 8000c1537c58..0191dbb405c2 100644 --- a/comms/ixj/Makefile +++ b/comms/ixj/Makefile @@ -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} diff --git a/comms/ixj/files/ixj.sh b/comms/ixj/files/ixj.sh index a508f00a50a5..91c9bc902b94 100644 --- a/comms/ixj/files/ixj.sh +++ b/comms/ixj/files/ixj.sh @@ -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 ;;