svn commit: r564708 - head/multimedia/webcamd/files
Baptiste Daroussin
bapt at FreeBSD.org
Mon Feb 8 14:17:43 UTC 2021
Author: bapt
Date: Mon Feb 8 14:17:42 2021
New Revision: 564708
URL: https://svnweb.freebsd.org/changeset/ports/564708
Log:
Remove another check for hald that was missed in previous commit
Modified:
head/multimedia/webcamd/files/webcamd.in
Modified: head/multimedia/webcamd/files/webcamd.in
==============================================================================
--- head/multimedia/webcamd/files/webcamd.in Mon Feb 8 14:16:15 2021 (r564707)
+++ head/multimedia/webcamd/files/webcamd.in Mon Feb 8 14:17:42 2021 (r564708)
@@ -160,11 +160,6 @@ webcamd_start_devd()
webcamd_start()
{
- # Check if we should attach to the "hald" service
- if checkyesno hald_enable ; then
- command_args="$command_args -H"
- fi
-
# If this rc.d script was invoked by devd
if [ "$devd_device" ]; then
# Then start the device ugenX.X, as provied in the argv $2, $3
More information about the svn-ports-all
mailing list