Blame SOURCES/0009-RHEL-7-Revert-appliance-Change-example-ping-lines-to.patch

e9bfca
From b96e9847b5644b0449ee1824eed5d9eb22d221f1 Mon Sep 17 00:00:00 2001
151578
From: "Richard W.M. Jones" <rjones@redhat.com>
151578
Date: Thu, 2 Oct 2014 16:44:04 +0100
151578
Subject: [PATCH] RHEL 7: Revert "appliance: Change example ping lines to ping
151578
 8.8.8.8."
151578
151578
This reverts commit 07c0926b588db5c86214917b609c2f477c817c0e.
151578
---
151578
 appliance/init | 3 ++-
151578
 1 file changed, 2 insertions(+), 1 deletion(-)
151578
151578
diff --git a/appliance/init b/appliance/init
e9bfca
index 6a61a8d6e..f530ad3d5 100755
151578
--- a/appliance/init
151578
+++ b/appliance/init
e9bfca
@@ -160,7 +160,8 @@ if test "$guestfs_verbose" = 1 && test "$guestfs_boot_analysis" != 1; then
151578
     date
151578
     echo -n "clocksource: "
151578
     cat /sys/devices/system/clocksource/clocksource0/current_clocksource
151578
-    #ping -n -v -c 5 8.8.8.8
151578
+    #ping -n -v -c 5 10.0.2.2
151578
+    #ping -n -v -c 5 10.0.2.4
151578
 
151578
     echo -n "uptime: "; cat /proc/uptime
151578
 fi
151578
-- 
e9bfca
2.17.1
151578