Skip to content

Commit

Permalink
Cleanup: removing Id tags from the files
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wimpunk committed Sep 28, 2015
1 parent 83a5f70 commit 60fe051
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 16 deletions.
2 changes: 0 additions & 2 deletions Changelog.old
Original file line number Diff line number Diff line change
Expand Up @@ -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$
------------------------------------------------------------------------
1 change: 0 additions & 1 deletion README.cisco
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$Id$
Method 1 ------------------------------------------------------

The following config will allow the Linux machine (10.1.1.2) to read
Expand Down
1 change: 0 additions & 1 deletion ddclient
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/perl -w
#!/usr/local/bin/perl -w
######################################################################
# $Id$
#
# DDCLIENT - a Perl client for updating DynDNS information
#
Expand Down
1 change: 0 additions & 1 deletion sample-etc_cron.d_ddclient
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
######################################################################
## ddclient is an IP address updater for www.dyndns.org
## $Id$
######################################################################
## minute 0-59
## hour 0-23
Expand Down
2 changes: 0 additions & 2 deletions sample-etc_ddclient.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions sample-etc_dhclient-exit-hooks
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 0 additions & 2 deletions sample-etc_dhcpc_dhcpcd-eth0.exe
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh
######################################################################
## $Id$
######################################################################
PATH=/usr/sbin:${PATH}

## update the DNS server unless the IP address is a private address
Expand Down
2 changes: 0 additions & 2 deletions sample-etc_ppp_ip-up.local
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions sample-etc_rc.d_init.d_ddclient.lsb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
# can be used on many types of firewalls
### END INIT INFO
#
# $Id$
#
###

[ -f /etc/ddclient/ddclient.conf ] || exit 0
Expand Down
2 changes: 1 addition & 1 deletion sample-etc_rc.d_init.d_ddclient.redhat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# $Id$
#
# ddclient This shell script takes care of starting and stopping
# ddclient.
#
Expand Down

0 comments on commit 60fe051

Please sign in to comment.