FreeBSD Bugzilla – Attachment 244285 Details for
Bug 273296
sysutils/bacula-server: fix %%REQ_MYSQL%% and %%REQ_PGSQL%% replacement in bacula-dir rc.d script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix %%REQ_MYSQL%% and %%REQ_PGSQL%% replacement in bacula-dir rc.d script
0001-fix-REQ_MYSQL-and-REQ_PGSQL-replacement-in-bacula-di.patch (text/plain), 2.23 KB, created by
Lars Herschke
on 2023-08-22 17:26:03 UTC
(
hide
)
Description:
fix %%REQ_MYSQL%% and %%REQ_PGSQL%% replacement in bacula-dir rc.d script
Filename:
MIME Type:
Creator:
Lars Herschke
Created:
2023-08-22 17:26:03 UTC
Size:
2.23 KB
patch
obsolete
>From 82ac197eb8ad3bba5281df62f562f4cfc7884954 Mon Sep 17 00:00:00 2001 >From: Lars Herschke <lhersch@dssgmbh.de> >Date: Tue, 22 Aug 2023 19:13:54 +0200 >Subject: [PATCH] fix %%REQ_MYSQL%% and %%REQ_PGSQL%% replacement in bacula-dir > rc.d script > >--- > sysutils/bacula11-server/Makefile | 4 ++++ > sysutils/bacula13-server/Makefile | 4 ++++ > sysutils/bacula9-server/Makefile | 4 ++++ > 3 files changed, 12 insertions(+) > >diff --git a/sysutils/bacula11-server/Makefile b/sysutils/bacula11-server/Makefile >index 80c5cd1f3..59975db84 100644 >--- a/sysutils/bacula11-server/Makefile >+++ b/sysutils/bacula11-server/Makefile >@@ -114,10 +114,14 @@ CONFFILES= sd dir > > MYSQL_CONFIGURE_ON= --with-mysql=yes > MYSQL_USES= mysql >+MYSQL_SUB_LIST= REQ_MYSQL=mysql >+MYSQL_SUB_LIST_OFF= REQ_MYSQL="" > SQLITE3_CONFIGURE_ON= --with-sqlite3=yes > SQLITE3_USES= sqlite:3 > PGSQL_CONFIGURE_ON= --with-postgresql=yes > PGSQL_USES= pgsql >+PGSQL_SUB_LIST= REQ_PGSQL=postgresql >+PGSQL_SUB_LIST_OFF= REQ_PGSQL="" > > MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx > >diff --git a/sysutils/bacula13-server/Makefile b/sysutils/bacula13-server/Makefile >index 7094f78ee..689bb0bfd 100644 >--- a/sysutils/bacula13-server/Makefile >+++ b/sysutils/bacula13-server/Makefile >@@ -114,10 +114,14 @@ CONFFILES= sd dir > > MYSQL_CONFIGURE_ON= --with-mysql=yes > MYSQL_USES= mysql >+MYSQL_SUB_LIST= REQ_MYSQL=mysql >+MYSQL_SUB_LIST_OFF= REQ_MYSQL="" > SQLITE3_CONFIGURE_ON= --with-sqlite3=yes > SQLITE3_USES= sqlite:3 > PGSQL_CONFIGURE_ON= --with-postgresql=yes > PGSQL_USES= pgsql >+PGSQL_SUB_LIST= REQ_PGSQL=postgresql >+PGSQL_SUB_LIST_OFF= REQ_PGSQL="" > > MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx > >diff --git a/sysutils/bacula9-server/Makefile b/sysutils/bacula9-server/Makefile >index e18d8d178..347f70dc4 100644 >--- a/sysutils/bacula9-server/Makefile >+++ b/sysutils/bacula9-server/Makefile >@@ -115,10 +115,14 @@ CONFFILES= sd dir > > MYSQL_CONFIGURE_ON= --with-mysql=yes > MYSQL_USES= mysql >+MYSQL_SUB_LIST= REQ_MYSQL=mysql >+MYSQL_SUB_LIST_OFF= REQ_MYSQL="" > SQLITE3_CONFIGURE_ON= --with-sqlite3=yes > SQLITE3_USES= sqlite:3 > PGSQL_CONFIGURE_ON= --with-postgresql=yes > PGSQL_USES= pgsql >+PGSQL_SUB_LIST= REQ_PGSQL=postgresql >+PGSQL_SUB_LIST_OFF= REQ_PGSQL="" > > MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx > >-- >2.41.0 >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273296
:
244284
| 244285