浏览代码

- 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)

Arch Librarian 22 年之前
父节点
当前提交
3b1aedba71
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      debian/changelog
  2. 1 1
      dselect/setup

+ 2 - 0
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)
 
  -- 
 

+ 1 - 1
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 = <STDIN>;
     chomp ($answer);
     $answer =~ s/\s+/ /og;