From 67f751b1543e0767452201ca48e330a8f1191471 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Tue, 5 Feb 2008 08:16:11 +0000 Subject: [PATCH] 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 --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 9b7cc81..a00cda5 100644 --- a/README +++ b/README @@ -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