Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2021 14:17:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564708 - head/multimedia/webcamd/files
Message-ID:  <202102081417.118EHhuE087308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102081417.118EHhuE087308>