Bugfix update to bacula-web-5.2.12.
This commit is contained in:
parent
c170c564db
commit
70e16b9cd5
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/01/14 16:07:41 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2013/01/25 09:45:27 ajacoutot Exp $
|
||||
|
||||
COMMENT= monitoring and reporting tool for bacula(8)
|
||||
|
||||
DISTNAME= bacula-web-5.2.11
|
||||
REVISION= 0
|
||||
DISTNAME= bacula-web-5.2.12
|
||||
|
||||
CATEGORIES= www sysutils
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bacula-web-5.2.11.tar.gz) = Cj6We679RrNEQcSFXBENpHetJTHJIY0DzxK4B1dDPOs=
|
||||
SIZE (bacula-web-5.2.11.tar.gz) = 387897
|
||||
SHA256 (bacula-web-5.2.12.tar.gz) = 7/MWTXE091U7KQBXyhrmS6uL6M+1xFIB3ELbqYC/WdQ=
|
||||
SIZE (bacula-web-5.2.12.tar.gz) = 393380
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-application_config_config_php_sample,v 1.2 2012/12/17 14:55:08 ajacoutot Exp $
|
||||
--- application/config/config.php.sample.orig Tue Oct 30 23:56:07 2012
|
||||
+++ application/config/config.php.sample Mon Dec 17 15:52:16 2012
|
||||
@@ -30,18 +30,19 @@ $config['language'] = 'en_US';
|
||||
$OpenBSD: patch-application_config_config_php_sample,v 1.3 2013/01/25 09:45:27 ajacoutot Exp $
|
||||
--- application/config/config.php.sample.orig Thu Jan 24 15:56:08 2013
|
||||
+++ application/config/config.php.sample Fri Jan 25 10:42:38 2013
|
||||
@@ -31,18 +31,19 @@ $config['language'] = 'en_US';
|
||||
// $config[0]['db_port'] = '3306';
|
||||
|
||||
// PostgreSQL bacula catalog
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/12/17 14:55:08 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2013/01/25 09:45:27 ajacoutot Exp $
|
||||
@extraunexec rm -rf %D/bacula-web/application/view/cache/*
|
||||
@unexec-delete rm -f /var/www/conf/modules/bacula-web.conf
|
||||
bacula-web/
|
||||
@ -34,6 +34,10 @@ bacula-web/application/locale/it_IT/
|
||||
bacula-web/application/locale/it_IT/LC_MESSAGES/
|
||||
bacula-web/application/locale/it_IT/LC_MESSAGES/messages.mo
|
||||
bacula-web/application/locale/it_IT/LC_MESSAGES/messages.po
|
||||
bacula-web/application/locale/nl_NL/
|
||||
bacula-web/application/locale/nl_NL/LC_MESSAGES/
|
||||
bacula-web/application/locale/nl_NL/LC_MESSAGES/messages.mo
|
||||
bacula-web/application/locale/nl_NL/LC_MESSAGES/messages.po
|
||||
bacula-web/application/locale/pt_BR/
|
||||
bacula-web/application/locale/pt_BR/LC_MESSAGES/
|
||||
bacula-web/application/locale/pt_BR/LC_MESSAGES/messages.mo
|
||||
@ -70,6 +74,7 @@ bacula-web/application/view/style/header.css
|
||||
bacula-web/application/view/style/images/
|
||||
bacula-web/application/view/style/images/canceled.png
|
||||
bacula-web/application/view/style/images/error.png
|
||||
bacula-web/application/view/style/images/home_w.png
|
||||
bacula-web/application/view/style/images/ok.png
|
||||
bacula-web/application/view/style/images/running.png
|
||||
bacula-web/application/view/style/images/search.png
|
||||
@ -87,8 +92,6 @@ bacula-web/core/app/cerrorhandler.class.php
|
||||
bacula-web/core/app/cmodel.class.php
|
||||
bacula-web/core/app/cview.class.php
|
||||
bacula-web/core/bweb.inc.php
|
||||
bacula-web/core/cfg/
|
||||
bacula-web/core/cfg/config.class.php
|
||||
bacula-web/core/db/
|
||||
bacula-web/core/db/cdb.class.php
|
||||
bacula-web/core/db/cdbquery.class.php
|
||||
|
Loading…
Reference in New Issue
Block a user