Fix config file path in the pkg-readme.
This commit is contained in:
parent
1b4f283ff1
commit
13c939e54b
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2012/12/17 14:55:08 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2013/01/14 16:07:41 ajacoutot Exp $
|
||||
|
||||
COMMENT= monitoring and reporting tool for bacula(8)
|
||||
|
||||
DISTNAME= bacula-web-5.2.11
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= www sysutils
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.1.1.1 2012/06/26 08:54:05 ajacoutot Exp $
|
||||
$OpenBSD: README,v 1.2 2013/01/14 16:07:41 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -12,7 +12,7 @@ another database, the corresponding package needs to be installed:
|
||||
php-pdo_pgsql or php-pdo_mysql
|
||||
|
||||
Configuration is done in:
|
||||
${INSTDIR}/config/config.php
|
||||
${INSTDIR}/application/config/config.php
|
||||
|
||||
When using Apache, running the following command and restarting httpd(8)
|
||||
will make bacula-web available from "http://<hostname>/bacula-web".
|
||||
|
Loading…
Reference in New Issue
Block a user