dd3985572b
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
11 lines
413 B
Text
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.
|