|
How do I uninstall QuickDNS
on Mac OS X?
Removing QuickDNS Server for Mac OS X involves
some manual effort. Open a Terminal window and
enter the following commands from the prompt.
You must have supervisor privileges to remove
the software:
- Quit the service:
% sudo qdnscontrol stop
- Remove the startup script from the startup
items folder:
% sudo rm -rf /System/Library/StartupItems/QuickDNS
- Remove the receipt for the QuickDNS 3.5 installer:
% sudo rm -rf /Library/Receipts/QuickDNS_3.5.pkg
- Remove qdnsd (QuickDNS Daemon), qdnsr (QuickDNS
Remote) and qdnscontrol (the control script
for QuickDNS):
% sudo rm /usr/sbin/qdns*
- Remove the DNS server (named) installed by
the QuickDNS 3.5 installer:
% sudo rm /usr/sbin/named
- Remove the zone transfer utility (named-xfer)
installed by the QuickDNS 3.5 installer:
% sudo rm /usr/libexec/named-xfer
- Remove zone and configuration directory for
named
% sudo rm -rf /var/named
- Remove the initial configuration file for
named:
% sudo rm /etc/named.conf
|