From 60fe051b7a504573386e2df2ffa8703dd47a8cb9 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Mon, 28 Sep 2015 19:13:03 +0000 Subject: [PATCH] Cleanup: removing Id tags from the files Preparing a complete move to git. The Id tag isn't useful so removing from the files seemed to be the best solotion git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@186 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- Changelog.old | 2 -- README.cisco | 1 - ddclient | 1 - sample-etc_cron.d_ddclient | 1 - sample-etc_ddclient.conf | 2 -- sample-etc_dhclient-exit-hooks | 2 -- sample-etc_dhcpc_dhcpcd-eth0.exe | 2 -- sample-etc_ppp_ip-up.local | 2 -- sample-etc_rc.d_init.d_ddclient.lsb | 2 -- sample-etc_rc.d_init.d_ddclient.redhat | 2 +- 10 files changed, 1 insertion(+), 16 deletions(-) diff --git a/Changelog.old b/Changelog.old index ca36ece..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$ ------------------------------------------------------------------------ diff --git a/README.cisco b/README.cisco index 2d7e337..29cb13d 100644 --- a/README.cisco +++ b/README.cisco @@ -1,4 +1,3 @@ -$Id$ Method 1 ------------------------------------------------------ The following config will allow the Linux machine (10.1.1.2) to read diff --git a/ddclient b/ddclient index 5e8a4b6..9b8113b 100755 --- a/ddclient +++ b/ddclient @@ -1,7 +1,6 @@ #!/usr/bin/perl -w #!/usr/local/bin/perl -w ###################################################################### -# $Id$ # # DDCLIENT - a Perl client for updating DynDNS information # diff --git a/sample-etc_cron.d_ddclient b/sample-etc_cron.d_ddclient index 32c51a4..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$ ###################################################################### ## minute 0-59 ## hour 0-23 diff --git a/sample-etc_ddclient.conf b/sample-etc_ddclient.conf index 3384f72..21e8957 100644 --- a/sample-etc_ddclient.conf +++ b/sample-etc_ddclient.conf @@ -1,7 +1,5 @@ ###################################################################### ## -## $Id$ -## ## 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 97102c8..a8c2b42 100644 --- a/sample-etc_dhclient-exit-hooks +++ b/sample-etc_dhclient-exit-hooks @@ -1,7 +1,5 @@ #!/bin/sh ###################################################################### -## $Id$ -###################################################################### # 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 437e92e..23141c7 100644 --- a/sample-etc_dhcpc_dhcpcd-eth0.exe +++ b/sample-etc_dhcpc_dhcpcd-eth0.exe @@ -1,7 +1,5 @@ #!/bin/sh ###################################################################### -## $Id$ -###################################################################### 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 ec74f10..2d634bc 100644 --- a/sample-etc_ppp_ip-up.local +++ b/sample-etc_ppp_ip-up.local @@ -1,7 +1,5 @@ #!/bin/sh ###################################################################### -## $Id$ -###################################################################### ## ## 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 01f06e1..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$ -# ### [ -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 a81b8cb..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$ +# # ddclient This shell script takes care of starting and stopping # ddclient. #