Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 21:20:16 -0800 (PST)
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/47908: /stand/sysinstall can't display document files
Message-ID:  <200302060520.h165KG67058332@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/47908; it has been noted by GNATS.

From: Makoto Matsushita <matusita@jp.FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/47908: /stand/sysinstall can't display document files
Date: Thu, 06 Feb 2003 14:10:58 +0900

 n-kogane> 	% /stand/gunzip </stand/help/COPYRIGHT.hlp	# OK
 n-kogane> 	% /usr/bin/gunzip </stand/help/COPYRIGHT.hlp	# NG
 
 If that's not working, it's a gunzip or other problem, not a
 sysinstall problem.
 
 n-kogane> -    char *gunzip = RunningAsInit ? "/stand/gunzip" : "/usr/bin/gunzip";
 n-kogane> +    char *gunzip = "/stand/gunzip";
 
 This patch simply hides the real problem IMO.
 
 -- -
 Makoto `MAR' Matsushita

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302060520.h165KG67058332>