Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2004 07:10:31 GMT
From:      "Duncan Barclay" <dmlb@dmlb.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/69470: required_files in rc.subr incorrectly used
Message-ID:  <200407230710.i6N7AVeW060454@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/69470; it has been noted by GNATS.

From: "Duncan Barclay" <dmlb@dmlb.org>
To: <freebsd-gnats-submit@FreeBSD.org>, <dmlb@freebsd.org>
Cc:  
Subject: Re: ports/69470: required_files in rc.subr incorrectly used
Date: Fri, 23 Jul 2004 08:09:14 +0100

 Patch to fix against isc-dhcp3-server-3.0.1.r12_2
 
 
 --- isc-dhcpd.sh~       Fri Jul 23 08:07:30 2004
 +++ isc-dhcpd.sh        Fri Jul 23 08:07:57 2004
 @@ -41,9 +41,9 @@ rcvar=$(set_rcvar)
 
  command=/usr/local/sbin/${name}
  pidfile=/var/run/${name}.pid
 -required_files=${dhcpd_conf}
  start_precmd=${name}_precmd
 
  load_rc_config ${name}
 +required_files=${dhcpd_conf}
 
  run_rc_command "$1"



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