aboutsummaryrefslogtreecommitdiff
path: root/sysutils/webmin
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2007-10-23 11:20:24 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2007-10-23 11:20:24 +0000
commit1bd99ad16360e071f505850c53861d78024adfd8 (patch)
treec2037a9ba656fc283299ec55f5efb1adb5d75c65 /sysutils/webmin
parentbf71fa9ae3db6d93e93631f074945b28cfcbec2d (diff)
Notes
Diffstat (limited to 'sysutils/webmin')
-rw-r--r--sysutils/webmin/files/patch-fsdump_freebsd-lib.pl16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/webmin/files/patch-fsdump_freebsd-lib.pl b/sysutils/webmin/files/patch-fsdump_freebsd-lib.pl
new file mode 100644
index 000000000000..e4da9c721f32
--- /dev/null
+++ b/sysutils/webmin/files/patch-fsdump_freebsd-lib.pl
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- fsdump/freebsd-lib.pl.orig
++++ fsdump/freebsd-lib.pl
+@@ -229,8 +229,10 @@
+ $cmd .= " -M" if ($_[0]->{'multi'});
+ $cmd .= " -h" if ($_[0]->{'links'});
+ $cmd .= " -l" if ($_[0]->{'xdev'});
++ if (${tar_command} ne '/usr/bin/tar') {
+ $cmd .= " -F \"$tapecmd $_[0]->{'id'}\"" if (!$_[0]->{'gzip'});
+ $cmd .= " --rsh-command=$_[0]->{'rsh'}" if ($_[0]->{'rsh'});
++ }
+ $cmd .= " $_[0]->{'extra'}" if ($_[0]->{'extra'});
+ $cmd .= " '$_[0]->{'dir'}'";
+ }