]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- updated to 8.15
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 7 Jan 2012 15:17:36 +0000 (15:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils-info.patch -> 1.11
    coreutils-pam.patch -> 1.16
    coreutils-runuser.patch -> 1.14

coreutils-info.patch
coreutils-pam.patch
coreutils-runuser.patch

index 848ab64532339f9ba2b8a95a13961c4fe646603a..b5760e97962ac87fb1593c169e0909a5b808a6bc 100644 (file)
@@ -82,6 +82,7 @@
 -* ptx: (coreutils)ptx invocation.               Produce permuted indexes.
 -* pwd: (coreutils)pwd invocation.               Print working directory.
 -* readlink: (coreutils)readlink invocation.     Print referent of a symlink.
+-* realpath: (coreutils)readpath invocation.     Print resolved file names.
 -* rm: (coreutils)rm invocation.                 Remove files.
 -* rmdir: (coreutils)rmdir invocation.           Remove empty directories.
 -* runcon: (coreutils)runcon invocation.         Run in specified SELinux CTX.
 +* ptx: (coreutils)ptx.                        Produce permuted indexes
 +* pwd: (coreutils)pwd.                        Print working directory
 +* readlink: (coreutils)readlink.      Print referent of a symlink
++* realpath: (coreutils)readpath.      Print resolved file names.
 +* rm: (coreutils)rm.                  Remove files
 +* rmdir: (coreutils)rmdir.            Remove empty directories
 +* runcon: (coreutils)runcon.          Run in specified SELinux CTX
  
  @command{test}: Check file types and compare values
  
-@@ -372,21 +363,21 @@
+@@ -372,22 +363,22 @@
  
  Redirection
  
 -* dirname invocation::           Strip last file name component
 -* pathchk invocation::           Check file name validity and portability
 -* mktemp invocation::            Create temporary file or directory
+-* realpath invocation::          Print resolved file names
 +* basename::                     Strip directory and suffix from a file name
 +* dirname::                      Strip last file name component
 +* pathchk::                      Check file name validity and portability
 +* mktemp::                       Create temporary file or directory
++* realpath::                     Print resolved file names
  
  Working context
  
  @section @command{tee}: Redirect output to multiple files or processes
  
  @pindex tee
-@@ -12138,14 +12123,14 @@
+@@ -12138,15 +12123,15 @@
  This section describes commands that manipulate file names.
  
  @menu
 -* dirname invocation::          Strip last file name component.
 -* pathchk invocation::          Check file name validity and portability.
 -* mktemp invocation::           Create temporary file or directory.
+-* realpath invocation::         Print resolved file names.
 +* basename::                    Strip directory and suffix from a file name.
 +* dirname::                     Strip last file name component.
 +* pathchk::                     Check file name validity and portability.
 +* mktemp::                      Create temporary file or directory.
++* realpath::                    Print resolved file names.
  @end menu
  
  
index 6c2b01ee4ed1cce01eac52f9055ec88d8d93f249..3f0cf3195b9ac898cf425bcedf907f6818ff3453 100644 (file)
 +msgid " killed.\n"
 +msgstr " zabito.\n"
 +
- #: src/su.c:382
+ #: src/su.c:373
  msgid ""
  "Change the effective user id and group id to that of USER.\n"
 diff -Nur coreutils-5.2.1.orig/man/es/su.1 coreutils-5.2.1/man/es/su.1
index 15035bd8b91e4e1410a2e40535d74f97d8b50898..978bb079ddda0a4c1692b84b3f78fbb2f5f351ce 100644 (file)
@@ -4,15 +4,15 @@ diff -urNp coreutils-8.7-orig/README coreutils-8.7/README
 @@ -12,10 +12,10 @@ The programs that can be built with this
    factor false fmt fold groups head hostid hostname id install join kill
    link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup
-   nproc od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir
--  runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf
--  sleep sort split stat stdbuf stty su sum sync tac tail tee test timeout
--  touch tr true truncate tsort tty uname unexpand uniq unlink uptime users
--  vdir wc who whoami yes
-+  runcon runuser seq sha1sum sha224sum sha256sum sha384sum sha512sum shred
-+  shuf sleep sort split stat stdbuf stty su sum sync tac tail tee test
-+  timeout touch tr true truncate tsort tty uname unexpand uniq unlink uptime
-+  users vdir wc who whoami yes
+   nproc od paste pathchk pinky pr printenv printf ptx pwd readlink realpath
+-  rm rmdir runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum shred
+-  shuf sleep sort split stat stdbuf stty su sum sync tac tail tee test
+-  timeout touch tr true truncate tsort tty uname unexpand uniq unlink
+-  uptime users vdir wc who whoami yes
++  rm rmdir runcon runuser seq sha1sum sha224sum sha256sum sha384sum sha512sum
++  shred shuf sleep sort split stat stdbuf stty su sum sync tac tail tee
++  test timeout touch tr true truncate tsort tty uname unexpand uniq
++  unlink uptime users vdir wc who whoami yes
  
  See the file NEWS for a list of major changes in the current release.
  
This page took 0.157904 seconds and 4 git commands to generate.