I don't like this at all. While I have no problem with you deciding to modernize things (i.e. no more nfs_server=YES) - you have removed the stuff that dealt with dependencies - so that for example I have to remember to turn on mountd along with nfsd - I should have to dial 4 knobs to start one service. Essentially, nfs requires some things and it should get dealt with with me turning it on once, in one place.
On Sat, Nov 17, 2012 at 12:51 AM, Antoine Jacoutot <ajacou...@cvs.openbsd.org> wrote: > CVSROOT: /cvs > Module name: src > Changes by: ajacou...@cvs.openbsd.org 2012/11/17 00:51:35 > > Modified files: > etc : rc.conf > > Log message: > Remove pre-rc.d(8) backward compatibility. > See faq/current.html for more information. > > The local_rcconf variable is not used anywhere anymore so drop it. > > suggested by deraadt@ > ok sthen@