Changeset 1732
- Timestamp:
- 10/16/06 19:02:16 (2 years ago)
- Files:
-
- alternc-slavedns/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-slavedns/trunk/README
r1689 r1732 22 22 Under debian, just apt-get install alternc-slavedns or dpkg -i. 23 23 24 Under other platforms, or for porters :24 Under other platforms, or for porters (this example assumes a FreeBSD install): 25 25 26 26 1. Install the slavedns script whereever you want (probably around 27 /usr/ sbin/alternc)27 /usr/local/sbin/alternc) 28 28 29 2. Install the default configuration file in /etc/slavedns/ slavedns.conf (or29 2. Install the default configuration file in /etc/slavedns/default.conf (or 30 30 modify the script to change this path). 31 31 32 32 3. Setup a cronjob like this: 33 33 34 10 * * * * root /usr/ sbin/slavedns > /dev/null34 10 * * * * root /usr/local/sbin/slavedns > /dev/null 35 35 36 36 although the script *might* be able to run as non-root.
