aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pdumpfs-rsync/files
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-05-29 02:07:21 +0800
committerknu <knu@FreeBSD.org>2004-05-29 02:07:21 +0800
commit2923607e4d4306f90a892a9d1b28ba16c5c9b744 (patch)
tree475bc4fd1275c8e7f6a2cf994cce587341f19b9f /sysutils/pdumpfs-rsync/files
parente03e5835748f5df04b3a43b90859e529d3c3f51a (diff)
downloadfreebsd-ports-gnome-2923607e4d4306f90a892a9d1b28ba16c5c9b744.tar.gz
freebsd-ports-gnome-2923607e4d4306f90a892a9d1b28ba16c5c9b744.tar.zst
freebsd-ports-gnome-2923607e4d4306f90a892a9d1b28ba16c5c9b744.zip
Add pdumpfs-rsync, a utility to back up remote files with pdumpfs and
rsync.
Diffstat (limited to 'sysutils/pdumpfs-rsync/files')
-rw-r--r--sysutils/pdumpfs-rsync/files/patch-pdumpfs-rsync11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/pdumpfs-rsync/files/patch-pdumpfs-rsync b/sysutils/pdumpfs-rsync/files/patch-pdumpfs-rsync
new file mode 100644
index 000000000000..f9d7ece54685
--- /dev/null
+++ b/sysutils/pdumpfs-rsync/files/patch-pdumpfs-rsync
@@ -0,0 +1,11 @@
+--- pdumpfs-rsync.orig Sat May 29 03:00:00 2004
++++ pdumpfs-rsync Sat May 29 03:01:57 2004
+@@ -15,7 +15,7 @@
+ # the GNU General Public License version 2.
+ #
+
+-load '/usr/bin/pdumpfs'
++load File.join(File.dirname(__FILE__), 'pdumpfs')
+ require 'ftools'
+ require 'getoptlong'
+