FreeBSD Bugzilla – Attachment 144375 Details for
Bug 191583
www/bacula-web update to 6.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
update bacula-web to 6.0.0
bacula-web.txt (text/plain), 23.01 KB, created by
Oleg Ginzburg
on 2014-07-03 16:28:02 UTC
(
hide
)
Description:
update bacula-web to 6.0.0
Filename:
MIME Type:
Creator:
Oleg Ginzburg
Created:
2014-07-03 16:28:02 UTC
Size:
23.01 KB
patch
obsolete
>diff -ruN bacula-web.bak/Makefile bacula-web/Makefile >--- bacula-web.bak/Makefile 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/Makefile 2014-07-03 19:31:07.000000000 +0400 >@@ -2,54 +2,62 @@ > # $FreeBSD: head/www/bacula-web/Makefile 359653 2014-06-28 04:44:35Z miwi $ > > PORTNAME= bacula-web >-DISTVERSION= 1.38.9 >-PORTREVISION= 1 >-CATEGORIES= www >-MASTER_SITES= SF/bacula/OldFiles >-DISTNAME= bacula-gui-${DISTVERSION} >+DISTVERSION= 6.0.0 >+CATEGORIES= sysutils www >+MASTER_SITES= http://www.bacula-web.org/files/bacula-web.org/downloads/ >+EXTRACT_SUFX= .tgz > > MAINTAINER= dan@langille.org > COMMENT= Bacula-web provides a summarized output of Bacula jobs > >-RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB >+LICENSE= GPLv2 > > NO_BUILD= yes >-USE_PHP= gd >+USE_PHP= gd gettext session > WANT_PHP_WEB= yes > >-OPTIONS_DEFINE= PGSQL >+OPTIONS_DEFINE= MYSQL PGSQL SQLITE > OPTIONS_DEFAULT= PGSQL > > SUB_FILES= pkg-message >+BACULAWEB_HOME?= ${PREFIX}/www/bacula-web > > .include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MMYSQL} >+CONFIGURE_ARGS+= --with-mysql=yes >+USE_MYSQL= yes >+SUB_LIST+= REQ_MYSQL=mysql >+USE_PHP+= pdo_mysql >+.endif >+ > .if ${PORT_OPTIONS:MPGSQL} > USE_PGSQL= yes > CONFIGURE_ARGS+= --with-postgresql=yes > SUB_LIST+= REQ_PGSQL=postgresql >-USE_PHP+= pgsql >-.else >-CONFIGURE_ARGS+= --with-mysql=yes >-USE_MYSQL= yes >-SUB_LIST+= REQ_MYSQL=mysql >-USE_PHP+= mysql >+USE_PHP+= pdo_sqlite >+.endif >+ >+.if ${PORT_OPTIONS:MSQLITE} >+USE_PGSQL= yes >+CONFIGURE_ARGS+= --with-sqlite=yes >+SUB_LIST+= REQ_PGSQL=sqlite >+USE_PHP+= pdo_sqlite > .endif > > do-install: >- @${ECHO} "Installing in ${PREFIX}/www/bacula-web" >- ${MKDIR} ${STAGEDIR}${PREFIX}/www/bacula-web >- ${CP} -R ${WRKSRC}/bacula-web/* ${STAGEDIR}${PREFIX}/www/bacula-web >- ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/www/bacula-web >- ${MV} ${STAGEDIR}${PREFIX}/www/bacula-web/configs/bacula.conf ${STAGEDIR}${PREFIX}/etc/bacula-web.conf.sample; \ >- ${RM} -rf ${STAGEDIR}${PREFIX}/www/bacula-web/configs; \ >- >- if [ ! -f /var/bacula-web/templates_c ]; then \ >- ${MKDIR} ${STAGEDIR}/var/bacula-web/templates_c; \ >- ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}/var/bacula-web/templates_c; \ >- fi >+ @${ECHO} "Installing in ${BACULAWEB_HOME}" >+ ${MKDIR} ${STAGEDIR}${BACULAWEB_HOME} >+ ${CP} -R ${WRKSRC}/* ${STAGEDIR}${BACULAWEB_HOME} > > post-install: >- @${CAT} ${PKGMESSAGE} >+ ${ECHO_CMD} '@owner www' > ${TMPPLIST} >+ ${ECHO_CMD} '@group www' >> ${TMPPLIST} >+ @${FIND} -s ${STAGEDIR}${BACULAWEB_HOME} -not -type d | ${SORT} | \ >+ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} >+ @${FIND} ${STAGEDIR}${BACULAWEB_HOME} -type d | ${SORT} -r | \ >+ ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} >+ ${ECHO_CMD} '@owner' >> ${TMPPLIST} >+ ${ECHO_CMD} '@group' >> ${TMPPLIST} > > .include <bsd.port.mk> >diff -ruN bacula-web.bak/distinfo bacula-web/distinfo >--- bacula-web.bak/distinfo 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/distinfo 2014-07-03 19:08:17.000000000 +0400 >@@ -1,2 +1,2 @@ >-SHA256 (bacula-gui-1.38.9.tar.gz) = 6f7d9d4830f03a32c023d3d1f1a83f519f9d05370dd404640b5bd65159264a7c >-SIZE (bacula-gui-1.38.9.tar.gz) = 487098 >+SHA256 (bacula-web-6.0.0.tgz) = 73f7139027e05e932600d6b95cb52cf2c20632062f6b29e53d7d28682260dcbe >+SIZE (bacula-web-6.0.0.tgz) = 405106 >diff -ruN bacula-web.bak/files/patch-bacula-web-classes.inc bacula-web/files/patch-bacula-web-classes.inc >--- bacula-web.bak/files/patch-bacula-web-classes.inc 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/files/patch-bacula-web-classes.inc 1970-01-01 03:00:00.000000000 +0300 >@@ -1,13 +0,0 @@ >---- bacula-web/classes.inc.orig Sat Nov 5 17:11:16 2005 >-+++ bacula-web/classes.inc Sat Apr 29 16:34:44 2006 >-@@ -15,8 +15,8 @@ >- +-------------------------------------------------------------------------+ >- */ >- // Last Err: 11 >--define('CONFIG_DIR', "configs"); >--define('CONFIG_FILE', "bacula.conf"); >-+define('CONFIG_DIR', "/usr/local/etc"); >-+define('CONFIG_FILE', "bacula-web.conf"); >- define('BACULA_TYPE_BYTES_FILES', 1); >- define('BACULA_TYPE_FILES_JOBID', 2); >- define('BACULA_TYPE_BYTES_ENDTIME_ALLJOBS', 69); >diff -ruN bacula-web.bak/files/patch-bacula-web-index.php bacula-web/files/patch-bacula-web-index.php >--- bacula-web.bak/files/patch-bacula-web-index.php 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/files/patch-bacula-web-index.php 1970-01-01 03:00:00.000000000 +0300 >@@ -1,29 +0,0 @@ >---- bacula-web/index.php.orig Thu Oct 6 10:45:48 2005 >-+++ bacula-web/index.php Sat Apr 29 16:35:59 2006 >-@@ -26,9 +26,9 @@ >- //$smarty->compile_check = true; >- //$smarty->debugging = true; >- $smarty->template_dir = "./templates"; >--$smarty->compile_dir = "./templates_c"; >--$smarty->config_dir = "./configs"; >--$smarty->config_load("bacula.conf"); // Load config file >-+$smarty->compile_dir = "/var/bacula-web/templates_c"; >-+$smarty->config_dir = "/usr/local/etc"; >-+$smarty->config_load("bacula-web.conf"); // Load config file >- $mode = $smarty->get_config_vars("mode"); // Lite o Extend? >- >- require("lang.php"); >-@@ -75,8 +75,11 @@ >- >- $client->free(); >- $totalfiles->free(); >--$last24bytes->free(); >-- >-+if ( $dbSql->driver == "mysql" ) { >-+ $last24bytes->free(); >-+} else { >-+# $last24bytes->freeResult(); >-+} >- >- // report_select.tpl & last_run_report.tpl >- $res = $dbSql->link->query("select Name from Job group by Name"); >diff -ruN bacula-web.bak/files/patch-bacula-web-report.php bacula-web/files/patch-bacula-web-report.php >--- bacula-web.bak/files/patch-bacula-web-report.php 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/files/patch-bacula-web-report.php 1970-01-01 03:00:00.000000000 +0300 >@@ -1,15 +0,0 @@ >---- bacula-web/report.php.orig Thu Oct 6 10:45:48 2005 >-+++ bacula-web/report.php Sat Apr 29 16:36:01 2006 >-@@ -25,9 +25,9 @@ >- //$smarty->debugging = true; >- >- $smarty->template_dir = "./templates"; >--$smarty->compile_dir = "./templates_c"; >--$smarty->config_dir = "./configs"; >--$smarty->config_load("bacula.conf"); >-+$smarty->compile_dir = "/var/bacula-web/templates_c"; >-+$smarty->config_dir = "/usr/local/etc"; >-+$smarty->config_load("bacula-web.conf"); >- require("lang.php"); >- >- $dbSql = new Bweb(); >diff -ruN bacula-web.bak/files/patch-bacula-web-templates-full_popup.tpl bacula-web/files/patch-bacula-web-templates-full_popup.tpl >--- bacula-web.bak/files/patch-bacula-web-templates-full_popup.tpl 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/files/patch-bacula-web-templates-full_popup.tpl 1970-01-01 03:00:00.000000000 +0300 >@@ -1,8 +0,0 @@ >---- bacula-web/templates/full_popup.tpl.orig Wed Jun 15 10:59:27 2005 >-+++ bacula-web/templates/full_popup.tpl Sat Apr 29 16:36:02 2006 >-@@ -1,4 +1,4 @@ >--{config_load file=bacula.conf} >-+{config_load file=bacula-web.conf} >- <html> >- <head> >- {include file=css.tpl} >diff -ruN bacula-web.bak/files/patch-bacula-web-templates-index.tpl bacula-web/files/patch-bacula-web-templates-index.tpl >--- bacula-web.bak/files/patch-bacula-web-templates-index.tpl 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/files/patch-bacula-web-templates-index.tpl 1970-01-01 03:00:00.000000000 +0300 >@@ -1,10 +0,0 @@ >---- bacula-web/templates/index.tpl.orig Sun Jun 19 04:52:45 2005 >-+++ bacula-web/templates/index.tpl Sat Apr 29 16:36:03 2006 >-@@ -1,6 +1,6 @@ >- {* BACULA main page*} >- >--{config_load file=bacula.conf} >-+{config_load file=bacula-web.conf} >- >- {include file=css.tpl} >- >diff -ruN bacula-web.bak/files/patch-bacula-web-templates-report.tpl bacula-web/files/patch-bacula-web-templates-report.tpl >--- bacula-web.bak/files/patch-bacula-web-templates-report.tpl 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/files/patch-bacula-web-templates-report.tpl 1970-01-01 03:00:00.000000000 +0300 >@@ -1,9 +0,0 @@ >---- bacula-web/templates/report.tpl.orig Mon Sep 19 11:33:10 2005 >-+++ bacula-web/templates/report.tpl Sat Apr 29 16:36:04 2006 >-@@ -1,5 +1,5 @@ >- {* Página principal BACULA *} >--{config_load file=bacula.conf} >-+{config_load file=bacula-web.conf} >- {popup_init src="js/overlib.js"} >- <html> >- <head> >diff -ruN bacula-web.bak/files/patch-bacula-web-templates-volumes.tpl bacula-web/files/patch-bacula-web-templates-volumes.tpl >--- bacula-web.bak/files/patch-bacula-web-templates-volumes.tpl 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/files/patch-bacula-web-templates-volumes.tpl 1970-01-01 03:00:00.000000000 +0300 >@@ -1,13 +0,0 @@ >---- bacula-web/templates/volumes.tpl.orig Sun Jun 19 06:17:22 2005 >-+++ bacula-web/templates/volumes.tpl Sat Apr 29 16:29:36 2006 >-@@ -31,8 +31,8 @@ >- <td>{$current3.0}</td> >- <td>{$current3.1|fsize_format|default:0}</td> >- <td>{$current3.4}</td> >-- <td {popup text="$current3.6}">{if $current3.6|date_format:"%Y" <= "1979"}--{else}{$current3.6|date_format:"%Y/%m/%d"}{/if}</td> >-- <td {popup text="$current3.5}">{if $current3.5 == "0000-00-00 00:00:00"}--{else}{$current3.5|date_format:"%Y/%m/%d"}{/if}</td> >-+ <td>{if $current3.6|date_format:"%Y" <= "1979"}--{else}{$current3.6|date_format:"%Y/%m/%d"}{/if}</td> >-+ <td>{if $current3.5 == "0000-00-00 00:00:00"}--{else}{$current3.5|date_format:"%Y/%m/%d"}{/if}</td> >- <td> >- <font color= >- {if $current3.2 == "Error"} >diff -ruN bacula-web.bak/files/pkg-message.in bacula-web/files/pkg-message.in >--- bacula-web.bak/files/pkg-message.in 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/files/pkg-message.in 2014-07-03 19:08:17.000000000 +0400 >@@ -5,9 +5,8 @@ > > 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. >+You need to copy %%PREFIX%%/application/config/config.php.sample to >+%%PREFIX%%/application/config/config.php and modify with your preferences. > > You will probably want to add an alias to your httpd.conf file, something > like this: >diff -ruN bacula-web.bak/pkg-descr bacula-web/pkg-descr >--- bacula-web.bak/pkg-descr 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/pkg-descr 2014-07-03 19:08:17.000000000 +0400 >@@ -14,4 +14,4 @@ > The documentation for bacula-web can be found in a separate bacula-web > document in the bacula-docs release. > >-WWW: http://www.bacula.org/ >+WWW: http://www.bacula-web.org/ >diff -ruN bacula-web.bak/pkg-plist bacula-web/pkg-plist >--- bacula-web.bak/pkg-plist 2014-07-03 19:09:34.000000000 +0400 >+++ bacula-web/pkg-plist 2014-07-03 19:28:43.000000000 +0400 >@@ -1,225 +1,4 @@ >-@sample etc/bacula-web.conf.sample >-www/bacula-web/CONTACT >-www/bacula-web/COPYING >-www/bacula-web/ChangeLog >-www/bacula-web/README >-www/bacula-web/TODO >-www/bacula-web/array_fill.func.php >-www/bacula-web/classes.inc >-www/bacula-web/classes.inc.orig >-www/bacula-web/external_packages/phplot/ChangeLog >-www/bacula-web/external_packages/phplot/LICENSE.GPL >-www/bacula-web/external_packages/phplot/LICENSE.PHP_3_0 >-www/bacula-web/external_packages/phplot/README >-www/bacula-web/external_packages/phplot/doc/imgs/graph1.png >-www/bacula-web/external_packages/phplot/doc/imgs/graph2.png >-www/bacula-web/external_packages/phplot/doc/imgs/graph3.png >-www/bacula-web/external_packages/phplot/doc/imgs/phplot-dia.png >-www/bacula-web/external_packages/phplot/doc/imgs/qstart_fig1.png >-www/bacula-web/external_packages/phplot/doc/imgs/qstart_fig2.png >-www/bacula-web/external_packages/phplot/doc/imgs/qstart_fig3.png >-www/bacula-web/external_packages/phplot/doc/imgs/qstart_fig4.png >-www/bacula-web/external_packages/phplot/doc/index.php >-www/bacula-web/external_packages/phplot/doc/internal_functions.html >-www/bacula-web/external_packages/phplot/doc/quickstart.html >-www/bacula-web/external_packages/phplot/doc/schema.html >-www/bacula-web/external_packages/phplot/doc/style.css >-www/bacula-web/external_packages/phplot/doc/user_functions.html >-www/bacula-web/external_packages/phplot/doc/user_internal_functions.html >-www/bacula-web/external_packages/phplot/examples/benjamingothic.ttf >-www/bacula-web/external_packages/phplot/examples/create_chart.php >-www/bacula-web/external_packages/phplot/examples/data.php >-www/bacula-web/external_packages/phplot/examples/data_date.php >-www/bacula-web/external_packages/phplot/examples/data_date2.php >-www/bacula-web/external_packages/phplot/examples/data_sample1.php >-www/bacula-web/external_packages/phplot/examples/data_sample2.php >-www/bacula-web/external_packages/phplot/examples/data_sample3.php >-www/bacula-web/external_packages/phplot/examples/data_sample4.php >-www/bacula-web/external_packages/phplot/examples/data_sample5.php >-www/bacula-web/external_packages/phplot/examples/example1.php >-www/bacula-web/external_packages/phplot/examples/example2.php >-www/bacula-web/external_packages/phplot/examples/example3.php >-www/bacula-web/external_packages/phplot/examples/example4.php >-www/bacula-web/external_packages/phplot/examples/example6.php >-www/bacula-web/external_packages/phplot/examples/example7.php >-www/bacula-web/external_packages/phplot/examples/example8.php >-www/bacula-web/external_packages/phplot/examples/example9.php >-www/bacula-web/external_packages/phplot/examples/format_chart.php >-www/bacula-web/external_packages/phplot/examples/inline_image.php >-www/bacula-web/external_packages/phplot/examples/test_setup.php >-www/bacula-web/external_packages/phplot/phplot.php >-www/bacula-web/external_packages/phplot/phplot_data.php >-www/bacula-web/external_packages/phplot/rgb.inc.php >-www/bacula-web/external_packages/smarty/COPYING.lib >-www/bacula-web/external_packages/smarty/Config_File.class.php >-www/bacula-web/external_packages/smarty/Smarty.class.php >-www/bacula-web/external_packages/smarty/Smarty_Compiler.class.php >-www/bacula-web/external_packages/smarty/debug.tpl >-www/bacula-web/external_packages/smarty/internals/core.assemble_plugin_filepath.php >-www/bacula-web/external_packages/smarty/internals/core.assign_smarty_interface.php >-www/bacula-web/external_packages/smarty/internals/core.create_dir_structure.php >-www/bacula-web/external_packages/smarty/internals/core.display_debug_console.php >-www/bacula-web/external_packages/smarty/internals/core.get_include_path.php >-www/bacula-web/external_packages/smarty/internals/core.get_microtime.php >-www/bacula-web/external_packages/smarty/internals/core.get_php_resource.php >-www/bacula-web/external_packages/smarty/internals/core.is_secure.php >-www/bacula-web/external_packages/smarty/internals/core.is_trusted.php >-www/bacula-web/external_packages/smarty/internals/core.load_plugins.php >-www/bacula-web/external_packages/smarty/internals/core.load_resource_plugin.php >-www/bacula-web/external_packages/smarty/internals/core.process_cached_inserts.php >-www/bacula-web/external_packages/smarty/internals/core.process_compiled_include.php >-www/bacula-web/external_packages/smarty/internals/core.read_cache_file.php >-www/bacula-web/external_packages/smarty/internals/core.rm_auto.php >-www/bacula-web/external_packages/smarty/internals/core.rmdir.php >-www/bacula-web/external_packages/smarty/internals/core.run_insert_handler.php >-www/bacula-web/external_packages/smarty/internals/core.smarty_include_php.php >-www/bacula-web/external_packages/smarty/internals/core.write_cache_file.php >-www/bacula-web/external_packages/smarty/internals/core.write_compiled_include.php >-www/bacula-web/external_packages/smarty/internals/core.write_compiled_resource.php >-www/bacula-web/external_packages/smarty/internals/core.write_file.php >-www/bacula-web/external_packages/smarty/plugins/block.textformat.php >-www/bacula-web/external_packages/smarty/plugins/compiler.assign.php >-www/bacula-web/external_packages/smarty/plugins/function.assign_debug_info.php >-www/bacula-web/external_packages/smarty/plugins/function.config_load.php >-www/bacula-web/external_packages/smarty/plugins/function.counter.php >-www/bacula-web/external_packages/smarty/plugins/function.cycle.php >-www/bacula-web/external_packages/smarty/plugins/function.debug.php >-www/bacula-web/external_packages/smarty/plugins/function.eval.php >-www/bacula-web/external_packages/smarty/plugins/function.fetch.php >-www/bacula-web/external_packages/smarty/plugins/function.html_checkboxes.php >-www/bacula-web/external_packages/smarty/plugins/function.html_image.php >-www/bacula-web/external_packages/smarty/plugins/function.html_options.php >-www/bacula-web/external_packages/smarty/plugins/function.html_radios.php >-www/bacula-web/external_packages/smarty/plugins/function.html_select_date.php >-www/bacula-web/external_packages/smarty/plugins/function.html_select_time.php >-www/bacula-web/external_packages/smarty/plugins/function.html_table.php >-www/bacula-web/external_packages/smarty/plugins/function.mailto.php >-www/bacula-web/external_packages/smarty/plugins/function.math.php >-www/bacula-web/external_packages/smarty/plugins/function.popup.php >-www/bacula-web/external_packages/smarty/plugins/function.popup_init.php >-www/bacula-web/external_packages/smarty/plugins/modifier.capitalize.php >-www/bacula-web/external_packages/smarty/plugins/modifier.cat.php >-www/bacula-web/external_packages/smarty/plugins/modifier.count_characters.php >-www/bacula-web/external_packages/smarty/plugins/modifier.count_paragraphs.php >-www/bacula-web/external_packages/smarty/plugins/modifier.count_sentences.php >-www/bacula-web/external_packages/smarty/plugins/modifier.count_words.php >-www/bacula-web/external_packages/smarty/plugins/modifier.date_format.php >-www/bacula-web/external_packages/smarty/plugins/modifier.debug_print_var.php >-www/bacula-web/external_packages/smarty/plugins/modifier.default.php >-www/bacula-web/external_packages/smarty/plugins/modifier.escape.php >-www/bacula-web/external_packages/smarty/plugins/modifier.fsize_format.php >-www/bacula-web/external_packages/smarty/plugins/modifier.indent.php >-www/bacula-web/external_packages/smarty/plugins/modifier.lower.php >-www/bacula-web/external_packages/smarty/plugins/modifier.nl2br.php >-www/bacula-web/external_packages/smarty/plugins/modifier.regex_replace.php >-www/bacula-web/external_packages/smarty/plugins/modifier.replace.php >-www/bacula-web/external_packages/smarty/plugins/modifier.spacify.php >-www/bacula-web/external_packages/smarty/plugins/modifier.string_format.php >-www/bacula-web/external_packages/smarty/plugins/modifier.strip.php >-www/bacula-web/external_packages/smarty/plugins/modifier.strip_tags.php >-www/bacula-web/external_packages/smarty/plugins/modifier.truncate.php >-www/bacula-web/external_packages/smarty/plugins/modifier.upper.php >-www/bacula-web/external_packages/smarty/plugins/modifier.wordwrap.php >-www/bacula-web/external_packages/smarty/plugins/outputfilter.trimwhitespace.php >-www/bacula-web/external_packages/smarty/plugins/shared.escape_special_chars.php >-www/bacula-web/external_packages/smarty/plugins/shared.make_timestamp.php >-www/bacula-web/external_packages/smarty_gettext-0.9/COPYING >-www/bacula-web/external_packages/smarty_gettext-0.9/ChangeLog >-www/bacula-web/external_packages/smarty_gettext-0.9/README >-www/bacula-web/external_packages/smarty_gettext-0.9/smarty_gettext.php >-www/bacula-web/external_packages/smarty_gettext-0.9/tsmarty2c.php >-www/bacula-web/images/backlast.gif >-www/bacula-web/images/backlastred.gif >-www/bacula-web/images/bg1.png >-www/bacula-web/images/bg2.png >-www/bacula-web/images/bg3.png >-www/bacula-web/images/bg4.png >-www/bacula-web/images/bg5.png >-www/bacula-web/images/bg6.png >-www/bacula-web/images/bg7.gif >-www/bacula-web/images/bg8.png >-www/bacula-web/images/empty.png >-www/bacula-web/images/end2.png >-www/bacula-web/images/end4.png >-www/bacula-web/images/refresh.gif >-www/bacula-web/images/s_error.gif >-www/bacula-web/images/s_ok.gif >-www/bacula-web/index.php >-www/bacula-web/index.php.orig >-www/bacula-web/js/mini/overlib_anchor_mini.js >-www/bacula-web/js/mini/overlib_crossframe_mini.js >-www/bacula-web/js/mini/overlib_cssstyle_mini.js >-www/bacula-web/js/mini/overlib_exclusive_mini.js >-www/bacula-web/js/mini/overlib_followscroll_mini.js >-www/bacula-web/js/mini/overlib_hideform_mini.js >-www/bacula-web/js/mini/overlib_mini.js >-www/bacula-web/js/mini/overlib_shadow_mini.js >-www/bacula-web/js/overlib.js >-www/bacula-web/js/overlib_anchor.js >-www/bacula-web/js/overlib_crossframe.js >-www/bacula-web/js/overlib_cssstyle.js >-www/bacula-web/js/overlib_exclusive.js >-www/bacula-web/js/overlib_followscroll.js >-www/bacula-web/js/overlib_hideform.js >-www/bacula-web/js/overlib_shadow.js >-www/bacula-web/lang.php >-www/bacula-web/locale/de/LC_MESSAGES/messages.mo >-www/bacula-web/locale/de/LC_MESSAGES/messages_de.po >-www/bacula-web/locale/en/LC_MESSAGES/messages.mo >-www/bacula-web/locale/en/LC_MESSAGES/messages.po >-www/bacula-web/locale/es/LC_MESSAGES/messages.mo >-www/bacula-web/locale/es/LC_MESSAGES/messages.po >-www/bacula-web/locale/fr/LC_MESSAGES/messages.mo >-www/bacula-web/locale/fr/LC_MESSAGES/messages.po.fr >-www/bacula-web/locale/it/LC_MESSAGES/messages.mo >-www/bacula-web/locale/it/LC_MESSAGES/messages_it.po >-www/bacula-web/messages.po >-www/bacula-web/paths.php >-www/bacula-web/report.php >-www/bacula-web/report.php.orig >-www/bacula-web/stats.php >-www/bacula-web/templates/css.tpl >-www/bacula-web/templates/footer.tpl >-www/bacula-web/templates/full_popup.tpl >-www/bacula-web/templates/full_popup.tpl.orig >-www/bacula-web/templates/generaldata.tpl >-www/bacula-web/templates/header.tpl >-www/bacula-web/templates/index.tpl >-www/bacula-web/templates/index.tpl.orig >-www/bacula-web/templates/last_run_report.tpl >-www/bacula-web/templates/report.tpl >-www/bacula-web/templates/report.tpl.orig >-www/bacula-web/templates/report_select.tpl >-www/bacula-web/templates/volumes.tpl >-www/bacula-web/templates/volumes.tpl.orig >-www/bacula-web/templates_c/blank >-www/bacula-web/test.php >-www/bacula-web/tsmarty2c.php >-@dirrm www/bacula-web/templates_c >-@dirrm www/bacula-web/templates >-@dirrm www/bacula-web/locale/it/LC_MESSAGES >-@dirrm www/bacula-web/locale/it >-@dirrm www/bacula-web/locale/fr/LC_MESSAGES >-@dirrm www/bacula-web/locale/fr >-@dirrm www/bacula-web/locale/es/LC_MESSAGES >-@dirrm www/bacula-web/locale/es >-@dirrm www/bacula-web/locale/en/LC_MESSAGES >-@dirrm www/bacula-web/locale/en >-@dirrm www/bacula-web/locale/de/LC_MESSAGES >-@dirrm www/bacula-web/locale/de >-@dirrm www/bacula-web/locale >-@dirrm www/bacula-web/js/mini >-@dirrm www/bacula-web/js >-@dirrm www/bacula-web/images >-@dirrm www/bacula-web/external_packages/smarty_gettext-0.9 >-@dirrm www/bacula-web/external_packages/smarty/plugins >-@dirrm www/bacula-web/external_packages/smarty/internals >-@dirrm www/bacula-web/external_packages/smarty >-@dirrm www/bacula-web/external_packages/phplot/examples >-@dirrm www/bacula-web/external_packages/phplot/doc/imgs >-@dirrm www/bacula-web/external_packages/phplot/doc >-@dirrm www/bacula-web/external_packages/phplot >-@dirrm www/bacula-web/external_packages >-@dirrm www/bacula-web >-@unexec rmdir "/var/bacula-web/templates_c" >/dev/null 2>&1 || : >-@unexec rmdir "/var/bacula-web" >/dev/null 2>&1 || : >+@owner www >+@group www >+@owner >+@group
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191583
:
144375
|
145491
|
145529
|
145535