Changeset 1732

Show
Ignore:
Timestamp:
10/16/06 19:02:16 (2 years ago)
Author:
anarcat
Message:

fix paths (default file is default.conf now, and make instructions work for FreeBSD)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-slavedns/trunk/README

    r1689 r1732  
    2222Under debian, just apt-get install alternc-slavedns or dpkg -i. 
    2323 
    24 Under other platforms, or for porters
     24Under other platforms, or for porters (this example assumes a FreeBSD install)
    2525 
    2626 1. Install the slavedns script whereever you want (probably around 
    27 /usr/sbin/alternc) 
     27/usr/local/sbin/alternc) 
    2828 
    29  2. Install the default configuration file in /etc/slavedns/slavedns.conf (or 
     29 2. Install the default configuration file in /etc/slavedns/default.conf (or 
    3030modify the script to change this path). 
    3131 
    3232 3. Setup a cronjob like this: 
    3333 
    34 10 * * * * root /usr/sbin/slavedns > /dev/null 
     3410 * * * * root /usr/local/sbin/slavedns > /dev/null 
    3535 
    3636although the script *might* be able to run as non-root.