diff --git a/Changelog.old b/Changelog.old index c4e6561..478d84b 100644 --- a/Changelog.old +++ b/Changelog.old @@ -299,6 +299,4 @@ Changelog This feature can be used to reissue updates that may have failed due to network connectivity problems or a DynDNS server outage -------------------------------------------------------------------------------- -$Id: Changelog 96 2008-06-13 20:24:24Z wimpunk $ ------------------------------------------------------------------------ diff --git a/README.cisco b/README.cisco index ab7317a..29cb13d 100644 --- a/README.cisco +++ b/README.cisco @@ -1,4 +1,3 @@ -$Id: README.cisco 96 2008-06-13 20:24:24Z wimpunk $ Method 1 ------------------------------------------------------ The following config will allow the Linux machine (10.1.1.2) to read diff --git a/ddclient b/ddclient index 54a31c0..eaedf9a 100755 --- a/ddclient +++ b/ddclient @@ -1,7 +1,6 @@ #!/usr/bin/perl -w #!/usr/local/bin/perl -w ###################################################################### -# $Id: ddclient 184 2015-05-28 19:59:34Z wimpunk $ # # DDCLIENT - a Perl client for updating DynDNS information # diff --git a/sample-etc_cron.d_ddclient b/sample-etc_cron.d_ddclient index eadec1e..1cdff4f 100644 --- a/sample-etc_cron.d_ddclient +++ b/sample-etc_cron.d_ddclient @@ -1,6 +1,5 @@ ###################################################################### ## ddclient is an IP address updater for www.dyndns.org -## $Id: sample-etc_cron.d_ddclient 96 2008-06-13 20:24:24Z wimpunk $ ###################################################################### ## minute 0-59 ## hour 0-23 diff --git a/sample-etc_ddclient.conf b/sample-etc_ddclient.conf index de8bfbc..21e8957 100644 --- a/sample-etc_ddclient.conf +++ b/sample-etc_ddclient.conf @@ -1,7 +1,5 @@ ###################################################################### ## -## $Id: sample-etc_ddclient.conf 150 2013-04-28 14:55:34Z wimpunk $ -## ## Define default global variables with lines like: ## var=value [, var=value]* ## These values will be used for each following host unless overridden diff --git a/sample-etc_dhclient-exit-hooks b/sample-etc_dhclient-exit-hooks index a38716d..a8c2b42 100644 --- a/sample-etc_dhclient-exit-hooks +++ b/sample-etc_dhclient-exit-hooks @@ -1,7 +1,5 @@ #!/bin/sh ###################################################################### -## $Id: sample-etc_dhclient-exit-hooks 96 2008-06-13 20:24:24Z wimpunk $ -###################################################################### # The /etc/dhclient-enter-hooks script is run by the ISC DHCP client's standard # update script whenever dhclient obtains or renews an address. diff --git a/sample-etc_dhcpc_dhcpcd-eth0.exe b/sample-etc_dhcpc_dhcpcd-eth0.exe index 1d9183b..23141c7 100644 --- a/sample-etc_dhcpc_dhcpcd-eth0.exe +++ b/sample-etc_dhcpc_dhcpcd-eth0.exe @@ -1,7 +1,5 @@ #!/bin/sh ###################################################################### -## $Id: sample-etc_dhcpc_dhcpcd-eth0.exe 96 2008-06-13 20:24:24Z wimpunk $ -###################################################################### PATH=/usr/sbin:${PATH} ## update the DNS server unless the IP address is a private address diff --git a/sample-etc_ppp_ip-up.local b/sample-etc_ppp_ip-up.local index 42abc6d..2d634bc 100644 --- a/sample-etc_ppp_ip-up.local +++ b/sample-etc_ppp_ip-up.local @@ -1,7 +1,5 @@ #!/bin/sh ###################################################################### -## $Id: sample-etc_ppp_ip-up.local 128 2011-07-11 20:24:43Z wimpunk $ -###################################################################### ## ## On my host, pppd invokes this script with args: ## /etc/ppp/ip-up.local ppp0 /dev/pts/1 115200 192.168.2.1 192.168.2.3 diff --git a/sample-etc_rc.d_init.d_ddclient.lsb b/sample-etc_rc.d_init.d_ddclient.lsb index 3243139..7252d3f 100755 --- a/sample-etc_rc.d_init.d_ddclient.lsb +++ b/sample-etc_rc.d_init.d_ddclient.lsb @@ -21,8 +21,6 @@ # can be used on many types of firewalls ### END INIT INFO # -# $Id: sample-etc_rc.d_init.d_ddclient.lsb 96 2008-06-13 20:24:24Z wimpunk $ -# ### [ -f /etc/ddclient/ddclient.conf ] || exit 0 diff --git a/sample-etc_rc.d_init.d_ddclient.redhat b/sample-etc_rc.d_init.d_ddclient.redhat index 3de4287..2e0fd32 100755 --- a/sample-etc_rc.d_init.d_ddclient.redhat +++ b/sample-etc_rc.d_init.d_ddclient.redhat @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: sample-etc_rc.d_init.d_ddclient.redhat 96 2008-06-13 20:24:24Z wimpunk $ +# # ddclient This shell script takes care of starting and stopping # ddclient. #