]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- updated for 4.2.18 auto/ac/findutils-4_2_18-1
authorhavner <havner@pld-linux.org>
Mon, 7 Mar 2005 11:58:55 +0000 (11:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    findutils-selinux.patch -> 1.9

findutils-selinux.patch

index dbdf8507d6148c087b259d1af48b0d08627911be..b038d93af4bd37bd14ad546e25bd26b2d01695f9 100644 (file)
    } args;
  
 @@ -477,6 +484,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 */
- };
- extern struct options options;
  
+   /* Indicate if we can implement safely_chdir() using the O_NOFOLLOW
 @@ -511,4 +522,9 @@
  # define fchdir(fd) (-1)
  #endif
 +msgid "Error: invalid predicate %s: the kernel is not SELinux-enabled.\n"
 +msgstr "B³±d: b³êdne wyra¿enie %s: j±dro nie ma w³±czonej obs³ugi SELinuksa.\n"
 +
- #: find/find.c:455
+ #: find/find.c:515
  #, c-format
  msgid "invalid predicate `%s'"
 @@ -399,6 +404,10 @@
 +msgid "      -context CONTEXT\n"
 +msgstr "      -context KONTEKST\n"
 +
- #: find/parser.c:742
+ #: find/parser.c:747
  msgid ""
  "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n"
This page took 0.073499 seconds and 4 git commands to generate.