diff options
author | roger <roger@FreeBSD.org> | 2002-01-30 23:46:25 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-01-30 23:46:25 +0800 |
commit | 1b3fe41ebdc3426ff980f10759c74befc00ab94b (patch) | |
tree | 646c27f730e774397fdacbd1951e8b418a228978 /comms/ixj | |
parent | 2df2fa561de4285e17447872dd6849e911e096ff (diff) | |
download | freebsd-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/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 ;; |