Your message dated Mon, 15 Jul 2013 21:32:53 +0200
with message-id <[email protected]>
and subject line 700186 fixed in 0.38
has caused the Debian Bug report #700186,
regarding di-netboot-assistant: Hardcoded path /var/lib/di-netboot-assistant/
used by uninstall
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
700186: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700186
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: di-netboot-assistant
Version: 0.37
Severity: normal
Dear Maintainer,
If a per-user configuration is being used, which redefines STATUS_LIB, then
issuing the command 'di_netboot_assistant uninstall' does not list the
installed netboot images.
The hardcoded path /var/lib/di-netboot-assistant/ should probably be replaced
as follows:
1144c1144
< installed_repos="$( cd /var/lib/di-netboot-assistant/ ; ls |
sed -e 's/--.*//' | sort -u | tr "\n" " " )"
---
> installed_repos="$( cd "$STATUS_LIB" && ls | sed -e 's/--.*//'
> | sort -u | tr "\n" " " )"
-- System Information:
Debian Release: 7.0
APT prefers testing
APT policy: (900, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages di-netboot-assistant depends on:
ii wget 1.13.4-3
Versions of packages di-netboot-assistant recommends:
ii dnsmasq 2.62-3
Versions of packages di-netboot-assistant suggests:
ii dnsmasq 2.62-3
pn elilo <none>
pn syslinux <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
fixed 700186 0.38
thanks
Fixed in 0.38
see commit:
http://anonscm.debian.org/gitweb/?p=d-i/netboot-assistant.git;a=commitdiff;h=0ffa8febe8f
--- End Message ---