svn commit: r532091 - head/www/bacula-web/files

Matthias Fechner mfechner at FreeBSD.org
Sun Apr 19 09:01:42 UTC 2020


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';


More information about the svn-ports-all mailing list