Use the bacula db user, not "postgres".
This commit is contained in:
parent
c4b73cac7b
commit
2bb02787cf
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2012/06/07 10:26:38 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2012/06/11 08:33:58 ajacoutot Exp $
|
||||
|
||||
COMMENT= bacula(8) web interface
|
||||
|
||||
DISTNAME= webacula-5.5.1
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
CATEGORIES= www sysutils
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-application_config_ini,v 1.2 2011/07/28 09:24:35 ajacoutot Exp $
|
||||
--- application/config.ini.orig Wed May 11 10:20:56 2011
|
||||
+++ application/config.ini Thu Jul 28 10:47:40 2011
|
||||
$OpenBSD: patch-application_config_ini,v 1.3 2012/06/11 08:33:58 ajacoutot Exp $
|
||||
--- application/config.ini.orig Sat Sep 10 22:22:55 2011
|
||||
+++ application/config.ini Mon Jun 11 10:33:15 2012
|
||||
@@ -5,25 +5,25 @@
|
||||
|
||||
[general]
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-application_config_ini,v 1.2 2011/07/28 09:24:35 ajacoutot Exp $
|
||||
+db.adapter = PDO_PGSQL
|
||||
db.config.host = localhost
|
||||
-db.config.username = root
|
||||
+db.config.username = postgres
|
||||
+db.config.username = bacula
|
||||
db.config.password =
|
||||
db.config.dbname = bacula
|
||||
-;; for Sqlite db.config.dbname = "/full patch/bacula.db"
|
||||
|
Loading…
Reference in New Issue
Block a user