From: Wolfgang Stöggl Date: Mon, 25 Mar 2019 08:58:31 +0000 (+0100) Subject: Update further URLs from http to https X-Git-Tag: v1.7.2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eea2e745622ba2382eda765b518c329355fd2db3;p=thirdparty%2Frrdtool-1.x.git Update further URLs from http to https - Command used to replace http with https: git grep -l 'http://tobi.oetiker.ch' -- './*' ':(exclude)CHANGES' | \ xargs sed -i 's|http://tobi.oetiker.ch|https://tobi.oetiker.ch|g' - This is an addition to commit: 267369f --- diff --git a/README.md b/README.md index 9de555f7..60774887 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ How to make Tobi happy: ----------------------- If you want to show your appreciation for RRDtool you could make me happy -by going to http://tobi.oetiker.ch/wish and ordering a CD from +by going to https://tobi.oetiker.ch/wish and ordering a CD from my CD wish list ... How to keep in touch: diff --git a/configure b/configure index 97ec9906..3790631b 100755 --- a/configure +++ b/configure @@ -28325,7 +28325,7 @@ $as_echo_n "checking in... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: and out again" >&5 $as_echo "and out again" >&6; } -echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6 +echo $ECHO_N "ordering CD from https://tobi.oetiker.ch/wish $ECHO_C" 1>&6 sleep 1 echo $ECHO_N ".$ECHO_C" 1>&6 sleep 1 @@ -28385,7 +28385,7 @@ echo "Type 'make etc-install' to install systemd support for rrdcached" fi echo echo " ... that wishlist is NO JOKE. If you find RRDtool useful" -echo "make me happy. Go to http://tobi.oetiker.ch/wish and" +echo "make me happy. Go to https://tobi.oetiker.ch/wish and" echo "place an order." echo echo " -- Tobi Oetiker " diff --git a/configure.ac b/configure.ac index f9164803..b615ce11 100644 --- a/configure.ac +++ b/configure.ac @@ -1057,7 +1057,7 @@ AC_OUTPUT AC_MSG_CHECKING(in) AC_MSG_RESULT(and out again) -echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6 +echo $ECHO_N "ordering CD from https://tobi.oetiker.ch/wish $ECHO_C" 1>&6 sleep 1 echo $ECHO_N ".$ECHO_C" 1>&6 sleep 1 @@ -1116,7 +1116,7 @@ echo "Type 'make etc-install' to install systemd support for rrdcached" fi echo echo " ... that wishlist is NO JOKE. If you find RRDtool useful" -echo "make me happy. Go to http://tobi.oetiker.ch/wish and" +echo "make me happy. Go to https://tobi.oetiker.ch/wish and" echo "place an order." echo echo " -- Tobi Oetiker "