diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/ez-ipupdate/patches/patch-example-heipv6tb_conf |
Initial import
Diffstat (limited to 'package/ez-ipupdate/patches/patch-example-heipv6tb_conf')
-rw-r--r-- | package/ez-ipupdate/patches/patch-example-heipv6tb_conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package/ez-ipupdate/patches/patch-example-heipv6tb_conf b/package/ez-ipupdate/patches/patch-example-heipv6tb_conf new file mode 100644 index 000000000..7387b885f --- /dev/null +++ b/package/ez-ipupdate/patches/patch-example-heipv6tb_conf @@ -0,0 +1,27 @@ +$Id$ +--- ez-ipupdate-3.0.11b8.orig/example-heipv6tb.conf Sat Jul 7 21:18:42 2001 ++++ ez-ipupdate-3.0.11b8/example-heipv6tb.conf Tue Jul 31 12:33:10 2007 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/ez-ipupdate -c ++#!/usr/sbin/ez-ipupdate -c + # + # example config file for ez-ipupdate + # +@@ -11,14 +11,9 @@ user=myuserid:mypassword + interface=eth1 + max-interval=2073600 + +-# please create this file and ensure that the user that ez-ipupdate is running +-# as has write permissions to it then uncomment this line, if you don't your +-# dyndns account will probably get banned. if you run ez-ipupdate as root (bad +-# idea, use "run-as-user") then you can just uncomment this line. +-#cache-file=/etc/ez-ipupdate.cache.eth1 +- +-# for the mean time we'll just use a cache file in the temp directory +-cache-file=/tmp/ez-ipupdate.cache ++# if you don't use a cache file your account will probably get banned. ++run-as-user=ez-ipupd ++cache-file=/var/cache/ez-ipupdate/default-cache + + # uncomment this once you have everything working how you want and you are + # ready to have ez-ipupdate running in the background all the time. to stop it |