/etc/rc.d/named prog name hard coded
    Doug White 
    dwhite at gumbysoft.com
       
    Mon Feb  2 09:25:31 PST 2004
    
    
  
On Sat, 31 Jan 2004, Jun Kuriyama wrote:
> At Sat, 31 Jan 2004 06:53:52 +0000 (UTC),
> Randy Bush wrote:
> > despite /etc/defaults/rc.conf having
> >
> >     named_program="/usr/sbin/named"     # path to named, if you want a different one.
> >
> > /etc/rc.d/named has hard coded
> >
> >     command="/usr/sbin/${name}"
>
> $named_program overrides $command when it is defined before calling
> run_rc_command().  I don't know why $command is defined in this way in
> /etc/rc.d/named...
That script has other problems, in particular it hardcodes the arguments
to
named even if you override them.  This breaks bind9 since -g isn't a valid
option there.
>
>
>
-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite at gumbysoft.com          |  www.FreeBSD.org
    
    
More information about the freebsd-current
mailing list