From: Apple <opensource@apple.com>
Date: Tue, 11 Mar 2014 19:52:05 +0000 (+0000)
Subject: configd-596.13.tar.gz
X-Git-Tag: os-x-1092^0
X-Git-Url: https://git.saurik.com/apple/configd.git/commitdiff_plain/085a2e6a11110e1303f99ce18f80f98e067cb876

configd-596.13.tar.gz
---

diff --git a/get-mobility-info b/get-mobility-info
index a0b66a9..d62016a 100755
--- a/get-mobility-info
+++ b/get-mobility-info
@@ -8,6 +8,29 @@
 
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
+#
+# Disclaimer
+#
+cat <<_END_OF_DISCLAIMER
+
+This diagnostic tool generates files that allow Apple to investigate issues
+with your computer and help Apple to improve its products. The generated files
+may contain some of your personal information, which may include, but not be
+limited to, the serial number or similar unique number for your device, your
+user name, or your computer name. The information is used by Apple in
+accordance with its privacy policy (www.apple.com/privacy) and is not shared
+with any third party. By enabling this diagnostic tool and sending a copy of
+the generated files to Apple, you are consenting to Apple’s use of the content
+of such files.
+
+_END_OF_DISCLAIMER
+
+/bin/echo "Press 'Enter' to continue."
+read reply
+
+#
+# Setup
+#
 PRIV=""
 if [ ${EUID} -ne 0 ]; then
 	PRIV="sudo"