From 3db9527a8ddee989dfb245474caad93a92196c44 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Wed, 14 Jun 2006 19:28:49 +0000 Subject: [PATCH] Changed the order of perl and update of README.ssl git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/svn@6 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- README.ssl | 1 + ddclient | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.ssl b/README.ssl index 52a8d51..70f9ca0 100644 --- a/README.ssl +++ b/README.ssl @@ -5,5 +5,6 @@ To use ssl, put "ssl=yes" in your configuration and make sure you have IO::Socket::SSL. On debian, you need libio-socket-ssl-perl to have IO::Socket::SSL + ssl support is tested on folowing dynamic dns providers: - dyndns.org diff --git a/ddclient b/ddclient index 720e752..a1996a8 100755 --- a/ddclient +++ b/ddclient @@ -1,5 +1,5 @@ -#!/usr/local/bin/perl -w #!/usr/bin/perl -w +#!/usr/local/bin/perl -w ###################################################################### # $Id$ #