Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2020 09:01:42 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532091 - head/www/bacula-web/files
Message-ID:  <202004190901.03J91gjp098626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sun Apr 19 09:01:41 2020
New Revision: 532091
URL: https://svnweb.freebsd.org/changeset/ports/532091

Log:
  Add file forgot to add in last commit.
  As this does not effect any existing installation, no PORTREVISION pump is done.

Added:
  head/www/bacula-web/files/patch-application_config_config.php.sample   (contents, props changed)

Added: head/www/bacula-web/files/patch-application_config_config.php.sample
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/bacula-web/files/patch-application_config_config.php.sample	Sun Apr 19 09:01:41 2020	(r532091)
@@ -0,0 +1,21 @@
+--- application/config/config.php.sample.orig	2020-04-17 09:56:28 UTC
++++ application/config/config.php.sample
+@@ -53,13 +53,13 @@ $config['language'] = 'en_US';
+ // $config[0]['db_port'] = '3306';
+ 
+ // postgreSQL bacula catalog
+-// $config[0]['label'] = 'Prod Server';
++$config[0]['label'] = 'Prod Server';
+ // $config[0]['host'] = 'db-server.domain.com';
+-// $config[0]['login'] = 'bacula';
++$config[0]['login'] = 'bacula';
+ // $config[0]['password'] = 'otherstrongpassword';
+-// $config[0]['db_name'] = 'bacula';
+-// $config[0]['db_type'] = 'pgsql';
+-// $config[0]['db_port'] = '5432'; 
++$config[0]['db_name'] = 'bacula';
++$config[0]['db_type'] = 'pgsql';
++$config[0]['db_port'] = '5432'; 
+ 
+ // SQLite bacula catalog
+ // $config[0]['label'] = 'Dev backup server';



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004190901.03J91gjp098626>