--- Pixel <[EMAIL PROTECTED]> wrote: > 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 "-")
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? Is this really the correct way to not have a service activated automatically after installation? Or what what Buchan suggested right, to just not use %_post_service (remember if the daemon is running it still has to be restarted on package upgrade)? __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
