From 665f6820347250f01b9bfbc34c68e29b2d291257 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Wed, 30 Jan 2002 15:46:25 +0000 Subject: Set the right permissions on the /dev entries --- comms/ixj/Makefile | 1 + comms/ixj/files/ixj.sh | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'comms/ixj') 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 ;; -- cgit v1.2.3