1234567891011121314151617181920 |
- $Id$
- --- ez-ipupdate-3.0.11b8.orig/example-gnudip.conf Sat Nov 18 23:02:14 2000
- +++ ez-ipupdate-3.0.11b8/example-gnudip.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
- #
- @@ -14,8 +14,8 @@ max-interval=2073600
- # any other value is ignored
- #address=0.0.0.0
-
- -# 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
|