Your message dated Sat, 4 Mar 2006 03:43:19 +0100
with message-id <[EMAIL PROTECTED]>
and subject line bash: package includes /bin/sh
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: bash
Version: 3.1-1
Severity: minor
$ dpkg -L bash |grep /bin/sh
/bin/sh
As /bin/sh is an admin-configurable symbolic link, it should not be
included in the bash package. If the package were to be removed then
/bin/sh would be removed even if it pointed to another shell. (This
bug could only be a problem if bash could be removed, which would
only be the case if there were some drop-in replacement for bash,
which case I believe to be counterfactual at present. Hence the
Severity: minor.)
Should /bin/sh be handled using the alternatives mechanism?
--
Thomas Hood
--- End Message ---
--- Begin Message ---
think about it ... update-alternatives is a shell script.
the /bin/sh symlink is handled by dpkg-divert, see the dash package
for an example.
--- End Message ---