mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
www/bacula-web: remove no longer necessary patch
fix plist Pointy Hat To: ler
This commit is contained in:
parent
e7ef547d5f
commit
f87385a691
@ -1,6 +1,7 @@
|
||||
PORTNAME= bacula-web
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 8.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www sysutils
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -1,21 +0,0 @@
|
||||
--- 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';
|
@ -14,6 +14,7 @@
|
||||
%%WWWDIR%%/CONTRIBUTING.md
|
||||
%%WWWDIR%%/LICENSE
|
||||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/application/Entity/Job.php
|
||||
%%WWWDIR%%/application/Entity/log.php
|
||||
%%WWWDIR%%/application/Entity/user.php
|
||||
%%WWWDIR%%/application/assets/css/default.css
|
||||
|
Loading…
Reference in New Issue
Block a user