Date: Sat, 23 Jul 2005 14:26:51 +0200 (CEST) From: Dirk Gouders <gouders@et.bocholt.fh-ge.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83946: ez-ipupdate.sh does not allow modifications of ez_ipupdate_pidfile Message-ID: <200507231226.j6NCQphB002027@karga.hank.home> Resent-Message-ID: <200507231230.j6NCUH8E057025@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83946 >Category: ports >Synopsis: ez-ipupdate.sh does not allow modifications of ez_ipupdate_pidfile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 23 12:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dirk Gouders >Release: FreeBSD 4.11-STABLE i386 >Organization: FH Gelsenkirchen, Abt. Bocholt >Environment: System: FreeBSD karga.hank.home 4.11-STABLE FreeBSD 4.11-STABLE #7: Thu Jul 21 10:03:49 CEST 2005 root@karga.hank.home:/usr/src/sys/compile/KARGA i386 >Description: The startup script ez-ipupdate.sh (ez-ipupdate-3.0.11b8_2) does not allow modifications of the variable ez_ipupdate_pidfile via /etc/rc.conf. >How-To-Repeat: Try to modify ez_ipupdate_pidfile via a line in /etc/rc.conf >Fix: --- ez-ipupdate.sh~ Tue Jul 27 01:23:57 2004 +++ ez-ipupdate.sh Sat Jul 23 14:17:00 2005 @@ -16,7 +16,6 @@ : ${ez_ipupdate_enable="NO"} : ${ez_ipupdate_pidfile="/var/run/ez-ipupdate.pid"} : ${ez_ipupdate_configfile="%%PREFIX%%/etc/ez-ipupdate.conf"} -: ${ez_ipupdate_flags="-d -c $ez_ipupdate_configfile -F $ez_ipupdate_pidfile"} . %%RC_SUBR%% @@ -29,4 +28,5 @@ sig_stop=QUIT load_rc_config $name +: ${ez_ipupdate_flags="-d -c $ez_ipupdate_configfile -F $ez_ipupdate_pidfile"} run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507231226.j6NCQphB002027>