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