pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/bareos



Module Name:    pkgsrc
Committed By:   kardel
Date:           Thu Feb 11 06:56:35 UTC 2021

Modified Files:
        pkgsrc/sysutils/bareos: Makefile.common

Log Message:
sysutils/bareos: fix path replacement (core/scripts/bareos-config-lib.sh.in)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/bareos/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/bareos/Makefile.common
diff -u pkgsrc/sysutils/bareos/Makefile.common:1.3 pkgsrc/sysutils/bareos/Makefile.common:1.4
--- pkgsrc/sysutils/bareos/Makefile.common:1.3  Wed Feb 10 11:27:19 2021
+++ pkgsrc/sysutils/bareos/Makefile.common      Thu Feb 11 06:56:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2021/02/10 11:27:19 kardel Exp $
+# $NetBSD: Makefile.common,v 1.4 2021/02/11 06:56:35 kardel Exp $
 # used by sysutils/bareos-clientonly/Makefile
 
 GITHUB_PROJECT=        bareos
@@ -31,6 +31,7 @@ SUBST_CLASSES+=               paths
 SUBST_STAGE.paths=     pre-configure
 SUBST_MESSAGE.paths=   Fixing absolute paths.
 SUBST_FILES.paths+=    core/src/cats/make_catalog_backup.pl.in
+SUBST_FILES.paths+=    core/scripts/bareos-config-lib.sh.in
 SUBST_SED.paths=       -e 's,"/usr/local,"${PREFIX},g'
 SUBST_SED.paths+=      -e 's,"/var/log,"${VARBASE}/log,g'
 SUBST_VARS.paths=      LOCALBASE PREFIX PKGVERSION



Home | Main Index | Thread Index | Old Index