forked from pool/fdupes
ebd601a9d7
- update to 1.5.0-PR2 * new "--summarize" option * new "--recurse:" selective recursion option * new "--noprompt" option for totally automated deletion of duplicate files. * sorts duplicates (old to new) for consistent order when listing or deleteing duplicate files. * tests for early matching of files, which should help speed up the matching process when large files are involved. * warns whenever a file cannot be deleted. * bugfixes (proper file closing, zero-length files, ...) - add -p/--permissions switch so files with different permissions or uid/gid are not considered as duplicates (bnc#784670) * this mode is a default one for fdupes macro - refresh all patches - drop the fdupes-sort-output.diff - use the upstream mtime sorting - add the debian patches - see spec file for details OBS-URL: https://build.opensuse.org/request/show/138346 OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=6
26 lines
858 B
Diff
26 lines
858 B
Diff
From 445205969c23e8c51e19456b3fcd1571b44c6e5c Mon Sep 17 00:00:00 2001
|
|
From: A Costa <agcosta@gis.net>
|
|
Date: Fri, 12 Oct 2012 14:58:00 +0200
|
|
Subject: [PATCH 03/10] Fix a typo in a manpage (bts353789)
|
|
|
|
---
|
|
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
|
|
it means the program has been compiled to use an external
|
|
program to calculate MD5 signatures (otherwise, fdupes uses
|
|
-interal routines for this purpose), and an error has occurred
|
|
+internal routines for this purpose), and an error has occurred
|
|
while attempting to execute it. If this is the case, the
|
|
specified program should be properly installed prior
|
|
to running fdupes.
|
|
--
|
|
1.7.11.5
|
|
|