[Initng-svn] r2712 - initng

svn at initng.thinktux.net svn at initng.thinktux.net
Wed Jan 4 16:25:56 CET 2006


Author: jimmy
Date: Wed Jan  4 16:25:56 2006
New Revision: 2712

Modified:
   initng/count_me.sh
Log:
Explain more in count_me.sh


Modified: initng/count_me.sh
==============================================================================
--- initng/count_me.sh	(original)
+++ initng/count_me.sh	Wed Jan  4 16:25:56 2006
@@ -20,13 +20,23 @@
 echo "Initng_Version: $INITNG_VERSION"
 echo "Distro:         $DISTRO"
 echo
+echo "Counting users, and to know what distro people are using"
+echo "is extreamly important for us, to see if there is any intrest"
+echo "for this product."
+echo
+echo "This script will use wget, to get an 15byte file from"
+echo "http://users.initng.thinktux.net/ and then remove the"
+echo "file again. No more data then abow will be sent"
 echo "You got 3 seconds to reject, and press Ctrl + C"
 echo
+echo "Please also go to http://users.initng.thinktux.net/ and do"
+echo "a manual register and leave comments about what you think."
+echo
 
 sleep 3
 echo "sending ... "
 echo
 wget -o /dev/null -O- "http://users.initng.thinktux.net/count.php?uname=${UNAME}&distro=${DISTRO}&initng_version=${INITNG_VERSION}"
 echo
-
+echo "Thank you for beeing counted."
 exit 0


More information about the Initng-svn mailing list