blob: 9e1c6b81309e5becc2ba3317c8f6aede04d3a0a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$Id$
--- ez-ipupdate-3.0.11b8.orig/example-dhs.conf Sat Nov 18 23:01:45 2000
+++ ez-ipupdate-3.0.11b8/example-dhs.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
#
@@ -10,8 +10,8 @@ user=myuserid:mypassword
host=mydomain.whatever.com
interface=eth1
-# if you use run-as ensure the user has permission to write this file
-cache-file=/tmp/ez-ipupdate.cache
+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
|