Added creation of cache dir
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@82 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
0665e32378
commit
53ccfe931d
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ INSTALLATION:
|
|||
|
||||
cp ddclient /usr/sbin/
|
||||
mkdir /etc/ddclient
|
||||
mkdir /var/cache/ddclient
|
||||
cp sample-etc_ddclient.conf /etc/ddclient/ddclient.conf
|
||||
vi /etc/ddclient/ddclient.conf
|
||||
-- and change hostnames, logins, and passwords appropriately
|
||||
|
@ -58,6 +59,7 @@ INSTALLATION:
|
|||
## For those using Redhat style rc files and using daemon-mode:
|
||||
cp sample-etc_rc.d_init.d_ddclient /etc/rc.d/init.d/ddclient
|
||||
## enable automatic startup when booting
|
||||
## check your distribution
|
||||
/sbin/chkconfig --add ddclient
|
||||
## start the first time by hand
|
||||
/etc/rc.d/init.d/ddclient start
|
||||
|
|
Loading…
Reference in a new issue