From 3b1aedba7127e4367173876ce34999d5966bdcfe Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:01:50 +0000 Subject: [PATCH] - Make setup script for dselect method more explicit about Author: mdz Date: 2003-07-18 14:24:00 GMT - Make setup script for dselect method more explicit about overwriting sources.list (Closes: #151727) --- debian/changelog | 2 ++ dselect/setup | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cdd4b6f67..362c3db08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ apt (0.5.6) unstable; urgency=low - Update config.guess, config.sub to latest versions - Modify the description for apt-utils to reflect the fact that it is not (any longer) infrequently used (Closes: #138045) + - Make setup script for dselect method more explicit about + overwriting sources.list (Closes: #151727) -- diff --git a/dselect/setup b/dselect/setup index 4c56e01ea..8689d2388 100755 --- a/dselect/setup +++ b/dselect/setup @@ -269,7 +269,7 @@ sub main { print "-" x 72, "\n"; &print_config('Config' => \@Oldconfig); print "-" x 72, "\n"; - print "$boldon Do you wish to change (overwrite) it?[y/N]$boldoff "; + print "$boldon Do you wish to overwrite it? [y/N]$boldoff "; my $answer = ; chomp ($answer); $answer =~ s/\s+/ /og; -- 2.47.2