SOURCES: findutils-info.patch - unify more direntries, kill locate...

qboosh qboosh at pld-linux.org
Wed Oct 26 00:22:36 CEST 2005


Author: qboosh                       Date: Tue Oct 25 22:22:36 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- unify more direntries, kill locate/updatedb options description (which don't apply to slocate used in PLD)

---- Files affected:
SOURCES:
   findutils-info.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/findutils-info.patch
diff -u SOURCES/findutils-info.patch:1.4 SOURCES/findutils-info.patch:1.5
--- SOURCES/findutils-info.patch:1.4	Tue Nov  9 00:29:42 2004
+++ SOURCES/findutils-info.patch	Wed Oct 26 00:22:30 2005
@@ -1,6 +1,6 @@
---- findutils-4.2.4/doc/find.texi.orig	2004-11-08 21:35:13.000000000 +0100
-+++ findutils-4.2.4/doc/find.texi	2004-11-08 23:57:06.080105344 +0100
-@@ -12,9 +12,9 @@
+--- findutils-4.2.25/doc/find.texi.orig	2005-09-02 22:48:07.000000000 +0200
++++ findutils-4.2.25/doc/find.texi	2005-10-26 00:05:29.278486352 +0200
+@@ -12,17 +12,11 @@
  @finalout
  @end iftex
  
@@ -8,7 +8,315 @@
 + at dircategory Shell utilities:
  @direntry
 -* Finding files: (find).        Operating on files matching certain criteria.
+- at end direntry
+-
+- at dircategory Individual utilities
+- at direntry
+-* find: (find)Invoking find.                    Finding and acting on files.
+-* locate: (find)Invoking locate.                Finding files in a database.
+-* updatedb: (find)Invoking updatedb.            Building the locate database.
+-* xargs: (find)Invoking xargs.                  Operating on many files.
 +* Finding files: (find).		Operating on files matching certain criteria
++* find: (find)find.			Finding and acting on files
++* xargs: (find)xargs.			Operating on many files
  @end direntry
  
- @ifinfo
+ @copying
+@@ -2259,10 +2253,6 @@
+ fileserver where that filesystem is on a local disk, to prevent
+ thrashing the network.
+ 
+- at xref{Invoking updatedb},
+-for the description of the options to @code{updatedb}, which specify
+-which directories would each database contain entries for.
+-
+ 
+ @node Database Formats
+ @section Database Formats
+@@ -2435,14 +2425,12 @@
+ discussed in this manual.
+ 
+ @menu
+-* Invoking find::
+-* Invoking locate::
+-* Invoking updatedb::
+-* Invoking xargs::
++* find::
++* xargs::
+ * Regular Expressions::
+ @end menu
+ 
+- at node Invoking find, Invoking locate, , Reference
++ at node find, xargs, , Reference
+ @section Invoking @code{find}
+ 
+ @example
+@@ -2510,7 +2498,7 @@
+ @end menu
+ 
+ 
+- at node Warning Messages,,, Invoking find
++ at node Warning Messages,,, find
+ @subsection Warning Messages
+ 
+ If there is an error on the @code{find} command line, an error message
+@@ -2562,249 +2550,7 @@
+ Use of an unrecognised formatting directive with @samp{-fprintf}
+ @end itemize
+ 
+- at node Invoking locate, Invoking updatedb, Invoking find, Reference
+- at section Invoking @code{locate}
+-
+- at example
+-locate @r{[}@var{option}@dots{}@r{]} @var{pattern}@dots{}
+- at end example
+-
+-For each @var{pattern} given @code{locate} searches one or more file
+-name databases returning each match of @var{pattern}.
+-
+-For each @var{pattern} given @code{locate} searches one or more file
+-name databases returning each match of @var{pattern}.
+-
+- at table @code
+- at item --all
+- at itemx -A
+-Print only names which match all non-option arguments, not those
+-matching one or more non-option arguments.
+-
+- at item --basename
+- at itemx -b
+-The specified pattern is matched against just the last component of
+-the name of a file in the @code{locate} database.  This last
+-component is also called the ``base name''.  For example, the base
+-name of @file{/tmp/mystuff/foo.old.c} is @file{foo.old.c}.  If the
+-pattern contains metacharacters, it must match the base name exactly.
+-If not, it must match part of the base name.
+-
+- at item --count
+- at itemx -c
+-Instead of printing the matched file names, just print the total
+-number of matches found, unless @samp{--print} (@samp{-p}) is also
+-present.
+-
+-
+- at item --database=@var{path}
+- at itemx -d @var{path}
+-Instead of searching the default @code{locate} database, @code{locate} search the file
+-name databases in @var{path}, which is a colon-separated list of
+-database file names.  You can also use the environment variable
+- at code{LOCATE_PATH} to set the list of database files to search.  The
+-option overrides the environment variable if both are used.  Empty
+-elements in @var{path} (that is, a leading or trailing colon, or two
+-colons in a row) are taken to stand for the default database.
+-A database can be supplied on stdin, using @samp{-} as an element
+-of @samp{path}. If more than one element of @samp{path} is @samp{-},
+-later instances are ignored (but a warning message is printed).
+-
+- at item --existing
+- at itemx -e
+-Only print out such names which currently exist (instead of such names
+-which existed when the database was created).  Note that this may slow
+-down the program a lot, if there are many matches in the database.
+-The way in which broken symbolic links are treated is affected by the
+- at samp{-L}, @samp{-P} and @samp{-H} options.
+-
+- at item --non-existing
+- at itemx -E
+-Only print out such names which currently do not exist (instead of
+-such names which existed when the database was created).  Note that
+-this may slow down the program a lot, if there are many matches in the
+-database.  The way in which broken symbolic links are treated is
+-affected by the @samp{-L}, @samp{-P} and @samp{-H} options.
+-
+- at item --follow
+- at itemx -L
+-If testing for the existence of files (with the @samp{-e} or @samp{-E}
+-options), consider broken symbolic links to be non-existing.  This is
+-the default behaviour.
+-
+-
+- at item --nofollow
+- at itemx -P
+- at itemx -H
+-If testing for the existence of files (with the @samp{-e} or @samp{-E}
+-options), treat broken symbolic links as if they were existing files.
+-The @samp{-H} form of this option is provided purely for similarity
+-with @code{find}; the use of @samp{-P} is recommended over @samp{-H}.
+-
+- at item --ignore-case
+- at itemx -i
+-Ignore case distinctions in both the pattern and the file names.
+-
+- at item --limit=N
+- at itemx -l N
+-Limit the number of results printed to N.  When used with the
+- at samp{--count} option, the value printed will never be larger than
+-this limit.
+-
+- at item --mmap
+- at itemx -m
+-Accepted but does nothing.  The option is supported only to provide
+-compatibility with BSD's @code{locate}.
+-
+- at item --null
+- at itemx -0
+-Results are separated with the ASCII NUL character rather than the
+-newline character.  To get the full benefit of the use of this option,
+-use the new @code{locate} database format (that is the default
+-anyway).
+-
+- at item --print
+- at itemx -p
+-Print search results when they normally would not, because of the
+-presence of @samp{--statistics} (@samp{-S}) or @samp{--count}
+-(@samp{-c}).
+-
+- at item --wholename
+- at itemx -w
+-The specified pattern is matched against the whole name of the file in
+-the @code{locate} database.  If the pattern contains metacharacters,
+-it must match exactly.  If not, it must match part of the whole file
+-name.  This is the default behaviour.
+-
+- at item --regex
+- at itemx -r
+-Instead of using substring or shell glob matching, the pattern
+-specified on the command line is understood to be a regular
+-expression.  GNU Emacs-style regular expressions are assumed unless
+-the @samp{--regextype} option is also given.  File names from the
+- at code{locate} database are matched using the specified regular
+-expression.  If the @samp{-i} flag is also given, matching is
+-case-insensitive.  Matches are performed against the whole path name,
+-and so by default a pathname will be matched if any part of it matches
+-the specified regular expression.  The regular expression may use
+- at samp{^} or @samp{$} to anchor a match at the beginning or end of a
+-pathname.
+-
+- at item --regextype
+-This option changes the regular expression dialect used.  Dialects
+-understood are described in @ref{Regular Expressions}.
+-
+-
+-
+- at item --regextype
+-This option changes the regular expression syntax and behaviour used
+-by the @samp{--regex} option.  @ref{Regular Expressions} for more
+-information on the regular expression dialects understood by GNU
+-findutils.
+-
+- at item --stdio
+- at itemx -s
+-Accepted but does nothing.  The option is supported only to provide
+-compatibility with BSD's @code{locate}.
+-
+- at item --statistics
+- at itemx -S
+-Print some summary information for each @code{locate} database.  No
+-search is performed unless non-option arguments are given.
+-
+- at item --help
+-Print a summary of the command line usage for @code{locate} and exit.
+-
+- at item --version
+-Print the version number of @code{locate} and exit.
+- at end table
+-
+- at node Invoking updatedb, Invoking xargs, Invoking locate, Reference
+- at section Invoking @code{updatedb}
+-
+- at example
+-updatedb @r{[}@var{option}@dots{}@r{]}
+- at end example
+-
+- at code{updatedb} creates and updates the database of file names used by
+- at code{locate}.  @code{updatedb} generates a list of files similar to
+-the output of @code{find} and then uses utilities for optimizing the
+-database for performance.  @code{updatedb} is often run periodically
+-as a @code{cron} job and configured with environment variables or
+-command options.  Typically, operating systems have a shell script
+-that ``exports'' configurations for variable definitions and uses
+-another schell script that ``sources'' the configuration file into the
+-environment and then executes @code{updatedb} in the environment.
+-
+- at code{updatedb} creates and updates the database of file names used by
+- at code{locate}.  @code{updatedb} generates a list of files similar to
+-the output of @code{find} and then uses utilities for optimizing the
+-database for performance.  @code{updatedb} is often run periodically
+-as a @code{cron} job and configured with environment variables or
+-command options.  Typically, operating systems have a shell script
+-that ``exports'' configurations for variable definitions and uses
+-another schell script that ``sources'' the configuration file into the
+-environment and then executes @code{updatedb} in the environment.
+-
+- at table @code
+- at item --findoptions='@var{OPTION}@dots{}'
+-Global options to pass on to @code{find}.
+-The environment variable @code{FINDOPTIONS} also sets this value.
+-Default is none.
+-
+- at item --localpaths='@var{path}@dots{}'
+-Non-network directories to put in the database.
+-Default is @file{/}.
+-
+- at item --netpaths='@var{path}@dots{}'
+-Network (NFS, AFS, RFS, etc.) directories to put in the database.
+-The environment variable @code{NETPATHS} also sets this value.
+-Default is none.
+-
+- at item --prunepaths='@var{path}@dots{}'
+-Directories to omit from the database, which would otherwise be
+-included.  The environment variable @code{PRUNEPATHS} also sets this
+-value.  Default is @file{/tmp /usr/tmp /var/tmp /afs}.  The paths are
+-used as regular expressions (with @code{find ... -regex}, so you need
+-to specify these paths in the same way that @code{find} will encounter
+-them.  This means for example that the paths must not include trailing
+-slashes.
+-
+- at item --prunefs='@var{path}@dots{}'
+-Filesystems to omit from the database, which would otherwise be
+-included.  Note that files are pruned when a filesystem is reached;
+-Any filesystem mounted under an undesired filesystem will be ignored.
+-The environment variable @code{PRUNEFS} also sets this value.  Default
+-is @file{nfs NFS proc}.
+-
+- at item --output=@var{dbfile}
+-The database file to build.  Default is system-dependent, but
+-typically @file{/usr/local/var/locatedb}.
+-
+- at item --localuser=@var{user}
+-The user to search the non-network directories as, using @code{su}.
+-Default is to search the non-network directories as the current user.
+-You can also use the environment variable @code{LOCALUSER} to set this user.
+-
+- at item --netuser=@var{user}
+-The user to search network directories as, using @code{su}.  Default
+- at code{user} is @code{daemon}.  You can also use the environment variable
+- at code{NETUSER} to set this user.
+-
+- at item --old-format
+-Generate a @code{locate} database in the old format, for compatibility
+-with versions of @code{locate} other than GNU @code{locate}.  Using
+-this option means that @code{locate} will not be able to properly
+-handle non-ASCII characters in file names (that is, file names
+-containing characters which have the eighth bit set, such as many of
+-the characters from the ISO-8859-1 character set).
+- at item --help
+-Print a summary of the command line usage and exit.
+- at item --version
+-Print the version number of @code{updatedb} and exit.
+- at end table
+-
+- at node Invoking xargs, Regular Expressions,  Invoking updatedb, Reference
++ at node xargs, Regular Expressions,  find, Reference
+ @section Invoking @code{xargs}
+ 
+ @example
+@@ -2915,7 +2661,7 @@
+ @end table
+ 
+ 
+- at node Regular Expressions,, Invoking xargs, Reference
++ at node Regular Expressions,, xargs, Reference
+ @section Regular Expressions
+ 
+ The @samp{-regex} and @samp{-iregex} tests of @code{find} allow
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/findutils-info.patch?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list