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
This commit is contained in:
wimpunk 2015-09-28 19:13:03 +00:00
parent 83a5f70e4c
commit 60fe051b7a
10 changed files with 1 additions and 16 deletions

View file

@ -299,6 +299,4 @@ Changelog
This feature can be used to reissue updates that may have failed due to This feature can be used to reissue updates that may have failed due to
network connectivity problems or a DynDNS server outage network connectivity problems or a DynDNS server outage
-------------------------------------------------------------------------------
$Id$
------------------------------------------------------------------------ ------------------------------------------------------------------------

View file

@ -1,4 +1,3 @@
$Id$
Method 1 ------------------------------------------------------ Method 1 ------------------------------------------------------
The following config will allow the Linux machine (10.1.1.2) to read The following config will allow the Linux machine (10.1.1.2) to read

View file

@ -1,7 +1,6 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
#!/usr/local/bin/perl -w #!/usr/local/bin/perl -w
###################################################################### ######################################################################
# $Id$
# #
# DDCLIENT - a Perl client for updating DynDNS information # DDCLIENT - a Perl client for updating DynDNS information
# #

View file

@ -1,6 +1,5 @@
###################################################################### ######################################################################
## ddclient is an IP address updater for www.dyndns.org ## ddclient is an IP address updater for www.dyndns.org
## $Id$
###################################################################### ######################################################################
## minute 0-59 ## minute 0-59
## hour 0-23 ## hour 0-23

View file

@ -1,7 +1,5 @@
###################################################################### ######################################################################
## ##
## $Id$
##
## Define default global variables with lines like: ## Define default global variables with lines like:
## var=value [, var=value]* ## var=value [, var=value]*
## These values will be used for each following host unless overridden ## These values will be used for each following host unless overridden

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
###################################################################### ######################################################################
## $Id$
######################################################################
# The /etc/dhclient-enter-hooks script is run by the ISC DHCP client's standard # The /etc/dhclient-enter-hooks script is run by the ISC DHCP client's standard
# update script whenever dhclient obtains or renews an address. # update script whenever dhclient obtains or renews an address.

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
###################################################################### ######################################################################
## $Id$
######################################################################
PATH=/usr/sbin:${PATH} PATH=/usr/sbin:${PATH}
## update the DNS server unless the IP address is a private address ## update the DNS server unless the IP address is a private address

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
###################################################################### ######################################################################
## $Id$
######################################################################
## ##
## On my host, pppd invokes this script with args: ## 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 ## /etc/ppp/ip-up.local ppp0 /dev/pts/1 115200 192.168.2.1 192.168.2.3

View file

@ -21,8 +21,6 @@
# can be used on many types of firewalls # can be used on many types of firewalls
### END INIT INFO ### END INIT INFO
# #
# $Id$
#
### ###
[ -f /etc/ddclient/ddclient.conf ] || exit 0 [ -f /etc/ddclient/ddclient.conf ] || exit 0

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# $Id$ #
# ddclient This shell script takes care of starting and stopping # ddclient This shell script takes care of starting and stopping
# ddclient. # ddclient.
# #