Results 1 to 4 of 4
I want to remove my BIND service from starting up during boot. how do I go about facilitating this?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-06-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 27
Removing BIND from startup
I want to remove my BIND service from starting up during boot. how do I go about facilitating this?
- 07-06-2006 #2Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
is there an /etc/rc.d/rc.bind , if so
if not, check for rc.named, or uninstall the bind packageCode:chmod -x /etc/rc.d/rc.bind
- 07-10-2006 #3Just Joined!
- Join Date
- Dec 2005
- Posts
- 5
you could just run pkgtool and that will allow you to take it out.
- 07-11-2006 #4Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
So will 'removepkg /var/log/packages/*bind*'


Reply With Quote
