ports/83946: ez-ipupdate.sh does not allow modifications of ez_ipupdate_pidfile

Dirk Gouders gouders at et.bocholt.fh-ge.de
Sat Jul 23 12:30:19 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list