On Tue, Apr 23, 2013 at 4:45 PM, Andreas Bartelt <[email protected]> wrote: > Hi, > > revision 1.177 doesn't disable inetd. Fix is attached.
I confirm the issue. But dunno if the fix below is the right approach... > I suppose the new behavior should also be documented in > http://www.openbsd.org/faq/current.html > > Best Regards > Andreas > Index: rc.conf > =================================================================== > RCS file: /cvs/src/etc/rc.conf,v > retrieving revision 1.177 > diff -u -p -u -r1.177 rc.conf > --- rc.conf 21 Apr 2013 10:30:58 -0000 1.177 > +++ rc.conf 23 Apr 2013 14:38:51 -0000 > @@ -132,7 +132,7 @@ shlib_dirs= # extra directories for ld > # started in the specified order and stopped in reverse order > pkg_scripts= > > -unset inetd_flags rwhod_flags portmap_flags kdc_flags kadmind_flags > +unset rwhod_flags portmap_flags kdc_flags kadmind_flags > unset kpasswdd_flags nfsd_flags mountd_flags lockd_flags > unset statd_flags amd_flags ypbind_flags sndiod_flags
