From 6e63c605afa8f5c0f1928c683d14feeb09bc44a5 Mon Sep 17 00:00:00 2001 From: freesource Date: Mon, 8 Oct 2001 17:19:51 +0000 Subject: [PATCH] Where ever y/n is first asked is now STDERR .. makes more sense to the user. --- add-ons/yard/make-debian-X11/make_debian-X11 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/add-ons/yard/make-debian-X11/make_debian-X11 b/add-ons/yard/make-debian-X11/make_debian-X11 index e205cab..b746dad 100755 --- a/add-ons/yard/make-debian-X11/make_debian-X11 +++ b/add-ons/yard/make-debian-X11/make_debian-X11 @@ -364,7 +364,7 @@ push(@required_packages,@extra_packages); # Ask some questions first. my $doc_reply = "nothing"; -print "The default is to remove /usr/share/{doc,man,info}? [yes or no]: "; +print STDERR "The default is to remove /usr/share/{doc,man,info}? [yes or no]: "; while () { $doc_reply = $_; print $doc_reply; @@ -376,7 +376,7 @@ while () { } } -print "\nThe default is to remove everything in /usr/share/zoneinfo\n" . +print STDERR "\nThe default is to remove everything in /usr/share/zoneinfo\n" . "except for your local settings found in /etc/localtime? [yes or no]: "; my $localtime_reply = "nothing"; while () { @@ -735,7 +735,7 @@ sub start_up { while () { if ($_ eq "file init is not owned by any package\n") { my $db_reply = "nothing"; - print "It appears that swim has never had its database " . + print STDERR "It appears that swim has never had its database " . "generated. Would you like me to do this for you? " . "[yes or no]: "; while () {