https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207811
Jason Unovitch <junovi...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |junovi...@freebsd.org, | |z...@freebsd.org --- Comment #2 from Jason Unovitch <junovi...@freebsd.org> --- Add isc-dhcp maintainer to CC. This is because the isc-dhcp script uses parameter expansion to strip the isc- off of $name. See below from a 'sh -x /usr/sbin/service -e'. Note that 'eval name' fails because $name is still defined as whatever service was before it. ... + echo $'foreman_proxy_enable=\'YES\'' + eval $'foreman_proxy_enable=\'YES\'' + foreman_proxy_enable=YES + checkyesno foreman_proxy_enable + echo /usr/local/etc/rc.d/isc-dhcpd /usr/local/etc/rc.d/isc-dhcpd + grep -q ^rcvar /usr/local/etc/rc.d/isc-dhcpd6 + grep '^name=' /usr/local/etc/rc.d/isc-dhcpd6 + eval 'name=${name##*/isc-}' + name=foreman_proxy ... -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"