David Walser <[EMAIL PROTECTED]> writes: [...]
> > % 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 "-") > > And that won't break chkconfig? If you in the future > chkconfig --add whatever by hand (or drakxservices), > how will it know what runlevels to add it to? redhat has "-" for most of its services, and in that case they use "chkconfig --level 35 the_service" > > Is this really the correct way to not have a service > activated automatically after installation? it is!
