|
|
@ -1,7 +1,20 @@
|
|
|
|
diff -urNp fdupes-1.50-PR2.orig/fdupes.1 fdupes-1.50-PR2/fdupes.1
|
|
|
|
From cc2fe14c2397b84ff61d00e038462dc6dac3bda2 Mon Sep 17 00:00:00 2001
|
|
|
|
--- fdupes-1.50-PR2.orig/fdupes.1 2009-01-31 20:11:49.581967819 +0530
|
|
|
|
From: Alfie Costa <agcosta@gis.net>
|
|
|
|
+++ fdupes-1.50-PR2/fdupes.1 2009-01-31 20:32:46.383969471 +0530
|
|
|
|
Date: Fri, 12 Oct 2012 14:58:00 +0200
|
|
|
|
@@ -87,7 +87,7 @@ If fdupes returns with an error message
|
|
|
|
Subject: [PATCH 03/17] Fix a typo in a manpage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes: http://bugs.debian.org/353789
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cherry picked from commit: cc2fe14c2397b84ff61d00e038462dc6dac3bda2
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
fdupes.1 | 2 +-
|
|
|
|
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/fdupes.1 b/fdupes.1
|
|
|
|
|
|
|
|
index c0a02f0..71da2c4 100644
|
|
|
|
|
|
|
|
--- a/fdupes.1
|
|
|
|
|
|
|
|
+++ b/fdupes.1
|
|
|
|
|
|
|
|
@@ -84,7 +84,7 @@ If fdupes returns with an error message such as
|
|
|
|
.B fdupes: error invoking md5sum
|
|
|
|
.B fdupes: error invoking md5sum
|
|
|
|
it means the program has been compiled to use an external
|
|
|
|
it means the program has been compiled to use an external
|
|
|
|
program to calculate MD5 signatures (otherwise, fdupes uses
|
|
|
|
program to calculate MD5 signatures (otherwise, fdupes uses
|
|
|
@ -10,3 +23,6 @@ diff -urNp fdupes-1.50-PR2.orig/fdupes.1 fdupes-1.50-PR2/fdupes.1
|
|
|
|
while attempting to execute it. If this is the case, the
|
|
|
|
while attempting to execute it. If this is the case, the
|
|
|
|
specified program should be properly installed prior
|
|
|
|
specified program should be properly installed prior
|
|
|
|
to running fdupes.
|
|
|
|
to running fdupes.
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
2.1.0
|
|
|
|
|
|
|
|
|
|
|
|