SOURCES: findutils-info.patch, findutils-pl.po-update.patch (NEW), ...

qboosh qboosh at pld-linux.org
Tue Mar 18 08:33:59 CET 2008


Author: qboosh                       Date: Tue Mar 18 07:33:59 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 4.4.0

---- Files affected:
SOURCES:
   findutils-info.patch (1.11 -> 1.12) , findutils-pl.po-update.patch (1.18 -> 1.19)  (NEW), findutils-selinux.patch (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SOURCES/findutils-info.patch
diff -u SOURCES/findutils-info.patch:1.11 SOURCES/findutils-info.patch:1.12
--- SOURCES/findutils-info.patch:1.11	Sat Jan 26 00:58:22 2008
+++ SOURCES/findutils-info.patch	Tue Mar 18 08:33:54 2008
@@ -1,6 +1,12 @@
---- findutils-4.2.32/doc/find.texi.orig	2007-12-08 17:00:30.000000000 +0100
-+++ findutils-4.2.32/doc/find.texi	2008-01-26 00:37:49.666750899 +0100
-@@ -12,17 +12,11 @@
+--- findutils-4.4.0/doc/find.texi.orig	2008-03-10 21:31:16.000000000 +0100
++++ findutils-4.4.0/doc/find.texi	2008-03-16 00:00:13.875930612 +0100
+@@ -7,23 +7,16 @@
+ @c %**end of header
+ 
+ @include version.texi
+- at include ../locate/dblocation.texi
+ 
+ @iftex
  @finalout
  @end iftex
  
@@ -22,18 +28,172 @@
  @end direntry
  
  @copying
-@@ -2406,10 +2400,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.
+@@ -225,9 +218,7 @@
+ @section Overview
+ 
+ The principal programs used for making lists of files that match given
+-criteria and running commands on them are @code{find}, @code{locate},
+-and @code{xargs}.  An additional command, @code{updatedb}, is used by
+-system administrators to create databases for @code{locate} to use.
++criteria and running commands on them are @code{find} and @code{xargs}.
+ 
+ @code{find} searches for files in a directory hierarchy and prints
+ information about the files it found.  It is run like this:
+@@ -247,23 +238,6 @@
+ Notice that the wildcard must be enclosed in quotes in order to
+ protect it from expansion by the shell.
+ 
+- at code{locate} searches special file name databases for file names that
+-match patterns.  The system administrator runs the @code{updatedb}
+-program to create the databases.  @code{locate} is run like this:
+-
+- at example
+-locate @r{[}@var{option}@dots{}@r{]} @var{pattern}@dots{}
+- at end example
 -
+- at noindent
+-This example prints the names of all files in the default file name
+-database whose name ends with @samp{Makefile} or @samp{makefile}.
+-Which file names are stored in the database depends on how the system
+-administrator ran @code{updatedb}.
+- at example
+-locate '*[Mm]akefile'
+- at end example
+-
+ The name @code{xargs}, pronounced EX-args, means ``combine
+ arguments.''  @code{xargs} builds and executes command lines by
+ gathering together arguments it reads on the standard input.  Most
+@@ -371,7 +345,6 @@
+ @menu
+ * Base Name Patterns::
+ * Full Name Patterns::
+-* Fast Full Name Search::
+ * Shell Pattern Matching::      Wildcards used by these programs.
+ @end menu
  
+@@ -504,78 +477,6 @@
+ 
+ @end deffn
+ 
+- at node Fast Full Name Search
+- at subsection Fast Full Name Search
+-
+-To search for files by name without having to actually scan the
+-directories on the disk (which can be slow), you can use the
+- at code{locate} program.  For each shell pattern you give it,
+- at code{locate} searches one or more databases of file names and
+-displays the file names that contain the pattern.  @xref{Shell Pattern
+-Matching}, for details about shell patterns.
+-
+-If a pattern is a plain string---it contains no
+-metacharacters--- at code{locate} displays all file names in the database
+-that contain that string.  If a pattern contains
+-metacharacters, @code{locate} only displays file names that match the
+-pattern exactly.  As a result, patterns that contain metacharacters
+-should usually begin with a @samp{*}, and will most often end with one
+-as well.  The exceptions are patterns that are intended to explicitly
+-match the beginning or end of a file name.
+-
+-If you only want @code{locate} to match against the last component of
+-the file names (the ``base name'' of the files) you can use the
+- at samp{--basename} option.  The opposite behaviour is the default, but
+-can be selected explicitly by using the option @samp{--wholename}.
+-
+-The command
+- at example
+-locate @var{pattern}
+- at end example
+-
+-is almost equivalent to
+- at example
+-find @var{directories} -name @var{pattern}
+- at end example
+-
+-where @var{directories} are the directories for which the file name
+-databases contain information.  The differences are that the
+- at code{locate} information might be out of date, and that @code{locate}
+-handles wildcards in the pattern slightly differently than @code{find}
+-(@pxref{Shell Pattern Matching}).
+-
+-The file name databases contain lists of files that were on the system
+-when the databases were last updated.  The system administrator can
+-choose the file name of the default database, the frequency with which
+-the databases are updated, and the directories for which they contain
+-entries.
+-
+-Here is how to select which file name databases @code{locate}
+-searches.  The default is system-dependent.  At the time this document
+-was generated, the default was @file{@value{LOCATE_DB}}.
+-
+- at table @code
+- at item --database=@var{path}
+- at itemx -d @var{path}
+-Instead of searching the default file name database, 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.
+- at end table
+-
+-GNU @code{locate} can read file name databases generated by the
+- at code{slocate} package.  However, these generally contain a list of
+-all the files on the system, and so when using this database,
+- at code{locate} will produce output only for files which are accessible
+-to you.  @xref{Invoking locate}, for a description of the
+- at samp{--existing} option which is used to do this.
+-
+-The @code{updatedb} program can also generate database in a format
+-compatible with @code{slocate}.  @xref{Invoking updatedb}, for a
+-description of its @samp{--dbformat} and @samp{--output} options.
+-
+-
+ @node Shell Pattern Matching
+ @subsection Shell Pattern Matching
+ 
+@@ -2650,42 +2551,11 @@
+ @samp{locate --statistics}.
+ 
+ @menu
+-* Database Locations::
+ * Database Formats::
+ * Newline Handling::
+ @end menu
+ 
+ 
+- at node Database Locations
+- at section Database Locations
+-
+-There can be multiple file name databases.  Users can select which
+-databases @code{locate} searches using the @code{LOCATE_PATH}
+-environment variable or a command line option.  The system
+-administrator can choose the file name of the default database, the
+-frequency with which the databases are updated, and the directories
+-for which they contain entries.  File name databases are updated by
+-running the @code{updatedb} program, typically nightly.
+-
+-In networked environments, it often makes sense to build a database at
+-the root of each filesystem, containing the entries for that
+-filesystem.  @code{updatedb} is then run for each filesystem on the
+-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
+- at code{updatedb}.  These options can be used to specify which
+-directories are indexed by each database file.
+-
+-The default location for the locate database depends on how findutils
+-is built, but the findutils installation accompanying this manual uses
+-the default location @file{@value{LOCATE_DB}}.
+-
+-If no database exists at @file{@value{LOCATE_DB}} but the user did not
+-specify where to look (by using @samp{-d} or setting
+- at code{LOCATE_PATH}), then @code{locate} will also check for a
+-``secure'' database in @file{/var/lib/slocate/slocate.db}.
+-
  @node Database Formats
  @section Database Formats
-@@ -2590,15 +2580,13 @@
+ 
+@@ -2904,15 +2774,13 @@
  discussed in this manual.
  
  @menu
@@ -47,25 +207,16 @@
  * Environment Variables::
  @end menu
  
-- at node Invoking find, Invoking locate, , Reference
-+ at node find, xargs, , Reference
+- at node Invoking find
++ at node find
  @section Invoking @code{find}
  
  @example
-@@ -2669,7 +2657,7 @@
- @end menu
+@@ -3120,268 +2988,7 @@
+ actions, and options that the expression can contain.  If the
+ expression is missing, @samp{-print} is assumed.
  
- 
-- 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
-@@ -2725,251 +2713,7 @@
- Use of an unrecognised formatting directive with @samp{-fprintf}
- @end itemize
- 
-- at node Invoking locate, Invoking updatedb, Invoking find, Reference
+- at node Invoking locate
 - at section Invoking @code{locate}
 -
 - at example
@@ -102,7 +253,8 @@
 -
 - at item --database=@var{path}
 - at itemx -d @var{path}
--Instead of searching the default @code{locate} database, @code{locate} search the file
+-Instead of searching the default @code{locate} database
+- at file{@value{LOCATE_DB}}, @code{locate} searches 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
@@ -121,7 +273,9 @@
 -The way in which broken symbolic links are treated is affected by the
 - at samp{-L}, @samp{-P} and @samp{-H} options.  Please note that it is
 -possible for the file to be deleted after @code{locate} has checked
--that it exists, but before you use it.
+-that it exists, but before you use it.  This option is automatically
+-turned on when reading an @code{slocate} database in secure mode
+-(@pxref{slocate Database Format}).
 -
 - at item --non-existing
 - at itemx -E
@@ -157,7 +311,11 @@
 -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 --max-database-age=D
+-Normally, @code{locate} will issue a warning message when it searches
+-a database which is more than 8 days old.  This option changes that
+-value to something other than 8.  The effect of specifying a negative
+-value is undefined.
 - at item --mmap
 - at itemx -m
 -Accepted but does nothing.  The option is supported only to provide
@@ -166,14 +324,14 @@
 - 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,
+-newline character.  To get the full benefit 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}
+-Print search results when they normally would not be due to
+-use of @samp{--statistics} (@samp{-S}) or @samp{--count}
 -(@samp{-c}).
 -
 - at item --wholename
@@ -211,8 +369,8 @@
 - 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.  Although
--the BSD version of locate also has this option, the format of the
+-search is performed unless non-option arguments are given.
+-Although the BSD version of locate also has this option, the format of the
 -output is different.
 -
 - at item --help
@@ -222,7 +380,7 @@
 -Print the version number of @code{locate} and exit.
 - at end table
 -
-- at node Invoking updatedb, Invoking xargs, Invoking locate, Reference
+- at node Invoking updatedb
 - at section Invoking @code{updatedb}
 -
 - at example
@@ -281,8 +439,8 @@
 -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}.
+-The database file to build.  The default is system-dependent, but
+-when this document was formatted it was @file{@value{LOCATE_DB}}.
 -
 - at item --localuser=@var{user}
 -The user to search the non-network directories as, using @code{su}.
@@ -300,26 +458,75 @@
 -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).  Versions of
-- at code{locate} prior to 4.2.31 fail to correctly handle long filenames
--in old-format databases.  Versions 4.3.0 to 4.3.6 were also affected.
+-the characters from the ISO-8859-1 character set).  @xref{Database
+-Formats}, for a detailed description of the supported database
+-formats.
+-
+- at item --dbformat=@var{FORMAT}
+-Generate the locate database in format @code{FORMAT}.  Supported
+-database formats include @code{LOCATE02} (which is the default),
+- at code{old} and @code{slocate}.  The @code{old} format exists for
+-compatibility with implementations of @code{locate} on other Unix
+-systems.  The @code{slocate} format exists for compatibility with
+- at code{slocate}.  @xref{Database Formats}, for a detailed description
+-of each format.
+-
 - 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
+- at node Invoking xargs
++ at node xargs
  @section Invoking @code{xargs}
  
  @example
-@@ -3118,7 +2862,7 @@
- @end table
- 
+@@ -5091,8 +4698,6 @@
+ @menu
+ * Error Messages From find::
+ * Error Messages From xargs::
+-* Error Messages From locate::
+-* Error Messages From updatedb::
+ @end menu
  
-- at node Regular Expressions, Environment Variables, Invoking xargs, Reference
-+ at node Regular Expressions, Environment Variables, xargs, Reference
- @section Regular Expressions
+ @node Error Messages From find
+@@ -5223,38 +4828,6 @@
+ See the description of the similar message for @code{find}.
+ @end table
  
- The @samp{-regex} and @samp{-iregex} tests of @code{find} allow
+- at node Error Messages From locate
+- at section Error Messages From @code{locate}
+-
+- at table @samp
+- at item warning: database @file{@value{LOCATE_DB}} is more than 8 days old
+-The @code{locate} program relies on a database which is periodically
+-built by the @code{updatedb} program.  That hasn't happened in a long
+-time.  To fix this problem, run @code{updatedb} manually.  This can
+-often happen on systems that are generally not left on, so the
+-periodic ``cron'' task which normally does this doesn't get a chance
+-to run.
+-
+- at item locate database @file{@value{LOCATE_DB}} is corrupt or invalid
+-This should not happen.  Re-run @code{updatedb}.  If that works, but
+- at code{locate} still produces this error, run @code{locate --version}
+-and @code{updatedb --version}.  These should produce the same output.
+-If not, you are using a mixed toolset; check your @samp{$PATH}
+-environment variable and your shell aliases (if you have any).  If
+-both programs claim to be GNU versions, this is a bug; all versions of
+-these programs should interoperate without problem.  Ask for help on
+- at email{bug-findutils@@gnu.org}.
+- at end table
+-
+-
+- at node Error Messages From updatedb
+- at section Error Messages From updatedb
+-
+-The @code{updatedb} program (and the programs it invokes) do issue
+-error messages, but none seem to be candidates for guidance.  If
+-you are having a problem understanding one of these, ask for help on
+- at email{bug-findutils@@gnu.org}.
+-
+ @node GNU Free Documentation License
+ @appendix GNU Free Documentation License
+ @include fdl.texi

================================================================
Index: SOURCES/findutils-pl.po-update.patch
diff -u /dev/null SOURCES/findutils-pl.po-update.patch:1.19
--- /dev/null	Tue Mar 18 08:33:59 2008
+++ SOURCES/findutils-pl.po-update.patch	Tue Mar 18 08:33:54 2008
@@ -0,0 +1,58 @@
+--- findutils-4.4.0/po/pl.po.orig	2008-03-15 12:43:32.000000000 +0100
++++ findutils-4.4.0/po/pl.po	2008-03-17 20:33:46.545320968 +0100
+@@ -5,10 +5,10 @@
+ #
+ msgid ""
+ msgstr ""
+-"Project-Id-Version: findutils 4.3.13\n"
++"Project-Id-Version: findutils 4.4.0\n"
+ "Report-Msgid-Bugs-To: bug-findutils at gnu.org\n"
+ "POT-Creation-Date: 2008-03-15 11:43+0000\n"
+-"PO-Revision-Date: 2008-02-15 00:07+0100\n"
++"PO-Revision-Date: 2008-03-16 00:10+0100\n"
+ "Last-Translator: Jakub Bogusz <qboosh at pld-linux.org>\n"
+ "Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
+ "MIME-Version: 1.0\n"
+@@ -263,13 +263,13 @@
+ "numer urz±dzenia %ld, typ systemu plików to %s) [ref %ld]"
+ 
+ #: find/find.c:528
+-#, fuzzy, c-format
++#, c-format
+ msgid ""
+ "%s%s changed during execution of %s (old inode number %<PRIuMAX>, new inode "
+ "number %<PRIuMAX>, file system type is %s) [ref %ld]"
+ msgstr ""
+-"%s%s zmieni³ siê podczas wykonywania %s (stary numer i-wêz³a %ld, nowy numer "
+-"i-wêz³a %ld, typ systemu plików %s) [ref %ld]"
++"%s%s zmieni³ siê podczas wykonywania %s (stary numer i-wêz³a %<PRIuMAX>, "
++"nowy numer i-wêz³a %<PRIuMAX>, typ systemu plików %s) [ref %ld]"
+ 
+ #: find/find.c:1012
+ #, c-format
+@@ -961,7 +961,7 @@
+ msgstr "Wszystkie nazwy plików: %s\n"
+ 
+ #: locate/locate.c:912
+-#, fuzzy, c-format
++#, c-format
+ msgid ""
+ "File names have a cumulative length of %s bytes.\n"
+ "Of those file names,\n"
+@@ -970,12 +970,12 @@
+ "\t%s contain newline characters, \n"
+ "\tand %s contain characters with the high bit set.\n"
+ msgstr ""
+-"Nazwy plików maj± ³±czn± d³ugo¶æ %1$s bajtów.\n"
++"Nazwy plików maj± ³±czn± d³ugo¶æ %s bajtów.\n"
+ "W¶ród tych nazw:\n"
+ "\n"
+-"\t%2$s zawiera spacje,\n"
+-"\t%3$s zawiera znaki nowej linii,\n"
+-"\ta %4$s zawiera znaki z ustawionym najstarszym bitem.\n"
++"\t%s zawiera spacje,\n"
++"\t%s zawiera znaki nowej linii,\n"
++"\ta %s zawiera znaki z ustawionym najstarszym bitem.\n"
+ 
+ #: locate/locate.c:926
+ #, c-format

================================================================
Index: SOURCES/findutils-selinux.patch
diff -u SOURCES/findutils-selinux.patch:1.16 SOURCES/findutils-selinux.patch:1.17
--- SOURCES/findutils-selinux.patch:1.16	Sat Jan 26 00:58:22 2008
+++ SOURCES/findutils-selinux.patch	Tue Mar 18 08:33:54 2008
@@ -1,151 +1,86 @@
---- findutils-4.1.20/find/Makefile.am.orig	Mon May 26 20:02:34 2003
-+++ findutils-4.1.20/find/Makefile.am	Wed Jan 28 15:15:13 2004
-@@ -3,8 +3,9 @@
- bin_PROGRAMS = find
- find_SOURCES = find.c fstype.c parser.c pred.c tree.c util.c version.c
+--- findutils-4.4.0/find/Makefile.am.orig	2007-07-22 14:29:31.000000000 +0200
++++ findutils-4.4.0/find/Makefile.am	2008-03-16 01:19:36.539333465 +0100
+@@ -25,8 +25,9 @@
+ endif
+ 
  EXTRA_DIST = defs.h $(man_MANS)
-+DEFS = @DEFS@ -I. -I$(srcdir) -I.. -DWITH_SELINUX
++DEFS = @DEFS@ -DWITH_SELINUX
  INCLUDES = -I../gnulib/lib -I$(top_srcdir)/lib -I$(top_srcdir)/gnulib/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
--LDADD = ../lib/libfind.a ../gnulib/lib/libgnulib.a @INTLLIBS@
-+LDADD = ../lib/libfind.a ../gnulib/lib/libgnulib.a @INTLLIBS@ -lselinux
+-LDADD = ./libfindtools.a ../lib/libfind.a ../gnulib/lib/libgnulib.a @INTLLIBS@ @LIB_CLOCK_GETTIME@ @FINDLIBS@
++LDADD = ./libfindtools.a ../lib/libfind.a ../gnulib/lib/libgnulib.a @INTLLIBS@ @LIB_CLOCK_GETTIME@ @FINDLIBS@ -lselinux
  man_MANS = find.1
- SUBDIRS = testsuite
+ SUBDIRS = . testsuite
  
---- findutils-4.2.11/find/defs.h.orig	2005-01-03 01:06:10.000000000 +0100
-+++ findutils-4.2.11/find/defs.h	2005-01-09 18:10:03.183117288 +0100
-@@ -126,6 +126,10 @@
- #define MODE_RWX	(S_IXUSR | S_IXGRP | S_IXOTH | MODE_RW)
- #define MODE_ALL	(S_ISUID | S_ISGID | S_ISVTX | MODE_RWX)
+--- findutils-4.4.0/find/defs.h.orig	2008-03-10 10:37:21.000000000 +0100
++++ findutils-4.4.0/find/defs.h	2008-03-16 01:22:53.718566717 +0100
+@@ -49,6 +49,9 @@
+ #include <stdint.h>		/* for uintmax_t */
+ #include <sys/stat.h> /* S_ISUID etc. */
  
 +#ifdef WITH_SELINUX
 +#include <selinux/selinux.h>
 +#endif /*WITH_SELINUX*/
-+
- #if 1
- #include <stdbool.h>
- typedef bool boolean;
-@@ -322,6 +322,9 @@
-     struct dir_id   fileid;	/* samefile */
+ 
+ 
+ #ifndef CHAR_BIT
+@@ -314,6 +317,9 @@
+     struct perm_val perm;	/* perm */
+     struct samefile_file_id samefileid; /* samefile */
      mode_t type;		/* type */
-     FILE *stream;		/* ls fls fprint0 */
 +#ifdef WITH_SELINUX
 +    security_context_t scontext; /* scontext */
 +#endif /*WITH_SELINUX*/
-     struct format_val printf_vec; /* printf fprintf fprint  */
+     struct format_val printf_vec; /* printf fprintf fprint ls fls print0 fprint0 print */
    } args;
  
-@@ -477,6 +484,10 @@
-  
+@@ -589,6 +595,10 @@
    /* Pointer to the function used to stat files. */
    int (*xstat) (const char *name, struct stat *statbuf);
-+
+ 
 +#ifdef WITH_SELINUX
 +  int (*x_getfilecon) ();
 +#endif /* WITH_SELINUX */
++
  
+   /* Indicate if we can implement safely_chdir() using the O_NOFOLLOW 
+    * flag to open(2). 
+@@ -657,4 +667,9 @@
+ extern char *program_name;
  
-   /* Indicate if we can implement safely_chdir() using the O_NOFOLLOW
-@@ -511,4 +522,9 @@
- # define fchdir(fd) (-1)
- #endif
  
 +#ifdef WITH_SELINUX
-+boolean pred_scontext PARAMS((char *pathname, struct stat *stat_buf, struct predicate *pred_ptr));
++PREDICATEFUNCTION pred_scontext;
 +extern int (*x_getfilecon) ();
 +#endif /*WITH_SELINUX*/
 +
  #endif
---- findutils-4.2.6/find/find.1.orig	2004-11-21 10:52:17.000000000 +0100
-+++ findutils-4.2.6/find/find.1	2004-11-21 22:52:25.469719184 +0100
-@@ -396,6 +396,9 @@
- link to a file of type \fIc\fR; if the \-L option has been given, true
- if \fIc\fR is `l'.  In other words, for symbolic links, \-xtype checks
- the type of the file that \-type does not check.
+--- findutils-4.4.0/find/find.1.orig	2007-12-19 20:53:14.000000000 +0100
++++ findutils-4.4.0/find/find.1	2008-03-16 01:24:14.939206112 +0100
+@@ -935,6 +935,10 @@
+ .B \-type
+ does not check.
+ 
 +.IP "\-context \fIscontext\fR"
-+.IP "\--context \fIscontext\fR"
++.IP "\-\-context \fIscontext\fR"
 +(SELinux only) File has the security context \fIscontext\fR.
- 
++
  .SS ACTIONS
  .IP "\-delete\fR"
-@@ -633,6 +636,8 @@
- File's type (like in ls -l), U=unknown type (shouldn't happen)
+ Delete files; true if removal succeeded.  If the removal failed, an
+@@ -1340,6 +1344,8 @@
+ U=unknown type (shouldn't happen)
  .IP %Y
  File's type (like %y), plus follow symlinks: L=loop, N=nonexistent
 +.IP %Z
 +(SELinux only) file's security context.
  .PP
- A `%' character followed by any other character is discarded (but the
- other character is printed).
---- findutils-4.2.26/find/find.c.orig	2005-11-11 08:41:37.000000000 +0100
-+++ findutils-4.2.26/find/find.c	2005-11-27 03:32:00.836912296 +0100
-@@ -272,11 +272,17 @@
-     {
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/findutils-info.patch?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/findutils-selinux.patch?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list