aboutsummaryrefslogtreecommitdiffstats
path: root/comms/ixj
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2002-01-30 23:46:25 +0800
committerroger <roger@FreeBSD.org>2002-01-30 23:46:25 +0800
commit1b3fe41ebdc3426ff980f10759c74befc00ab94b (patch)
tree646c27f730e774397fdacbd1951e8b418a228978 /comms/ixj
parent2df2fa561de4285e17447872dd6849e911e096ff (diff)
downloadfreebsd-ports-gnome-1b3fe41ebdc3426ff980f10759c74befc00ab94b.tar.gz
freebsd-ports-gnome-1b3fe41ebdc3426ff980f10759c74befc00ab94b.tar.zst
freebsd-ports-gnome-1b3fe41ebdc3426ff980f10759c74befc00ab94b.zip
Set the right permissions on the /dev entries
Diffstat (limited to 'comms/ixj')
-rw-r--r--comms/ixj/Makefile1
-rw-r--r--comms/ixj/files/ixj.sh4
2 files changed, 5 insertions, 0 deletions
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
;;