Make sure we don't ask any questions (assume no) in quiet (-q) mode diff -urNp basc-1.5.2/client/basc basc-dsd/client/basc --- basc-1.5.2/client/basc 2004-12-31 12:10:23.415120824 +0000 +++ basc-dsd/client/basc 2004-12-31 12:19:06.400614944 +0000 @@ -558,7 +558,7 @@ FSLIST = commands.getoutput("mount | egr if PRETEND != 1: - if YES == 0 and NO == 0: + if YES == 0 and NO == 0 and QUIET == 0: confirm = raw_input(blue("Should I collect and send your USE-Flags? [Y|n] ")) if confirm == "Y" or confirm == "y" or confirm == "yes" or confirm == "Yes": ##### Get all USE-Flags @@ -589,7 +589,7 @@ else: if PRETEND != 1: - if YES == 0 and NO == 0: + if YES == 0 and NO == 0 and QUIET == 0: confirm = raw_input(blue("Should I collect and send your kernel-configuration? [Y|n] ")) if confirm == "Y" or confirm == "y" or confirm == "yes" or confirm == "Yes": #### Get the kernel-config @@ -642,7 +642,7 @@ else: if PRETEND != 1: - if YES == 0 and NO == 0: + if YES == 0 and NO == 0 and QUIET == 0: confirm = raw_input(blue("Should I collect and send your X11-configuration? [Y|n] ")) if confirm == "Y" or confirm == "y" or confirm == "yes" or confirm == "Yes": #### Get the X11-config