Uninstall bind rpm ? RH9

PauGasol

Verified User
Joined
Feb 3, 2004
Messages
166
Hi,

I have the box only with one ip shared, can i unistall de bind, bind-utils.. or is needed for Directadmin?

Thanks
 
Hello,

If you want to remove bind all together, you'd need to:

1) set named to OFF in /usr/local/directadmin/data/admin/services.status
2) create/edit the boot script with the following
Code:
#!/bin/sh

exit 0;
So that DA thinks all is well when it tries to reload named.

Boot scripts:
RedHat: /etc/init.d/named
FreeBSD: /usr/local/etc/rc.d/named

John
 
Thanks Admin,

The concret file is

/usr/local/directadmin/data/admin/services.status

you put : /usr/local/directadmin/data/admin/services/status

little mistake , thanks again
 
Back
Top