diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:44 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:44 +0000 |
commit | c5ccf1750dd00e8c4374162b302a0946f7fe3a96 (patch) | |
tree | e8a3a2416286e149fd645bc71f3c6447d050d8df /dselect/setup | |
parent | 8e34bee58db2ca432ff24d241c85c3e6eb14aecc (diff) |
Bug fixes, new major version
Author: jgg
Date: 2000-01-27 04:15:09 GMT
Bug fixes, new major version
Diffstat (limited to 'dselect/setup')
-rwxr-xr-x | dselect/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/setup b/dselect/setup index 86055d0a1..8386d9000 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 it?[y/N]$boldoff "; + print "$boldon Do you wish to change (overwrite) it?[y/N]$boldoff "; my $answer = <STDIN>; chomp ($answer); $answer =~ s/\s+/ /og; |