ports/116124: [PATCH] ports-mgmt/tinderbox: fix the missing setting in lighttpd
chinsan
chinsan at FreeBSD.org
Wed Sep 5 16:00:09 UTC 2007
>Number: 116124
>Category: ports
>Synopsis: [PATCH] ports-mgmt/tinderbox: fix the missing setting in lighttpd
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 05 16:00:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: chinsan
>Release: FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD blog.homiya.com 6.2-STABLE FreeBSD 6.2-STABLE #1: Wed Jul 25 09:11:00 CST 2007 root at blog.homiya.com:/usr/obj/usr/src/sys/SMP i386
>Description:
- Fix the missing setting in lighttpd
Maintainer(itetcu@) is CC'ed.
>How-To-Repeat:
If you lost the alias for tb/logs, then it'll not work.
Add the following to fix it:
"/tb/logs/" => "%%PREFIX%%/tinderbox/logs/",
>Fix:
--- tinderbox.diff begins here ---
Index: ports-mgmt/tinderbox/files/pkg-message.in
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/tinderbox/files/pkg-message.in,v
retrieving revision 1.8
diff -u -r1.8 pkg-message.in
--- ports-mgmt/tinderbox/files/pkg-message.in 25 Jun 2007 10:25:55 -0000 1.8
+++ ports-mgmt/tinderbox/files/pkg-message.in 5 Sep 2007 15:51:27 -0000
@@ -103,7 +103,8 @@
Turn on "mod_alias" and add the following lines:
-alias.url = ( "/tb/packages/" => "%%PREFIX%%/tinderbox/packages/",
+alias.url = ( "/tb/logs/" => "%%PREFIX%%/tinderbox/logs/",
+ "/tb/packages/" => "%%PREFIX%%/tinderbox/packages/",
"/tb/errors/" => "%%PREFIX%%/tinderbox/errors/",
"/tb/" => "%%PREFIX%%/tinderbox/scripts/www-exp/" )
dir-listing.activate = "enable"
--- tinderbox.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list