diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-01-30 15:46:25 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-01-30 15:46:25 +0000 |
commit | 665f6820347250f01b9bfbc34c68e29b2d291257 (patch) | |
tree | 2266a2cc0b792dc56268e52eef8b6586f56afa3c /comms | |
parent | Support tools that don't have u@h syntax but h -l u. (diff) |
Set the right permissions on the /dev entries
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ixj/Makefile | 1 | ||||
-rw-r--r-- | comms/ixj/files/ixj.sh | 4 |
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 ;; |