]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Update further URLs from http to https
authorWolfgang Stöggl <c72578@yahoo.de>
Mon, 25 Mar 2019 08:58:31 +0000 (09:58 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 25 Mar 2019 12:13:50 +0000 (13:13 +0100)
- 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

README.md
configure
configure.ac

index 9de555f79bd7ddc11cd5f1f3246be884fd9dca53..607748870855d78b5e8fc71c996a6f55fe93a99c 100644 (file)
--- 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:
index 97ec9906e43c69f8619d0886811c7483defa04e6..3790631b39b5ce630eba1b7170a2305e31b910e8 100755 (executable)
--- 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 <tobi@oetiker.ch>"
index f9164803e7b1ffcc1f9ce22ec36467aa6132e4a1..b615ce11d6bea66417091faa0d1db1d2036842d8 100644 (file)
@@ -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 <tobi@oetiker.ch>"