delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/07/21/07:58:14

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
MIME-Version: 1.0
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: <CCAC2F20421E784A87FAFDB3E0EC5572B324A9@DEVXCH1.brainlab.net>
From: "Jan Schormann" <jan DOT schormann AT brainlab DOT com>
To: <cygwin AT cygwin DOT com>
X-IsSubscribed: yes
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/


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019