Date: Wed, 7 Jan 2004 00:31:55 +0100 (CET) From: Krzysztof Stryjek <wtp+apc@bsdguru.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60995: missing manual.css for apcupsd docs directory Message-ID: <20040106233155.6329E26169@kryptos.mud.pl> Resent-Message-ID: <200401062340.i06NeCu8042286@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 60995 >Category: ports >Synopsis: missing manual.css for apcupsd docs directory >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 06 15:40:12 PST 2004 >Closed-Date: >Last-Modified: >Originator: Krzysztof Stryjek >Release: FreeBSD 4.9-STABLE i386 >Organization: private person >Environment: System: FreeBSD kryptos.mud.pl 4.9-STABLE FreeBSD 4.9-STABLE #2: Thu Nov 13 22:49:48 CET 2003 toor@kryptos.mud.pl:/usr/obj/usr/src/sys/POOH i386 >Description: I was upgrading new apcupsd. Well. I've enabled /usr/local/share/doc/ directory via Apache server (http://fw.wtp3.org/docs/). While I was trying to view /apcupsd/manual.html with Netscape, I've received error about missing manual.css file. It's OK to view manual.html with lynx (lynx http://fw.wtp3.org/docs/apcupsd/manual.html). And it is OK, to view this documentation locally (i.e. lynx /usr/local/share/doc/apcupsd/manual.html). But I think it's not waste of disk space to add this file as install part of apcupsd port. >How-To-Repeat: Just install/upgrade apcupsd and try to view manual.html with graphical browser (i.e. Netscape) >Fix: Here it is a patch for Makefile of port -------------------------- cut here ------------------------------------------- --- /usr/ports/sysutils/apcupsd/Makefile Tue Jan 6 04:09:34 2004 +++ Makefile.new Tue Jan 6 23:54:11 2004 @@ -50,7 +50,7 @@ MAN8= "apcupsd.8" -PORTDOCS= apcupsd.pdf manual.html \ +PORTDOCS= apcupsd.pdf manual.html manual.css \ apcupsd.png back.png charging.png home.png main_configs.png \ multimon.png next.png onbatt.png online.png status.png thanks.png \ wininstall1.png wininstall2.png wininstall3.png wininstall4.png \ -------------------------- cut here ------------------------------------------- Greetings from Poland -- Krzysztof Stryjek >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040106233155.6329E26169>