Re: rcctl(8) does not set flags

2017-02-15 Thread Theo Buehler
> > Having it documented or not, the diff below removes an unneeded step, > > since "-tun 4" is already the default for nfsd. > > I have no opinion on that one. Sure it's not necessary but maybe it makes it > more obvious as a documentation. Dunno... We can't just delete the line since it serves

Re: rcctl(8) does not set flags

2017-02-15 Thread Antoine Jacoutot
On Wed, Feb 15, 2017 at 02:22:31PM -0200, Daniel Bolgheroni wrote: > Hi tech@, > > Setting, for example > > # rcctl enable nfsd > # rcctl set nfsd flags -tun 4 > > has no effect on /etc/rc.conf.local. This is also true for other cases > where the default flags for the daemon are equal to the fl

rcctl(8) does not set flags

2017-02-15 Thread Daniel Bolgheroni
Hi tech@, Setting, for example # rcctl enable nfsd # rcctl set nfsd flags -tun 4 has no effect on /etc/rc.conf.local. This is also true for other cases where the default flags for the daemon are equal to the flags you're trying to set. It seemed a problem at first, since there is no reference