--- basc 2004-12-31 00:13:43.201381824 +0000 +++ basc.dsd 2004-12-31 00:13:23.293408296 +0000 @@ -127,12 +127,12 @@ if HELP == 1: sys.stdout.write("To do a forced update use the option '-u'.\n\n") sys.stdout.write("Options:\n") sys.stdout.write(" -h, --help Prints the helpscreen\n") - sys.stdout.write(" -n, --no Answer all questions with No\n") sys.stdout.write(" -p, --pretend collect the data, but do not send them, \n") sys.stdout.write(" just print them on stdout\n") sys.stdout.write(" -q, --quiet gives back absolutly no output\n") sys.stdout.write(" -u, --update Does a forced update to the database\n") - sys.stdout.write(" -y, --yes Answer all questions with Yes\n\n") + sys.stdout.write(" -n, --no Answer all questions with No (do not send kernel, X11, or USE info)\n") + sys.stdout.write(" -y, --yes Answer all questions with Yes (send the above)\n\n") sys.exit(0) @@ -192,20 +192,23 @@ if SENDISALLOWED == 0 and PRETEND != 1: sys.stdout.write("info about your individual system.\n") sys.stdout.write("------------------------------------------------------------------------\n") sys.stdout.write("If you continue, the following data will be transmitted:\n") + sys.stdout.write("- Gentoo installation date\n") sys.stdout.write("- Hostname\n") sys.stdout.write("- Machine architecture\n") - sys.stdout.write("- CPU Informations (Vendor + Model)\n") - sys.stdout.write("- RAM\n") - sys.stdout.write("- Swap-space\n") - sys.stdout.write("- local timezone\n") - sys.stdout.write("- used gentoo profile\n") - sys.stdout.write("- Windowmanager\n") - sys.stdout.write("- Graphiccard(s)\n") - sys.stdout.write("- Soundcard(s)\n") - sys.stdout.write("- Networkcard(s)\n") + sys.stdout.write("- CPU Information: Vendor, Model, Number of CPUs, CPU features, CPU frequency\n") + sys.stdout.write("- RAM capacity\n") + sys.stdout.write("- Swap-space capacity\n") + sys.stdout.write("- Local timezone\n") + sys.stdout.write("- Portage profile\n") + sys.stdout.write("- Window manager\n") + sys.stdout.write("- Kernel version\n") + sys.stdout.write("- Video card(s)\n") + sys.stdout.write("- Sound card(s)\n") + sys.stdout.write("- Network card(s)\n") sys.stdout.write("- List of packages installed on your system\n") sys.stdout.write("- Uptime information\n") sys.stdout.write("- Sizes of the local mounted partitions (no shares)\n") + sys.stdout.write("- Types of filesystem in use\n") sys.stdout.write("- USE flags (optional)\n") sys.stdout.write("- XFree86/Xorg config file (optional)\n") sys.stdout.write("- Kernel config file (optional)\n\n")