https://issues.apache.org/bugzilla/show_bug.cgi?id=48198
Eugen Konkov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|INVALID | --- Comment #2 from Eugen Konkov <[email protected]> 2009-11-23 13:38:20 UTC --- gif_up() { # The following must be removed once RELENG_7 is branched. case ${gif_interfaces} in [Nn][Oo]) warn "gif_interfaces=\"NO\" is deprecated, use gif_interfaces=\"\" instead." gif_interfaces="" ;; esac NO. You dont understand me. NOTICE: rc.subr code: gif_up() { # The following must be removed once RELENG_7 is branched. case ${gif_interfaces} in [Nn][Oo]) warn "gif_interfaces=\"NO\" is deprecated, use gif_interfaces=\"\" instead." gif_interfaces="" ;; esac Variable is initialized with empty string. So you also in your apache22 rc script MUST NOT use: line51: [ -z "$apache22_fib" ] && apache22_fib="NO" -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
