Changeset 1984 for alternc-slavedns/trunk/README
- Timestamp:
- 10/04/07 21:50:14 (1 year ago)
- Files:
-
- alternc-slavedns/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-slavedns/trunk/README
r1973 r1984 25 25 26 26 1. Install the slavedns script whereever you want (probably around 27 /usr/local/sbin/alternc )27 /usr/local/sbin/alternc-slavedns) 28 28 29 2. Install the default configuration file in /etc/ slavedns/default.conf (or29 2. Install the default configuration file in /etc/alternc/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/local/sbin/ slavedns > /dev/null34 10 * * * * root /usr/local/sbin/alternc-slavedns > /dev/null 35 35 36 36 although the script *might* be able to run as non-root. … … 47 47 In short: 48 48 49 cd /etc/ slavedns49 cd /etc/alternc/slavedns 50 50 cp -p defaults.conf site.conf 51 51 vi site.conf
