aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GIDs1
-rw-r--r--UIDs1
-rw-r--r--UPDATING8
-rw-r--r--multimedia/webcamd/Makefile5
-rw-r--r--multimedia/webcamd/distinfo4
-rw-r--r--multimedia/webcamd/files/webcamd.in2
6 files changed, 17 insertions, 4 deletions
diff --git a/GIDs b/GIDs
index 77a857d3c7f4..6e6ff8cc3ec3 100644
--- a/GIDs
+++ b/GIDs
@@ -75,6 +75,7 @@ amanda:*:140:operator
ladvd:*:142:
dovecot:*:143:
dovenull:*:144:
+webcamd:*:145:
rbldns:*:153:
sfs:*:171:
agk:*:172:
diff --git a/UIDs b/UIDs
index 40aa2dfe6c75..a54711d3d322 100644
--- a/UIDs
+++ b/UIDs
@@ -84,6 +84,7 @@ cricket:*:141:80::0:0:Cricket Monitoring User:/usr/local/cricket:/usr/sbin/nolog
ladvd:*:142:142::0:0:Ladvd User:/var/empty:/usr/sbin/nologin
dovecot:*:143:143::0:0:Dovecot User:/var/empty:/usr/sbin/nologin
dovenull:*:144:144::0:0:Dovecot login User:/var/empty:/usr/sbin/nologin
+webcamd:*:145:145::0:0:Webcamd user:/var/empty:/usr/sbin/nologin
rbldns:*:153:153::0:0:rbldnsd pseudo-user:/nonexistent:/usr/sbin/nologin
sfs:*:171:171::0:0:Self-Certifying File System:/nonexistent:/usr/sbin/nologin
agk:*:172:172::0:0:AquaGateKeeper:/nonexistent:/nonexistent
diff --git a/UPDATING b/UPDATING
index bbb7104d0a1b..77399c1cfe6f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20110421:
+ AFFECTS: users of multimedia/webcamd
+ AUTHOR: kwm@FreeBSD.org
+
+ Webcamd now creates device nodes with 0660 permission and webcamd:webcamd
+ ownership. To get access to the webcamd devices just add yourself to the
+ webcamd group.
+
20110409:
AFFECTS: users of japanese/asterisk-sounds
AUTHOR: tota@FreeBSD.org
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile
index f5f423eff040..f67e1063f7f3 100644
--- a/multimedia/webcamd/Makefile
+++ b/multimedia/webcamd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= webcamd
-PORTVERSION= 0.1.23
+PORTVERSION= 0.1.24
CATEGORIES= multimedia
MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/
@@ -43,6 +43,9 @@ LIBDIR= ${PREFIX}/lib
OPTIONS= HAL "Build with HAL and DBUS support" On \
DEBUG "Build with debugging support" Off
+USERS= webcamd
+GROUPS= webcamd
+
.include <bsd.port.pre.mk>
LIBCUSE=${LIBDIR}/libcuse4bsd.so
diff --git a/multimedia/webcamd/distinfo b/multimedia/webcamd/distinfo
index e287f13c097f..1ee2b802aab9 100644
--- a/multimedia/webcamd/distinfo
+++ b/multimedia/webcamd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (webcamd-0.1.23.tar.bz2) = 570199b408162ba594564aead80fce5282cbf6d1e14f98893d1989b3119d973f
-SIZE (webcamd-0.1.23.tar.bz2) = 3615716
+SHA256 (webcamd-0.1.24.tar.bz2) = 070233586e458d6fb9b28db36436f1f04086558155e6fbb962967d45a5a74483
+SIZE (webcamd-0.1.24.tar.bz2) = 3616911
diff --git a/multimedia/webcamd/files/webcamd.in b/multimedia/webcamd/files/webcamd.in
index db1859b5c2ff..11414484ff99 100644
--- a/multimedia/webcamd/files/webcamd.in
+++ b/multimedia/webcamd/files/webcamd.in
@@ -17,7 +17,7 @@ hald_enable=${hald_enable-"NO"}
name=webcamd
rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/webcamd
-command_args="-B"
+command_args="-B -U webcamd -G webcamd"
start_precmd="${name}_prestart"