Date: Fri, 11 Aug 2006 21:03:15 -0400 (EDT) From: Dan Langille <dan@langille.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dan Langille <dan@langille.org> Subject: ports/101859: [MAINTAINER-UPDATE] www/bacula-web adjust post-install msg Message-ID: <20060812010315.772D63E90@xeon.unixathome.org> Resent-Message-ID: <200608120110.k7C1AGpD045341@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101859 >Category: ports >Synopsis: [MAINTAINER-UPDATE] www/bacula-web adjust post-install msg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 12 01:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: FreeBSD 4.9-STABLE i386 >Organization: The FreeBSD Diary >Environment: System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386 >Description: Post install, provide a better description of how to get bacula-web up and running. >How-To-Repeat: >Fix: --- bacula-web.patch begins here --- diff -ruN /usr/ports/www/bacula-web/files/pkg-message.in ./files/pkg-message.in --- files/pkg-message.in.orig Tue Aug 8 10:44:24 2006 +++ files/pkg-message.in Fri Aug 11 11:08:36 2006 @@ -1,10 +1,21 @@ *********************************************************************** -* INSTALL PROCEDURE * +* POST INSTALL CONFIGURATION * *********************************************************************** Please note that everything has been installed in %%PREFIX%%/www/bacula-web. +Read %%PREFIX%%/www/bacula-web/README but keep in mind local changes for +FreeBSD: you need to copy %%PREFIX%%/etc/bacula-web.conf.sample to +%%PREFIX%%/etc/bacula-web.conf.sample and modify with your preferences. -Read %%PREFIX%%/www/bacula-web/README +You will probably want to add an alias to your httpd.conf file, something +like this: + + Alias /bacula-web "/usr/local/www/bacula-web/" + +And restart Apache. + +Alternatively, you can create a host dedicated to bacula-web and use +a DocumentRoot of /usr/local/www/bacula-web. --- bacula-web.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060812010315.772D63E90>