aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ddclient/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'dns/ddclient/files/patch-ab')
-rw-r--r--dns/ddclient/files/patch-ab50
1 files changed, 0 insertions, 50 deletions
diff --git a/dns/ddclient/files/patch-ab b/dns/ddclient/files/patch-ab
deleted file mode 100644
index ede989357d7d..000000000000
--- a/dns/ddclient/files/patch-ab
+++ /dev/null
@@ -1,50 +0,0 @@
---- sample-etc_cron.d_ddclient.orig Sun Oct 24 03:48:56 2004
-+++ sample-etc_cron.d_ddclient Sun Oct 24 03:49:48 2004
-@@ -10,8 +10,8 @@
- ######################################################################
- ## force an update twice a month (only if you are not using daemon-mode)
- ##
--## 30 23 1,15 * * root /usr/sbin/ddclient -daemon=0 -syslog -quiet -force
-+## 30 23 1,15 * * root %%PREFIX%%/sbin/ddclient -daemon=0 -syslog -quiet -force
- ######################################################################
- ## retry failed updates every hour (only if you are not using daemon-mode)
- ##
--##0 * * * * root /usr/sbin/ddclient -daemon=0 -syslog -quiet retry
-+##0 * * * * root %%PREFIX%%/sbin/ddclient -daemon=0 -syslog -quiet retry
---- sample-etc_dhclient-exit-hooks.orig Sun Oct 24 03:51:37 2004
-+++ sample-etc_dhclient-exit-hooks Sun Oct 24 03:52:20 2004
-@@ -2,10 +2,10 @@
- ######################################################################
- ## $Header: /cvsroot/ddclient/ddclient/sample-etc_dhclient-exit-hooks,v 1.1.1.1 2004/08/13 22:29:17 wimpunk Exp $
- ######################################################################
--# The /etc/dhclient-enter-hooks script is run by the ISC DHCP client's standard
-+# The /etc/dhclient-exit-hooks script is run by the ISC DHCP client's standard
- # update script whenever dhclient obtains or renews an address.
-
--PATH=/usr/sbin:${PATH}
-+PATH=%%PREFIX%%/sbin:${PATH}
- case "$new_ip_address" in
- 10.*) ;;
- 172.1[6-9].* | 172.2[0-9].* | 172.3[0-1].*) ;;
---- sample-etc_dhcpc_dhcpcd-eth0.exe.orig Sun Oct 24 03:52:38 2004
-+++ sample-etc_dhcpc_dhcpcd-eth0.exe Sun Oct 24 03:52:58 2004
-@@ -2,7 +2,7 @@
- ######################################################################
- ## $Header: /cvsroot/ddclient/ddclient/sample-etc_dhcpc_dhcpcd-eth0.exe,v 1.1 2004/10/07 19:19:37 wimpunk Exp $
- ######################################################################
--PATH=/usr/sbin:${PATH}
-+PATH=%%PREFIX%%/sbin:${PATH}
-
- ## update the DNS server unless the IP address is a private address
- ## that may be used as a internal LAN address. This may be true if
---- sample-etc_ppp_ip-up.local.orig Sun Oct 24 03:53:15 2004
-+++ sample-etc_ppp_ip-up.local Sun Oct 24 03:54:06 2004
-@@ -16,7 +16,7 @@
- ## in the environment as either PPP_LOCAL or IPLOCAL.
- ##
- ######################################################################
--PATH=/usr/sbin:${PATH}
-+PATH=%%PREFIX%%/sbin:${PATH}
- IP=
- IP=${IP:-$PPP_LOCAL}
- IP=${IP:-$IPLOCAL}