NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/48555: rc.conf handling of program=yes/no
The following reply was made to PR misc/48555; it has been noted by GNATS.
From: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: misc/48555: rc.conf handling of program=yes/no
Date: Mon, 27 Jan 2014 17:48:13 +0200
On Mon, 27 Jan 2014, Bob Nestor wrote:
> Well, I don't want to come off argumentative here, but I
> used the web interface to gnats to file this report.
> It doesn't indicate that I have to wrap the lines in
> the report. Maybe this should be filed as a bug
> in the gnats web interface.
That sounds like a bug in the web interface. Sorry I complained
about something that's not your fault.
> As for "program=", ok if that was to difficult to
> understand. Try using "dirmngr=NO" and then
> executing "/etc/rc.d/dirmngr restart". It will
> attempt to stop dirmngr first and report an
> error. You may need to start dirmngr first
> using a "dirmngr=YES" line.
Is this dirmngr from pkgsrc/security/dirmngr? Try changing
line 56 of /etc/rc.d/dirmngr from
eval `${dirmngr_command} ${rc_flags}`
to
eval "${dirmngr_command} ${rc_flags}"
(double quotes instead of backticks). I have not tested this, but
it's possible that it will help.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index