summaryrefslogtreecommitdiff
path: root/multimedia/webcamd/files/webcamd.in
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/webcamd/files/webcamd.in')
-rw-r--r--multimedia/webcamd/files/webcamd.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/webcamd/files/webcamd.in b/multimedia/webcamd/files/webcamd.in
index b29a1697dd73..0b3610ed8843 100644
--- a/multimedia/webcamd/files/webcamd.in
+++ b/multimedia/webcamd/files/webcamd.in
@@ -98,19 +98,13 @@ load_rc_config $name
devd_device=${2}
devd_interface=${3-0}
-command=webcamd
+command=%%PREFIX%%/sbin/webcamd
command_args="-B -U ${webcamd_user} -G ${webcamd_group}"
start_cmd="${name}_start"
stop_cmd="${name}_stop"
status_cmd="${name}_status"
-webcamd()
-{
- # When running early we need to pre-load some libraries
- env LD_PRELOAD=%%LIBHAL%% %%PREFIX%%/sbin/webcamd $*
-}
-
webcamd_pids()
{
pids=$(pgrep -d ' ' $name)