Bug#58594: base-config: apt-setup bug?
Package: base-config
Version: 0.18
Severity: important
Hi, I checked apt-setup, and found these problem.
1. select "edit sources list by hand" -> editor opened ->
-> exit editor -> apt-get update -> apt-setup terminated!
When the update done, apt-setup must return main menu, isn't it?
2. filesystem apt-line looks bad.
It writes "file:hostname:/foo/bar", but it must be "file:/foo/bar".
Here is ad-hoc patch.
if [ "$URI" = ftp -o "$URI" = http ]; then
SEP=//
else
SEP=""
fi
+ if [ "$URI" = file ]; then
+ HOST=""
+ fi
3. Is it my environment specific?
I haven't any choice chance of http-proxy, contrib, non-free, and non-US.
Following routines set default value, and any dialogs don't come up.
db_get apt-setup/http_proxy
db_get apt-setup/non-free
db_get apt-setup/contrib
db_get apt-setup/non-us
-- System Information
Debian Release: 2.2
Kernel Version: Linux hydra 2.2.14 #1 Wed Jan 19 18:07:49 JST 2000 i586 unknown
Versions of the packages base-config depends on:
ii apt 0.3.18 Advanced front-end for dpkg
ii debconf 0.2.80.8 Debian configuration management system
Reply to: