]> git.saurik.com Git - apt.git/commitdiff
- Make setup script for dselect method more explicit about
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:01:50 +0000 (17:01 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:01:50 +0000 (17:01 +0000)
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
dselect/setup

index cdd4b6f6795517b390e3e5954f435ff58bda0c2c..362c3db0895c91d1324a7a596d6e4e94d47249ee 100644 (file)
@@ -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)
 
  -- 
 
index 4c56e01ea6877e15857ba5c4daf7fee2e315e347..8689d2388b0d2738cf683786e4a040f5395f70ef 100755 (executable)
@@ -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 = <STDIN>;
     chomp ($answer);
     $answer =~ s/\s+/ /og;