David Walser <[EMAIL PROTECTED]> writes: > > maybe we could disable nfs by default, agreed. > > > > for the others, i don't know :-/ > > if you are right, I do agree they should not be > > running by default, > > and it's a bug. And you should report to the > > maintainers. > > So the package decides not drakx? What do the > packagers have to do to change it?
% grep chkconfig /etc/init.d/* ... /etc/init.d/portmap:# chkconfig: 345 11 89 ... /etc/init.d/ypserv:# chkconfig: - 16 84 ... - portmap will run by default at runlevels 3, 4 and 5 - ypserv will not run by default (notice the "-")
