From 16866480a550b82d88c8d1b769c095ff1b2eda61 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 22 Aug 2006 07:38:24 +0000
Subject: [PATCH] - Patch #79922 by chx: use example.com rather than
 yoursite.come.

---
 scripts/cron-curl.sh | 2 +-
 scripts/cron-lynx.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/cron-curl.sh b/scripts/cron-curl.sh
index 6b20a516d6c2..633b3d894b65 100644
--- a/scripts/cron-curl.sh
+++ b/scripts/cron-curl.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 # $Id$
 
-curl --silent --compressed http://yoursite.com/cron.php
+curl --silent --compressed http://example.com/cron.php
diff --git a/scripts/cron-lynx.sh b/scripts/cron-lynx.sh
index 44dd06c2a149..04317be6dae2 100644
--- a/scripts/cron-lynx.sh
+++ b/scripts/cron-lynx.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 # $Id$
 
-/usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1
+/usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
-- 
GitLab