freebsd-ports/sysutils/flexbackup/files/patch-flexbackup.conf
Ion-Mihai Tetcu dd3985572b - patch sources to respect PREFIX instead of using custom hacks:
Before:
/etc/flexbackup.conf for PREFIX=whatever, WITH_PREFIX_CONF unset
Now:
PREFIX/etc/flexbackup.conf for PREFIX=whatever
- depend on right (g)tar depending on FreeBSD version
- pass maintainership to submitter

PR:		ports/102971
Submitted by:	Marcus von Appen
2006-10-10 08:23:41 +00:00

11 lines
413 B
Text

--- flexbackup.conf.orig Fri Sep 15 09:59:46 2006
+++ flexbackup.conf Fri Sep 15 10:00:32 2006
@@ -219,6 +219,8 @@
# $path{'afio'} = 'sudo -u nonrootuser afio';
#
+$path{'tar'} = %%TAR_CMD%%;
+
# ----------------------------------------------------------------------
# mt operation overrides. Set if flexbackup doesn't know the right mt
# command(s) for your OS/device, or you want to override things.