[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] update header - we always ship compressed contents files



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 templates/contents |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/templates/contents b/templates/contents
index 1fd5918..16b624f 100644
--- a/templates/contents
+++ b/templates/contents
@@ -10,10 +10,11 @@ When a file is contained in more than one package, all packages are
 listed.  When a directory is contained in more than one package, only
 the first is listed.
 
-The best way to search quickly for a file is with the Unix `grep'
-utility, as in `grep <regular expression> CONTENTS':
+As all Contents files are shipped compressed, the best way to search quickly
+for a file is with the Unix `zgrep' utility, as in:
+  `zgrep <regular expression> CONTENTS.gz':
 
- $ grep nose Contents
+ $ zgrep nose Contents.gz
  etc/nosendfile                                          net/sendfile
  usr/X11R6/bin/noseguy                                   x11/xscreensaver
  usr/X11R6/man/man1/noseguy.1x.gz                        x11/xscreensaver
-- 
1.5.6.5



Reply to: