~udeshike/apt/apt-ishan

« back to all changes in this revision

Viewing changes to dselect/setup

  • Committer: Arch Librarian
  • Date: 2004-09-20 17:01:50 UTC
  • Revision ID: Arch-1:apt@arch.ubuntu.com%apt--MAIN--0--patch-989
- 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)

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
    print "-" x 72, "\n";
270
270
    &print_config('Config' => \@Oldconfig);
271
271
    print "-" x 72, "\n";
272
 
    print "$boldon Do you wish to change (overwrite) it?[y/N]$boldoff ";
 
272
    print "$boldon Do you wish to overwrite it? [y/N]$boldoff ";
273
273
    my $answer = <STDIN>;
274
274
    chomp ($answer);
275
275
    $answer =~ s/\s+/ /og;