rpms/hardlink/FC-5 hardlink.1, 1.1, 1.2 hardlink.c, 1.6, 1.7 hardlink.spec, 1.21, 1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Oct 29 09:06:22 UTC 2006


Author: jnovy

Update of /cvs/dist/rpms/hardlink/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv25292

Modified Files:
	hardlink.1 hardlink.c hardlink.spec 
Log Message:
- update docs to describe highest verbosity -vv option (#210816)                
- use dist



Index: hardlink.1
===================================================================
RCS file: /cvs/dist/rpms/hardlink/FC-5/hardlink.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hardlink.1	7 Nov 2005 14:07:33 -0000	1.1
+++ hardlink.1	29 Oct 2006 09:06:20 -0000	1.2
@@ -3,7 +3,7 @@
 hardlink \- Consolidate duplicate files via hardlinks
 .SH "SYNOPSIS"
 .PP
-\fBhardlink\fP [\fB-c\fP] [\fB-n\fP] [\fB-v\fP] [\fB-h\fP] directory1 [ directory2 ... ]
+\fBhardlink\fP [\fB-c\fP] [\fB-n\fP] [\fB-v\fP] [\fB-vv\fP] [\fB-h\fP] directory1 [ directory2 ... ]
 .SH "DESCRIPTION"
 .PP
 This manual page documents \fBhardlink\fP, a 
@@ -27,7 +27,9 @@
 .IP "\fB-n\fP" 10
 Do not perform the consolidation; only print what would be changed.
 .IP "\fB-v\fP" 10
-Enable verbose logging.
+Print summary after hardlinking.
+.IP "\fB-vv\fP" 10
+Print every hardlinked file and bytes saved. Also print summary after hardlinking.
 .IP "\fB-h\fP" 10
 Show help.
 .SH "AUTHOR"


Index: hardlink.c
===================================================================
RCS file: /cvs/dist/rpms/hardlink/FC-5/hardlink.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hardlink.c	14 Nov 2005 08:31:25 -0000	1.6
+++ hardlink.c	29 Oct 2006 09:06:20 -0000	1.7
@@ -100,7 +100,8 @@
   fprintf (stderr, "Usage: %s [-cnvh] directories...\n", prog);
   fprintf (stderr, "  -c    When finding candidates for linking, compare only file contents.\n");
   fprintf (stderr, "  -n    Don't actually link anything, just report what would be done.\n");
-  fprintf (stderr, "  -v    Operate in verbose mode.\n");
+  fprintf (stderr, "  -v    Print summary after hardlinking.\n");
+  fprintf (stderr, "  -vv   Print every hardlinked file and bytes saved + summary.\n");
   fprintf (stderr, "  -h    Show help.\n");
   exit(255);
 }


Index: hardlink.spec
===================================================================
RCS file: /cvs/dist/rpms/hardlink/FC-5/hardlink.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hardlink.spec	11 Feb 2006 03:24:53 -0000	1.21
+++ hardlink.spec	29 Oct 2006 09:06:20 -0000	1.22
@@ -1,7 +1,7 @@
 Summary:	Create a tree of hardlinks
 Name:		hardlink
 Version:	1.0
-Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?}).2
+Release:	2%{?dist}
 Epoch:		1
 Group:		System Environment/Base
 License:	GPL
@@ -35,6 +35,10 @@
 %{_mandir}/man1/hardlink.1*
 
 %changelog
+* Sun Oct 29 2006 Jindrich Novy <jnovy at redhat.com> - 1:1.0-2
+- update docs to describe highest verbosity -vv option (#210816)
+- use dist
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1:1.0-1.20.2
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list