From 1789c066208d757ff3263a562c5aafa82896a0f5 Mon Sep 17 00:00:00 2001 From: Wim Vinckier Date: Tue, 29 Apr 2014 19:44:49 +0200 Subject: [PATCH] Removed revision information Revision information isn't very usable when switching to git. --- README.md | 1 - README.ssl | 2 -- ddclient | 4 ++-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9a345c..bfc0b4c 100644 --- a/README.md +++ b/README.md @@ -179,4 +179,3 @@ Alternatively, you may just configure ddclient to operate as a daemon and monitor your ethernet interface. ------------------------------------------------------------------------------- -$Id: README.md 150 2013-04-28 14:55:34Z wimpunk $ diff --git a/README.ssl b/README.ssl index c4064b2..1d0e2f1 100644 --- a/README.ssl +++ b/README.ssl @@ -1,5 +1,3 @@ -$Id: README.ssl 96 2008-06-13 20:24:24Z wimpunk $ - Since 3.7.0, ddclient support ssl-updates To use ssl, put "ssl=yes" in your configuration and make sure you have IO::Socket::SSL. diff --git a/ddclient b/ddclient index 0acc8eb..ab84206 100755 --- a/ddclient +++ b/ddclient @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #!/usr/local/bin/perl -w ###################################################################### -# $Id: ddclient 155 2013-10-28 22:38:56Z wimpunk $ +# $Id: ddclient 161 2014-03-20 20:02:14Z wimpunk $ # # DDCLIENT - a Perl client for updating DynDNS information # @@ -20,7 +20,7 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -my ($VERSION) = q$Revision: 155 $ =~ /(\d+)/; +# my ($VERSION) = q$Revision: 161 $ =~ /(\d+)/; my $version = "3.8.2"; my $programd = $0;