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 committed by Wim Vinckier
parent 3cbb0f42f9
commit 88c2eb46e6
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
network connectivity problems or a DynDNS server outage
-------------------------------------------------------------------------------
$Id: Changelog 96 2008-06-13 20:24:24Z wimpunk $
------------------------------------------------------------------------

View file

@ -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

View file

@ -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
#

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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.
#