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: Bob Nestor <rnestor%tx.rr.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 11:01:18 -0600

 Changing the eval line in /etc/rc.d/dirmngr doesn't appear to have 
 resolved the issue.
 
 Just to reemphasize, this isn't a serious problem or something
 that keeps the system from running.  It's just an annoying issue 
 that probably shouldn't happen. I see it on a new install
 because I copy my previously configured rc.conf file to the
 new system and set all the programs to either "NO" or
 comment out the lines while I'm installing things. When
 I'm finished I typically don't have any commented
 program lines or "NO" options left in my configuration.
 
 On Jan 27, 2014, at 9:50 AM, Alan Barrett wrote:
 
 > 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