Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Bug in bash 3.0-8: Removes its own manpage. (Well, one of the two.) (Cosmetic?) Date: Thu, 21 Jul 2005 13:57:58 +0200 Message-ID: From: "Jan Schormann" To: X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j6LBwDMW014803 Hi, in /etc/postinstall/00bash.sh, it says (unconditionally): ---- # Get rid of ash manpage, if it is in the way of our compressed page. rm -f /usr/share/man/man1/sh.1 ---- Is this a known problem waiting for the new setup? In effect, "man sh" fails, and "cygcheck -vc bash" says: ---- Package Version Status Missing file: /usr/share/man/man1/sh.1 from package bash bash 3.0-8 Incomplete ---- What about: - leave sh.1 out of the bash tarball in the first place, and - in postinstall, only if "man sh" is supposed to work: ---- # Get rid of ash manpage, if it is in the way of our compressed page. rm -f /usr/share/man/man1/sh.1 ln -sf /usr/share/man/man1/bash.1.gz /usr/share/man/man1/sh.1.gz ---- Any opinions? Thanks, Jan. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/