]> git.saurik.com Git - apple/configd.git/commitdiff
configd-596.13.tar.gz os-x-1092 v596.13
authorApple <opensource@apple.com>
Tue, 11 Mar 2014 19:52:05 +0000 (19:52 +0000)
committerApple <opensource@apple.com>
Tue, 11 Mar 2014 19:52:05 +0000 (19:52 +0000)
get-mobility-info

index a0b66a9950cabd90ee15ac8fba2b823e43841a95..d62016ab2e5ff6338eb664f349de45e664587f5f 100755 (executable)
@@ -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"