]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- updated for 6.10
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Mar 2008 18:26:02 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils-getgid.patch -> 1.5
    coreutils-info.patch -> 1.6
    coreutils-install-C.patch -> 1.6
    coreutils-pam.patch -> 1.11
    coreutils-po.patch -> 1.10
    coreutils-runuser.patch -> 1.5

coreutils-getgid.patch
coreutils-info.patch
coreutils-install-C.patch
coreutils-pam.patch
coreutils-po.patch
coreutils-runuser.patch

index 329770856c0954ad7580224f8b0c24ab1df9c43c..eeee33e4d059814d67762ed0b3b6e7416aab6a93 100644 (file)
@@ -1,13 +1,13 @@
---- coreutils-6.5/man/Makefile.am.orig 2006-11-16 09:49:56.000000000 +0100
-+++ coreutils-6.5/man/Makefile.am      2006-11-22 10:46:38.209505000 +0100
-@@ -33,6 +33,7 @@
-   whoami.1 yes.1 $(MAN)
- optional_mans = \
-   chroot.1 hostid.1 nice.1 pinky.1 stty.1 uname.1 uptime.1 users.1 who.1
+--- coreutils-6.10/man/Makefile.am.orig        2008-01-11 11:34:22.000000000 +0100
++++ coreutils-6.10/man/Makefile.am     2008-03-02 02:14:20.884410857 +0100
+@@ -16,6 +16,7 @@
+ # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ dist_man_MANS = groups.1 $(MAN)
 +man_MANS = getgid.1
  
+ man_aux = $(dist_man_MANS:.1=.x)
  
- man_aux = $(dist_man_MANS:.1=.x) $(optional_mans:.1=.x)
 diff -Nur coreutils-4.5.3.orig/man/getgid.1 coreutils-4.5.3/man/getgid.1
 --- coreutils-4.5.3.orig/man/getgid.1  Thu Jan  1 01:00:00 1970
 +++ coreutils-4.5.3/man/getgid.1       Sun Oct 27 21:40:54 2002
@@ -60,17 +60,17 @@ diff -Nur coreutils-4.5.3.orig/man/pl/getgid.1 coreutils-4.5.3/man/pl/getgid.1
 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 +.SH ZOBACZ TAK¯E
 +.BR id (1)
---- coreutils-6.3/src/Makefile.am.orig 2006-10-10 22:11:54.377620500 +0200
-+++ coreutils-6.3/src/Makefile.am      2006-10-10 22:12:30.471876250 +0200
-@@ -26,7 +26,7 @@
+--- coreutils-6.10/src/Makefile.am.orig        2008-03-02 02:12:29.418058752 +0100
++++ coreutils-6.10/src/Makefile.am     2008-03-02 02:14:46.205853844 +0100
+@@ -36,7 +36,7 @@
    cat cksum comm csplit cut expand fmt fold head join md5sum \
    nl od paste pr ptx sha1sum sha224sum sha256sum sha384sum sha512sum \
    shuf sort split sum tac tail tr tsort unexpand uniq wc \
 -  basename date dirname echo env expr factor false \
 +  basename date dirname echo env expr factor false getgid \
-   hostname id kill logname pathchk printenv printf pwd seq sleep tee \
+   id kill logname pathchk printenv printf pwd \
+   runcon seq sleep tee \
    test true tty whoami yes \
-   base64 \
 diff -Nur coreutils-4.5.3.orig/src/getgid.c coreutils-4.5.3/src/getgid.c
 --- coreutils-4.5.3.orig/src/getgid.c  Thu Jan  1 01:00:00 1970
 +++ coreutils-4.5.3/src/getgid.c       Sun Oct 27 21:52:01 2002
@@ -131,9 +131,9 @@ diff -Nur coreutils-4.5.3.orig/src/getgid.c coreutils-4.5.3/src/getgid.c
  src/head.c
  src/hostid.c
  src/hostname.c
---- coreutils-6.3/po/pl.po.orig        2006-10-10 22:11:54.373620250 +0200
-+++ coreutils-6.3/po/pl.po     2006-10-10 22:13:08.366244500 +0200
-@@ -3592,6 +3592,15 @@
+--- coreutils-6.10/po/pl.po.orig       2008-03-02 02:12:29.526064907 +0100
++++ coreutils-6.10/po/pl.po    2008-03-02 02:15:20.139787629 +0100
+@@ -3885,6 +3885,15 @@
  msgid "invalid number of columns: %s"
  msgstr "b³êdna liczba kolumn: %s"
  
@@ -146,6 +146,6 @@ diff -Nur coreutils-4.5.3.orig/src/getgid.c coreutils-4.5.3/src/getgid.c
 +"Sk³adnia:\n"
 +"\t%s nazwa-grupy\n"
 +
- #: src/head.c:113
+ #: src/head.c:112
  msgid ""
  "Print the first 10 lines of each FILE to standard output.\n"
index 98fe9c87b7d7daffaf55b2e5a765be7ef99d8582..0a56fdd7288a36db269c4c416d0afa672a6fe232 100644 (file)
@@ -1,6 +1,6 @@
---- coreutils-6.3/doc/coreutils.texi.orig      2006-09-26 21:17:33.000000000 +0200
-+++ coreutils-6.3/doc/coreutils.texi   2006-10-10 20:11:23.333708500 +0200
-@@ -20,111 +20,97 @@
+--- coreutils-6.10/doc/coreutils.texi.orig     2008-01-11 14:47:21.000000000 +0100
++++ coreutils-6.10/doc/coreutils.texi  2008-03-02 02:00:24.656756959 +0100
+@@ -20,112 +20,98 @@
  @syncodeindex pg cp
  @syncodeindex vr cp
  
@@ -20,6 +20,7 @@
 -
 -@dircategory Individual utilities
 -@direntry
+-* arch: (coreutils)arch invocation.             Print machine hardware name.
 -* base64: (coreutils)base64 invocation.         Base64 encode/decode data.
 -* basename: (coreutils)basename invocation.     Strip directory and suffix.
 -* cat: (coreutils)cat invocation.               Concatenate and write files.
 -* whoami: (coreutils)whoami invocation.         Print effective user ID.
 -* yes: (coreutils)yes invocation.               Print a string indefinitely.
 +* Coreutils: (coreutils).             Core GNU (file, text, shell) utilities
++* arch: (coreutils)arch.              Print machine hardware name
 +* base64: (coreutils)base64.          Base64 encode/decode data
 +* basename: (coreutils)basename.      Strip directory and suffix
 +* cat: (coreutils)cat.                        Concatenate and write files
 +* nice: (coreutils)nice.              Modify niceness
 +* nl: (coreutils)nl.                  Number lines and write files
 +* nohup: (coreutils)nohup.            Immunize to hangups
-+* od: (coreutils)od.                  Dump files in octal, etc
++* od: (coreutils)od.                  Dump files in octal, etc.
 +* paste: (coreutils)paste.            Merge lines of files
 +* pathchk: (coreutils)pathchk.                Check file name portability
 +* pr: (coreutils)pr.                  Paginate or columnate files
  * Delaying::                           sleep
  * Numeric operations::                 factor seq
  * File permissions::                   Access modes.
-@@ -217,42 +202,42 @@
+@@ -218,42 +203,42 @@
  
  Output of entire files
  
  
  @command{ptx}: Produce permuted indexes
  
-@@ -264,15 +249,15 @@
+@@ -265,15 +250,15 @@
  
  Operating on fields within a line
  
  
  @command{tr}: Translate, squeeze, and/or delete characters
  
-@@ -282,10 +267,10 @@
+@@ -283,10 +268,10 @@
  
  Directory listing
  
  
  @command{ls}:  List directory contents
  
-@@ -298,50 +283,50 @@
+@@ -299,50 +284,50 @@
  
  Basic operations
  
  
  @command{test}: Check file types and compare values
  
-@@ -360,20 +345,20 @@
+@@ -361,20 +346,20 @@
  
  Redirection
  
--* tee invocation::               Redirect output to multiple files
-+* tee::                          Redirect output to multiple files
+-* tee invocation::               Redirect output to multiple files or processes
++* tee::                          Redirect output to multiple files or processes
  
  File name manipulation
  
  
  @command{stty}: Print or change terminal characteristics
  
-@@ -387,19 +372,18 @@
+@@ -388,20 +373,19 @@
  
  User information
  
  
  System context
  
+-* arch invocation::              Print machine hardware name
 -* date invocation::              Print or set system date and time
 -* uname invocation::             Print system information
 -* hostname invocation::          Print or set system name
 -* hostid invocation::            Print numeric host identifier.
++* arch::                         Print machine hardware name
 +* date::                         Print or set system date and time
 +* uname::                        Print system information
-+* hostid::                       Print numeric host identifier.
++* hostid::                       Print numeric host identifier
  
  @command{date}: Print or set system date and time
  
-@@ -413,24 +397,20 @@
+@@ -416,24 +400,20 @@
  
  Modified command invocation
  
  
  File permissions
  
-@@ -1227,14 +1207,14 @@
+@@ -1276,14 +1256,14 @@
  in some way.
  
  @menu
  @section @command{cat}: Concatenate and write files
  
  @pindex cat
-@@ -1332,7 +1312,7 @@
+@@ -1382,7 +1362,7 @@
  @end smallexample
  
  
  @section @command{tac}: Concatenate and write files in reverse
  
  @pindex tac
-@@ -1381,7 +1361,7 @@
+@@ -1431,7 +1411,7 @@
  @exitstatus
  
  
  @section @command{nl}: Number lines and write files
  
  @pindex nl
-@@ -1544,7 +1524,7 @@
+@@ -1594,7 +1574,7 @@
  @exitstatus
  
  
  @section @command{od}: Write files in octal or other formats
  
  @pindex od
-@@ -1795,7 +1775,7 @@
+@@ -1850,7 +1830,7 @@
  
  @exitstatus
  
  @section @command{base64}: Transform data into printable data.
  
  @pindex base64
-@@ -1861,13 +1841,13 @@
+@@ -1917,13 +1897,13 @@
  These commands reformat the contents of files.
  
  @menu
  @section @command{fmt}: Reformat paragraph text
  
  @pindex fmt
-@@ -1966,7 +1946,7 @@
+@@ -2022,7 +2002,7 @@
  @exitstatus
  
  
  @section @command{pr}: Paginate or columnate files for printing
  
  @pindex pr
-@@ -2108,7 +2088,7 @@
+@@ -2162,7 +2142,7 @@
  @cindex time formats
  @cindex formatting times
  Format header dates using @var{format}, using the same conventions as
  Except for directives, which start with
  @samp{%}, characters in @var{format} are printed unchanged.  You can use
  this option to specify an arbitrary string in place of the header date,
-@@ -2337,7 +2317,7 @@
+@@ -2389,7 +2369,7 @@
  @exitstatus
  
  
  @section @command{fold}: Wrap input lines to fit in specified width
  
  @pindex fold
-@@ -2404,13 +2384,13 @@
+@@ -2456,13 +2436,13 @@
  These commands output pieces of the input.
  
  @menu
  @section @command{head}: Output the first part of files
  
  @pindex head
-@@ -2487,7 +2467,7 @@
+@@ -2543,7 +2523,7 @@
  @exitstatus
  
  
  @section @command{tail}: Output the last part of files
  
  @pindex tail
-@@ -2698,7 +2678,7 @@
+@@ -2758,7 +2738,7 @@
  @exitstatus
  
  
  @section @command{split}: Split a file into fixed-size pieces
  
  @pindex split
-@@ -2779,7 +2759,7 @@
+@@ -2845,7 +2825,7 @@
  @exitstatus
  
  
  @section @command{csplit}: Split a file into context-determined pieces
  
  @pindex csplit
-@@ -2919,16 +2899,16 @@
+@@ -2985,16 +2965,16 @@
  contents of files.
  
  @menu
  @section @command{wc}: Print newline, word, and byte counts
  
  @pindex wc
-@@ -3034,7 +3014,7 @@
+@@ -3101,7 +3081,7 @@
  @exitstatus
  
  
  @section @command{sum}: Print checksum and block counts
  
  @pindex sum
-@@ -3085,7 +3065,7 @@
+@@ -3152,7 +3132,7 @@
  @exitstatus
  
  
  @section @command{cksum}: Print CRC checksum and byte counts
  
  @pindex cksum
-@@ -3119,7 +3099,7 @@
+@@ -3186,7 +3166,7 @@
  @exitstatus
  
  
  @section @command{md5sum}: Print or check MD5 digests
  
  @pindex md5sum
-@@ -3141,8 +3121,8 @@
+@@ -3208,8 +3188,8 @@
  considered infeasible at the moment, it is known how to produce
  different files with identical MD5 (a ``collision''), something which
  can be a security issue in certain contexts.  For more secure hashes,
  
  If a @var{file} is specified as @samp{-} or if no files are given
  @command{md5sum} computes the checksum for the standard input.
-@@ -3236,7 +3216,7 @@
+@@ -3307,7 +3287,7 @@
  @exitstatus
  
  
  @section @command{sha1sum}: Print or check SHA-1 digests
  
  @pindex sha1sum
-@@ -3248,17 +3228,17 @@
+@@ -3319,17 +3299,17 @@
  
  @command{sha1sum} computes a 160-bit checksum for each specified
  @var{file}.  The usage and options of this command are precisely the
  @section sha2 utilities: Print or check SHA-2 digests
  
  @pindex sha224sum
-@@ -3288,7 +3268,7 @@
+@@ -3359,7 +3339,7 @@
  various lengths (respectively 224, 256, 384 and 512 bits),
  collectively known as the SHA-2 hashes.  The usage and options of
  these commands are precisely the same as for @command{md5sum}.
  
  Note: The SHA384 and SHA512 digests are considerably slower to
  compute, especially on 32-bit computers, than SHA224 or SHA256.
-@@ -3303,17 +3283,17 @@
+@@ -3374,17 +3354,17 @@
  These commands work with (or produce) sorted files.
  
  @menu
  @section @command{sort}: Sort text files
  
  @pindex sort
-@@ -3555,7 +3535,7 @@
+@@ -3629,7 +3609,7 @@
  Sort by hashing the input keys and then sorting the hash values.
  Choose the hash function at random, ensuring that it is free of
  collisions so that differing keys have differing hash values.  This is
  except that keys with the same value sort together.
  
  If multiple random sort fields are specified, the same random hash
-@@ -3694,7 +3674,7 @@
+@@ -3792,7 +3772,7 @@
  this equivalence does not extend to arbitrary @command{sort} options.
  For example, @code{sort -n -u} inspects only the value of the initial
  numeric string when checking for uniqueness, whereas @code{sort -n |
  
  @item -z
  @itemx --zero-terminated
-@@ -3895,7 +3875,7 @@
+@@ -3985,7 +3965,7 @@
  @end itemize
  
  
  @section @command{shuf}: Shuffling text
  
  @pindex shuf
-@@ -4036,7 +4016,7 @@
+@@ -4126,7 +4106,7 @@
  @exitstatus
  
  
  @section @command{uniq}: Uniquify files
  
  @pindex uniq
-@@ -4058,7 +4038,7 @@
+@@ -4148,7 +4128,7 @@
  The input need not be sorted, but repeated input lines are detected
  only if they are adjacent.  If you want to discard non-adjacent
  duplicate lines, perhaps you want to use @code{sort -u}.
  
  @vindex LC_COLLATE
  Comparisons use the character collating sequence specified by the
-@@ -4179,7 +4159,7 @@
+@@ -4286,7 +4266,7 @@
  @exitstatus
  
  
  @section @command{comm}: Compare two sorted files line by line
  
  @pindex comm
-@@ -4222,7 +4202,7 @@
+@@ -4329,7 +4309,7 @@
  If there is an error it exits with nonzero status.
  
  
  @section @command{tsort}: Topological sort
  
  @pindex tsort
-@@ -4376,7 +4356,7 @@
+@@ -4483,7 +4463,7 @@
  @exitstatus
  
  
  @section @command{ptx}: Produce permuted indexes
  
  @pindex ptx
-@@ -4835,13 +4815,13 @@
+@@ -4942,13 +4922,13 @@
  @chapter Operating on fields within a line
  
  @menu
  @section @command{cut}: Print selected parts of lines
  
  @pindex cut
-@@ -4940,7 +4920,7 @@
+@@ -5047,7 +5027,7 @@
  @exitstatus
  
  
  @section @command{paste}: Merge lines of files
  
  @pindex paste
-@@ -5010,7 +4990,7 @@
+@@ -5117,7 +5097,7 @@
  @exitstatus
  
  
  @section @command{join}: Join lines on a common field
  
  @pindex join
-@@ -5153,13 +5133,13 @@
+@@ -5260,13 +5240,13 @@
  This commands operate on individual characters.
  
  @menu
  @section @command{tr}: Translate, squeeze, and/or delete characters
  
  @pindex tr
-@@ -5537,7 +5517,7 @@
+@@ -5644,7 +5624,7 @@
  @end itemize
  
  
  @section @command{expand}: Convert tabs to spaces
  
  @pindex expand
-@@ -5590,7 +5570,7 @@
+@@ -5697,7 +5677,7 @@
  @exitstatus
  
  
  @section @command{unexpand}: Convert spaces to tabs
  
  @pindex unexpand
-@@ -5651,14 +5631,14 @@
+@@ -5758,14 +5738,14 @@
  and @command{vdir}, which list information about files.
  
  @menu
  @section @command{ls}: List directory contents
  
  @pindex ls
-@@ -6456,7 +6436,7 @@
+@@ -6570,7 +6550,7 @@
  @item +@var{format}
  @vindex LC_TIME
  List timestamps using @var{format}, where @var{format} is interpreted
  For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
  @command{ls} to list timestamps like @samp{2002-03-30 23:45:56}.  As
  with @command{date}, @var{format}'s interpretation is affected by the
-@@ -6648,7 +6628,7 @@
+@@ -6762,7 +6742,7 @@
  @end table
  
  
  @section @command{dir}: Briefly list directory contents
  
  @pindex dir
-@@ -6658,10 +6638,10 @@
+@@ -6772,10 +6752,10 @@
  -b}; that is, by default files are listed in columns, sorted vertically,
  and special characters are represented by backslash escape sequences.
  
  @section @command{vdir}: Verbosely list directory contents
  
  @pindex vdir
-@@ -6671,7 +6651,7 @@
+@@ -6785,7 +6765,7 @@
  -b}; that is, by default files are listed in long format and special
  characters are represented by backslash escape sequences.
  
  @section @command{dircolors}: Color setup for @command{ls}
  
  @pindex dircolors
-@@ -6749,16 +6729,16 @@
+@@ -6863,16 +6843,16 @@
  copying, moving (renaming), and deleting (removing).
  
  @menu
  @section @command{cp}: Copy files and directories
  
  @pindex cp
-@@ -7116,7 +7096,7 @@
+@@ -7251,7 +7231,7 @@
  @exitstatus
  
  
  @section @command{dd}: Convert and copy a file
  
  @pindex dd
-@@ -7435,7 +7415,7 @@
+@@ -7580,7 +7560,7 @@
  @exitstatus
  
  
  @section @command{install}: Copy files and set attributes
  
  @pindex install
-@@ -7574,7 +7554,7 @@
+@@ -7726,7 +7706,7 @@
  @exitstatus
  
  
  @section @command{mv}: Move (rename) files
  
  @pindex mv
-@@ -7695,7 +7675,7 @@
+@@ -7847,7 +7827,7 @@
  @exitstatus
  
  
  @section @command{rm}: Remove files or directories
  
  @pindex rm
-@@ -7831,7 +7811,7 @@
+@@ -8001,7 +7981,7 @@
  @exitstatus
  
  
  @section @command{shred}: Remove files more securely
  
  @pindex shred
-@@ -7841,7 +7821,7 @@
+@@ -8011,7 +7991,7 @@
  @command{shred} overwrites devices or files, to help prevent even
  very expensive hardware from recovering the data.
  
  not actually destroyed.  Only the index listing where the file is
  stored is destroyed, and the storage is made available for reuse.
  There are undelete utilities that will attempt to reconstruct the index
-@@ -8073,18 +8053,18 @@
+@@ -8243,18 +8223,18 @@
  (FIFOs), symbolic links, sockets, and so-called @dfn{special files}.
  
  @menu
 -* readlink invocation::         Print the referent of a symbolic link.
 -* rmdir invocation::            Remove empty directories.
 -* unlink invocation::           Remove files via the unlink syscall
-+* link::                        Make a hard link via the link syscall
++* link::                        Make a hard link via the link syscall.
 +* ln::                          Make links between files.
 +* mkdir::                       Make directories.
 +* mkfifo::                      Make FIFOs (named pipes).
  @section @command{link}: Make a hard link via the link syscall
  
  @pindex link
-@@ -8097,7 +8077,7 @@
+@@ -8267,7 +8247,7 @@
  @code{link} function.  @xref{Hard Links, , , libc,
  The GNU C Library Reference Manual}.
  It avoids the bells and whistles of the more commonly-used
  Synopsis:
  
  @example
-@@ -8118,7 +8098,7 @@
+@@ -8288,7 +8268,7 @@
  @exitstatus
  
  
  @section @command{ln}: Make links between files
  
  @pindex ln
-@@ -8290,7 +8270,7 @@
+@@ -8460,7 +8440,7 @@
  @end smallexample
  
  
  @section @command{mkdir}: Make directories
  
  @pindex mkdir
-@@ -8352,7 +8332,7 @@
+@@ -8530,7 +8510,7 @@
  @exitstatus
  
  
  @section @command{mkfifo}: Make FIFOs (named pipes)
  
  @pindex mkfifo
-@@ -8391,7 +8371,7 @@
+@@ -8569,7 +8549,7 @@
  @exitstatus
  
  
  @section @command{mknod}: Make block or character special files
  
  @pindex mknod
-@@ -8463,7 +8443,7 @@
+@@ -8641,7 +8621,7 @@
  @exitstatus
  
  
  @section @command{readlink}: Print the referent of a symbolic link
  
  @pindex readlink
-@@ -8550,7 +8530,7 @@
+@@ -8728,7 +8708,7 @@
  @exitstatus
  
  
  @section @command{rmdir}: Remove empty directories
  
  @pindex rmdir
-@@ -8598,12 +8578,12 @@
+@@ -8776,12 +8756,12 @@
  
  @end table
  
  @section @command{unlink}: Remove files via the unlink syscall
  
  @pindex unlink
-@@ -8614,7 +8594,7 @@
+@@ -8792,7 +8772,7 @@
  @code{unlink} function.  @xref{Deleting Files, , , libc,
  The GNU C Library Reference Manual}.  Synopsis:
  It avoids the bells and whistles of the more commonly-used
  
  @example
  unlink @var{filename}
-@@ -8648,14 +8628,14 @@
+@@ -8826,14 +8806,14 @@
  These commands change file attributes.
  
  @menu
  @section @command{chown}: Change file owner and group
  
  @pindex chown
-@@ -8868,7 +8848,7 @@
+@@ -9050,7 +9030,7 @@
  @end smallexample
  
  
  @section @command{chgrp}: Change group ownership
  
  @pindex chgrp
-@@ -8986,7 +8966,7 @@
+@@ -9172,7 +9152,7 @@
  @end smallexample
  
  
  @section @command{chmod}: Change access permissions
  
  @pindex chmod
-@@ -9085,7 +9065,7 @@
+@@ -9271,7 +9251,7 @@
  @exitstatus
  
  
  @section @command{touch}: Change file timestamps
  
  @pindex touch
-@@ -9234,14 +9214,14 @@
+@@ -9421,14 +9401,14 @@
  file status information, and write buffers to disk.
  
  @menu
  @section @command{df}: Report file system disk space usage
  
  @pindex df
-@@ -9439,7 +9419,7 @@
+@@ -9633,7 +9613,7 @@
  @samp{ext3} or @samp{reiserfs}.
  
  
  @section @command{du}: Estimate file space usage
  
  @pindex du
-@@ -9654,7 +9634,7 @@
+@@ -9842,7 +9822,7 @@
  @item +@var{format}
  @vindex LC_TIME
  List timestamps using @var{format}, where @var{format} is interpreted
  For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
  @command{du} to list timestamps like @samp{2002-03-30 23:45:56}.  As
  with @command{date}, @var{format}'s interpretation is affected by the
-@@ -9722,7 +9702,7 @@
+@@ -9910,7 +9890,7 @@
  @exitstatus
  
  
  @section @command{stat}: Report file or file system status
  
  @pindex stat
-@@ -9856,7 +9836,7 @@
+@@ -10044,7 +10024,7 @@
  @exitstatus
  
  
  @section @command{sync}: Synchronize data on disk with memory
  
  @pindex sync
-@@ -9892,13 +9872,13 @@
+@@ -10080,13 +10060,13 @@
  This section describes commands that display text strings.
  
  @menu
  @section @command{echo}: Print a line of text
  
  @pindex echo
-@@ -9981,12 +9961,12 @@
+@@ -10169,12 +10149,12 @@
  @var{string} contains a backslash or if the first argument is
  @option{-n}.  Portable programs can use the @command{printf} command
  if they need to omit trailing newlines or output control characters or
  @section @command{printf}: Format and print data
  
  @pindex printf
-@@ -10129,7 +10109,7 @@
+@@ -10317,7 +10297,7 @@
  @exitstatus
  
  
  @section @command{yes}: Print a string until interrupted
  
  @pindex yes
-@@ -10160,14 +10140,14 @@
+@@ -10348,14 +10328,14 @@
  pipeline.
  
  @menu
  @section @command{false}: Do nothing, unsuccessfully
  
  @pindex false
-@@ -10197,7 +10177,7 @@
+@@ -10385,7 +10365,7 @@
  non-@acronym{GNU} hosts.
  
  
  @section @command{true}: Do nothing, successfully
  
  @pindex true
-@@ -10233,7 +10213,7 @@
+@@ -10421,7 +10401,7 @@
  more secure and faster than a shell script implementation, and may safely
  be used as a dummy shell for the purpose of disabling accounts.
  
  @section @command{test}: Check file types and compare values
  
  @pindex test
-@@ -10564,7 +10544,7 @@
+@@ -10752,7 +10732,7 @@
  @end table
  
  
  @section @command{expr}: Evaluate expressions
  
  @pindex expr
-@@ -10836,11 +10816,11 @@
+@@ -11025,11 +11005,11 @@
  it's described here.
  
  @menu
--* tee invocation::              Redirect output to multiple files.
-+* tee::                         Redirect output to multiple files.
+-* tee invocation::              Redirect output to multiple files or processes.
++* tee::                         Redirect output to multiple files or processes.
  @end menu
  
  
 -@node tee invocation
 +@node tee
- @section @command{tee}: Redirect output to multiple files
+ @section @command{tee}: Redirect output to multiple files or processes
  
  @pindex tee
-@@ -10895,13 +10875,13 @@
+@@ -11190,13 +11170,13 @@
  This section describes commands that manipulate file names.
  
  @menu
  @section @command{basename}: Strip directory and suffix from a file name
  
  @pindex basename
-@@ -10955,7 +10935,7 @@
+@@ -11250,7 +11230,7 @@
  @end smallexample
  
  
  @section @command{dirname}: Strip non-directory suffix from a file name
  
  @pindex dirname
-@@ -10996,7 +10976,7 @@
+@@ -11291,7 +11271,7 @@
  @end smallexample
  
  
  @section @command{pathchk}: Check file name portability
  
  @pindex pathchk
-@@ -11084,14 +11064,14 @@
+@@ -11379,14 +11359,14 @@
  so forth.  See also the user-related commands in the next section.
  
  @menu
  @section @command{pwd}: Print working directory
  
  @pindex pwd
-@@ -11116,7 +11096,7 @@
+@@ -11411,7 +11391,7 @@
  @exitstatus
  
  
  @section @command{stty}: Print or change terminal characteristics
  
  @pindex stty
-@@ -11775,7 +11755,7 @@
+@@ -12070,7 +12050,7 @@
  @end table
  
  
  @section @command{printenv}: Print all or some environment variables
  
  @pindex printenv
-@@ -11805,7 +11785,7 @@
+@@ -12100,7 +12080,7 @@
  @end display
  
  
  @section @command{tty}: Print file name of terminal on standard input
  
  @pindex tty
-@@ -11855,16 +11835,16 @@
+@@ -12150,16 +12130,16 @@
  logins, groups, and so forth.
  
  @menu
  @section @command{id}: Print user identity
  
  @pindex id
-@@ -11927,7 +11907,7 @@
+@@ -12222,7 +12202,7 @@
  @exitstatus
  
  
  @section @command{logname}: Print current login name
  
  @pindex logname
-@@ -11948,7 +11928,7 @@
+@@ -12243,7 +12223,7 @@
  @exitstatus
  
  
  @section @command{whoami}: Print effective user ID
  
  @pindex whoami
-@@ -11964,7 +11944,7 @@
+@@ -12259,7 +12239,7 @@
  @exitstatus
  
  
  @section @command{groups}: Print group names a user is in
  
  @pindex groups
-@@ -11989,7 +11969,7 @@
+@@ -12284,7 +12264,7 @@
  @exitstatus
  
  
  @section @command{users}: Print login names of users currently logged in
  
  @pindex users
-@@ -12020,7 +12000,7 @@
+@@ -12315,7 +12295,7 @@
  @exitstatus
  
  
  @section @command{who}: Print who is currently logged in
  
  @pindex who
-@@ -12167,14 +12147,13 @@
+@@ -12462,15 +12442,14 @@
  information.
  
  @menu
+-* arch invocation::             Print machine hardware name.
 -* date invocation::             Print or set system date and time.
 -* uname invocation::            Print system information.
 -* hostname invocation::         Print or set system name.
 -* hostid invocation::           Print numeric host identifier.
++* arch::                        Print machine hardware name.
 +* date::                        Print or set system date and time.
 +* uname::                       Print system information.
 +* hostid::                      Print numeric host identifier.
  @section @command{date}: Print or set system date and time
  
  @pindex date
-@@ -12799,7 +12778,7 @@
+@@ -13098,7 +13077,7 @@
  @end itemize
  
  
+-@node arch invocation
++@node arch
+ @section @command{arch}: Print machine hardware name
+ @pindex arch
+@@ -13118,7 +13097,7 @@
+ @exitstatus
 -@node uname invocation
 +@node uname
  @section @command{uname}: Print system information
  
  @pindex uname
-@@ -12928,31 +12907,7 @@
+@@ -13247,31 +13226,7 @@
  @exitstatus
  
  
  @section @command{hostid}: Print numeric host identifier.
  
  @pindex hostid
-@@ -12989,15 +12944,15 @@
+@@ -13308,15 +13263,15 @@
  user, etc.
  
  @menu
  @section @command{chroot}: Run a command with a different root directory
  
  @pindex chroot
-@@ -13064,7 +13019,7 @@
+@@ -13387,7 +13342,7 @@
  @end display
  
  
  @section @command{env}: Run a command in a modified environment
  
  @pindex env
-@@ -13142,7 +13097,7 @@
+@@ -13465,7 +13420,7 @@
  @end display
  
  
  @section @command{nice}: Run a command with modified niceness
  
  @pindex nice
-@@ -13267,7 +13222,7 @@
+@@ -13590,7 +13545,7 @@
  @end example
  
  
  @section @command{nohup}: Run a command immune to hangups
  
  @pindex nohup
-@@ -13328,7 +13283,7 @@
+@@ -13659,7 +13614,7 @@
  @end display
  
  
  @section @command{su}: Run a command with substitute user and group ID
  
  @pindex su
-@@ -13485,167 +13440,6 @@
+@@ -13816,167 +13771,6 @@
  might find this idea strange at first.
  
  
  @node Delaying
  @chapter Delaying
  
-@@ -13655,11 +13449,11 @@
+@@ -13986,11 +13780,11 @@
  @c Perhaps @command{wait} or other commands should be described here also?
  
  @menu
  @section @command{sleep}: Delay for a specified time
  
  @pindex sleep
-@@ -13707,12 +13501,12 @@
+@@ -14038,12 +13832,12 @@
  These programs do numerically-related operations.
  
  @menu
  @section @command{factor}: Print prime factors
  
  @pindex factor
-@@ -13761,7 +13555,7 @@
+@@ -14092,7 +13886,7 @@
  @exitstatus
  
  
index 9cafe8571b74a30dc9332050ffd837d9a889c9c8..52601ab01a223df55323af756e7ee252ea9b1022 100644 (file)
@@ -13,9 +13,9 @@ diff -Nur coreutils-4.5.3.orig/doc/coreutils.texi coreutils-4.5.3/doc/coreutils.
  @item -c
  @opindex -c
  Ignored; for compatibility with old Unix versions of @command{install}.
---- coreutils-6.3/src/install.c.orig   2006-09-16 23:47:24.000000000 +0200
-+++ coreutils-6.3/src/install.c        2006-10-10 22:23:44.854022500 +0200
-@@ -21,6 +21,7 @@
+--- coreutils-6.10/src/install.c.orig  2008-01-05 23:59:11.000000000 +0100
++++ coreutils-6.10/src/install.c       2008-03-02 02:21:08.251625392 +0100
+@@ -20,6 +20,7 @@
  #include <stdio.h>
  #include <getopt.h>
  #include <sys/types.h>
@@ -23,7 +23,7 @@ diff -Nur coreutils-4.5.3.orig/doc/coreutils.texi coreutils-4.5.3/doc/coreutils.
  #include <signal.h>
  #include <pwd.h>
  #include <grp.h>
-@@ -114,6 +115,9 @@
+@@ -123,6 +124,9 @@
     or S_ISGID bits.  */
  static mode_t dir_mode_bits = CHMOD_MODE_BITS;
  
@@ -33,7 +33,7 @@ diff -Nur coreutils-4.5.3.orig/doc/coreutils.texi coreutils-4.5.3/doc/coreutils.
  /* If true, strip executable files after copying them. */
  static bool strip_files;
  
-@@ -138,6 +142,82 @@
+@@ -160,6 +164,82 @@
    {NULL, 0, NULL, 0}
  };
  
@@ -116,16 +116,16 @@ diff -Nur coreutils-4.5.3.orig/doc/coreutils.texi coreutils-4.5.3/doc/coreutils.
  static void
  cp_option_init (struct cp_options *x)
  {
-@@ -242,7 +322,7 @@
+@@ -345,7 +425,7 @@
       we'll actually use backup_suffix_string.  */
    backup_suffix_string = getenv ("SIMPLE_BACKUP_SUFFIX");
  
--  while ((optc = getopt_long (argc, argv, "bcsDdg:m:o:pt:TvS:", long_options,
-+  while ((optc = getopt_long (argc, argv, "bcCsDdg:m:o:pt:TvS:", long_options,
+-  while ((optc = getopt_long (argc, argv, "bcsDdg:m:o:pt:TvS:Z:", long_options,
++  while ((optc = getopt_long (argc, argv, "bCcsDdg:m:o:pt:TvS:Z:", long_options,
                              NULL)) != -1)
      {
        switch (optc)
-@@ -254,6 +334,9 @@
+@@ -357,6 +437,9 @@
          break;
        case 'c':
          break;
@@ -135,7 +135,7 @@ diff -Nur coreutils-4.5.3.orig/doc/coreutils.texi coreutils-4.5.3/doc/coreutils.
        case 's':
          strip_files = true;
  #ifdef SIGCHLD
-@@ -494,6 +577,12 @@
+@@ -627,6 +710,12 @@
       However, since !x->recursive, the call to "copy" will fail if FROM
       is a directory.  */
  
@@ -148,7 +148,7 @@ diff -Nur coreutils-4.5.3.orig/doc/coreutils.texi coreutils-4.5.3/doc/coreutils.
    return copy (from, to, false, x, &copy_into_self, NULL);
  }
  
-@@ -667,6 +756,9 @@
+@@ -805,6 +894,9 @@
        --backup[=CONTROL]  make a backup of each existing destination file\n\
    -b                  like --backup but does not accept an argument\n\
    -c                  (ignored)\n\
index c515cc812b107ee163dd94ae6722ae92ec79b95a..8756a5cc1f6b8d11167d3e26ea65a5213298e905 100644 (file)
@@ -9,9 +9,9 @@
  
  dir_LDADD += $(LIB_ACL)
  ls_LDADD += $(LIB_ACL)
---- coreutils-6.7/src/su.c.pam 2007-01-09 17:00:01.000000000 +0000
-+++ coreutils-6.7/src/su.c     2007-01-09 17:16:43.000000000 +0000
-@@ -38,6 +38,16 @@
+--- coreutils-6.10/src/su.c.orig       2007-11-25 14:23:31.000000000 +0100
++++ coreutils-6.10/src/su.c    2008-03-02 02:07:13.568059486 +0100
+@@ -37,6 +37,16 @@
     restricts who can su to UID 0 accounts.  RMS considers that to
     be fascist.
  
@@ -28,7 +28,7 @@
     Compile-time options:
     -DSYSLOG_SUCCESS   Log successful su's (by default, to root) with syslog.
     -DSYSLOG_FAILURE   Log failed su's (by default, to root) with syslog.
-@@ -59,6 +69,15 @@
+@@ -58,6 +68,15 @@
     prototype (returning `int') in <unistd.h>.  */
  #define getusershell _getusershell_sys_proto_
  
@@ -44,7 +44,7 @@
  #include "system.h"
  #include "getpass.h"
  
-@@ -128,15 +147,22 @@
+@@ -118,15 +137,22 @@
  /* The user to become if none is specified.  */
  #define DEFAULT_USER "root"
  
@@ -68,7 +68,7 @@
  
  /* The name this program was run with.  */
  char *program_name;
-@@ -225,7 +251,26 @@
+@@ -215,7 +241,26 @@
  }
  #endif
  
@@ -95,7 +95,7 @@
     Return true if the user gives the correct password for entry PW,
     false if not.  Return true without asking for a password if run by UID 0
     or if PW has an empty password.  */
-@@ -233,6 +278,44 @@
+@@ -223,6 +268,44 @@
  static bool
  correct_password (const struct passwd *pw)
  {
    char *unencrypted, *encrypted, *correct;
  #if HAVE_GETSPNAM && HAVE_STRUCT_SPWD_SP_PWDP
    /* Shadow passwd stuff for SVR3 and maybe other systems.  */
-@@ -257,6 +340,7 @@
+@@ -247,6 +330,7 @@
    encrypted = crypt (unencrypted, correct);
    memset (unencrypted, 0, strlen (unencrypted));
    return STREQ (encrypted, correct);
  }
  
  /* Update `environ' for the new shell based on PW, with SHELL being
-@@ -270,12 +354,18 @@
+@@ -260,12 +344,18 @@
        /* Leave TERM unchanged.  Set HOME, SHELL, USER, LOGNAME, PATH.
           Unset all other environment variables.  */
        char const *term = getenv ("TERM");
        xsetenv ("HOME", pw->pw_dir);
        xsetenv ("SHELL", shell);
        xsetenv ("USER", pw->pw_name);
-@@ -308,8 +398,13 @@
+@@ -298,8 +388,13 @@
  {
  #ifdef HAVE_INITGROUPS
    errno = 0;
 +    pam_close_session(pamh, 0);
 +    pam_end(pamh, PAM_ABORT);
 +#endif
-     error (EXIT_FAIL, errno, _("cannot set groups"));
+     error (EXIT_FAILURE, errno, _("cannot set groups"));
 +  }
    endgrent ();
  #endif
    if (setgid (pw->pw_gid))
-@@ -318,6 +413,31 @@
-     error (EXIT_FAIL, errno, _("cannot set user id"));
+@@ -308,6 +403,31 @@
+     error (EXIT_FAILURE, errno, _("cannot set user id"));
  }
  
 +#ifdef USE_PAM
  /* Run SHELL, or DEFAULT_SHELL if SHELL is empty.
     If COMMAND is nonzero, pass it to the shell with the -c option.
     Pass ADDITIONAL_ARGS to the shell as more arguments; there
-@@ -325,17 +445,49 @@
+@@ -315,17 +435,49 @@
  
  static void
  run_shell (char const *shell, char const *command, char **additional_args,
        shell_basename = last_component (shell);
        arg0 = xmalloc (strlen (shell_basename) + 2);
        arg0[0] = '-';
-@@ -360,6 +512,66 @@
+@@ -350,6 +502,66 @@
      error (0, errno, "%s", shell);
      exit (exit_status);
    }
  }
  
  /* Return true if SHELL is a restricted shell (one not returned by
-@@ -527,9 +739,9 @@
+@@ -517,9 +729,9 @@
    shell = xstrdup (shell ? shell : pw->pw_shell);
    modify_environment (pw, shell);
  
  
  @node Delaying
  @chapter Delaying
---- coreutils-6.7/configure.ac.pam     2006-12-07 21:30:24.000000000 +0000
-+++ coreutils-6.7/configure.ac 2007-01-09 17:18:04.000000000 +0000
-@@ -39,6 +39,13 @@
+--- coreutils-6.10/configure.ac.orig   2008-01-13 09:14:23.000000000 +0100
++++ coreutils-6.10/configure.ac        2008-03-02 02:08:10.027276914 +0100
+@@ -44,6 +44,13 @@
  gl_INIT
  coreutils_MACROS
  
 +LIB_PAM="-ldl -lpam -lpam_misc"
 +)
 +
- AC_CHECK_FUNCS(uname,
-       OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS uname\$(EXEEXT)"
-       MAN="$MAN uname.1")
-@@ -249,6 +256,13 @@
+ AC_FUNC_FORK
+ optional_bin_progs=
+@@ -332,6 +339,13 @@
  AM_GNU_GETTEXT([external], [need-formatstring-macros])
  AM_GNU_GETTEXT_VERSION([0.15])
  
  AC_CONFIG_FILES(
    Makefile
    doc/Makefile
---- coreutils-6.3/po/pl.po.orig        2006-09-30 11:11:04.000000000 +0200
-+++ coreutils-6.3/po/pl.po     2006-10-10 22:07:14.416124000 +0200
-@@ -8149,6 +8149,49 @@
+--- coreutils-6.10/po/pl.po.orig       2008-01-16 21:22:08.000000000 +0100
++++ coreutils-6.10/po/pl.po    2008-03-02 02:09:23.671473657 +0100
+@@ -8875,6 +8875,49 @@
  msgid "Usage: %s [OPTION]... [-] [USER [ARG]...]\n"
  msgstr "Sk³adnia: %s [OPCJA]... [-] [U¯YTKOWNIK [ARGUMENT]...]\n"
  
 +#: src/su.c:300
 +msgid "standard in must be a tty\n\n"
-+msgstr "standartowe wej¶cie musi byæ terminalem\n"
++msgstr "standardowe wej¶cie musi byæ terminalem\n"
 +
 +#: src/su.c:425
 +msgid "could not open session\n"
 +
 +#: src/su.c:450
 +msgid "could not set PAM credentials\n"
-+msgstr "b³±d podczas ustawiania uwierzytelnieñ PAM\n"
++msgstr "b³±d podczas ustawiania uwierzytelnienia PAM\n"
 +
 +#: src/su.c:471
 +#, c-format
 +msgid " killed.\n"
 +msgstr " zabito.\n"
 +
- #: src/su.c:386
- #, fuzzy
+ #: src/su.c:385
  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
 --- coreutils-5.2.1.orig/man/es/su.1   Mon Apr 12 14:26:19 1999
 +++ coreutils-5.2.1/man/es/su.1        Thu Mar 18 17:05:55 2004
index 0122c4646ef03a138ab0123ed2e20ef1b9df1ec2..2b8cb2699a5ea05660eeae8071998e27fa80a286 100644 (file)
---- coreutils-6.5/po/da.po.orig        2006-11-19 11:11:40.000000000 +0100
-+++ coreutils-6.5/po/da.po     2006-11-22 13:43:00.489505000 +0100
-@@ -2737,27 +2737,27 @@
- #: src/df.c:156
+--- coreutils-6.10/po/da.po.orig       2008-01-09 11:29:11.000000000 +0100
++++ coreutils-6.10/po/da.po    2008-03-02 13:35:58.511033776 +0100
+@@ -2882,27 +2882,27 @@
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
 -msgstr "    Inoder   IBrugt  IFri  IBrug%%"
 +msgstr "    Inoder  IBrugt   IFri IBrug%%"
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
  msgid "    Size  Used Avail Use%%"
 -msgstr "   Størr Brugt  Tilb Brug%%"
 +msgstr "   Størr Brugt Tilb Brug%%"
  
- #: src/df.c:162
+ #: src/df.c:158
  #, c-format
  msgid "     Size   Used  Avail Use%%"
 -msgstr "    Størr  Brugt   Tilb Brug"
 +msgstr "    Størr  Brugt  Tilb Brug%%"
  
- #: src/df.c:165
+ #: src/df.c:161
 -#, fuzzy, c-format
 +#, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr " %4s-blokke     Brugt   Tilbage Kapacitet"
 +msgstr " %s-blokke     Brugt  Tilbage Kapacitet"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
 -msgstr " %4s-blokke     Brugt   Tilbage Brug%%"
 +msgstr " %4s-blokke     Brugt  Tilbage Brug%%"
  
- #: src/df.c:200
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/es.po.orig        2006-11-19 11:11:41.000000000 +0100
-+++ coreutils-6.5/po/es.po     2006-11-22 13:44:53.439505000 +0100
-@@ -3139,9 +3139,9 @@
+--- coreutils-6.10/po/es.po.orig       2008-01-09 11:29:12.000000000 +0100
++++ coreutils-6.10/po/es.po    2008-03-02 13:38:51.940916982 +0100
+@@ -3305,9 +3305,9 @@
  # El espacio inicial es necesario para que la palabra Bloques no aparezca
  # pegada a la palabra Tipo cuando se usa df -T.
- #: src/df.c:165
+ #: src/df.c:161
 -#, fuzzy, c-format
 +#, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr " Bloques de %-4s Usado    Dispon  Ocupado"
 +msgstr " Bloques de %s Usado    Dispon  Ocupado"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
---- coreutils-6.5/po/et.po.orig        2006-11-19 11:11:42.000000000 +0100
-+++ coreutils-6.5/po/et.po     2006-11-22 13:53:50.179505000 +0100
-@@ -2796,7 +2796,7 @@
- #: src/df.c:156
+--- coreutils-6.10/po/et.po.orig       2008-01-09 11:29:12.000000000 +0100
++++ coreutils-6.10/po/et.po    2008-03-02 13:57:47.405623428 +0100
+@@ -2967,7 +2967,7 @@
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
 -msgstr "  I-kirjeid  IKasut   IVaba IKas%%"
 +msgstr " I-kirjeid  IKasut   IVaba IKas%%"
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
-@@ -2806,17 +2806,17 @@
- #: src/df.c:162
+@@ -2977,17 +2977,17 @@
+ #: src/df.c:158
  #, c-format
  msgid "     Size   Used  Avail Use%%"
 -msgstr "     Maht Kasut  Vaba Kas%%"
 +msgstr "     Maht  Kasut   Vaba Kas%%"
  
- #: src/df.c:165
+ #: src/df.c:161
  #, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr " %s-plokki      Kasut Vaba    Maht"
 +msgstr " %s-plokki     Kasut      Vaba     Maht"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
 -msgstr "%4s-blokke     Kasut      Vaba Kas%%"
 +msgstr " %4s-blokke     Kasut      Vaba Kas%%"
  
- #: src/df.c:200
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/fi.po.orig        2006-11-19 11:11:43.000000000 +0100
-+++ coreutils-6.5/po/fi.po     2006-11-22 13:55:33.839505000 +0100
-@@ -2813,7 +2813,7 @@
+--- coreutils-6.10/po/fi.po.orig       2008-01-09 11:29:13.000000000 +0100
++++ coreutils-6.10/po/fi.po    2008-03-02 13:59:17.490757087 +0100
+@@ -2989,7 +2989,7 @@
  
- #: src/df.c:153
+ #: src/df.c:149
  msgid "Filesystem        "
 -msgstr "Tiedostojärjestelmä"
 +msgstr "Tied.järj.        "
  
- #: src/df.c:156
+ #: src/df.c:152
  #, c-format
-@@ -2823,25 +2823,25 @@
- #: src/df.c:160
+@@ -2999,7 +2999,7 @@
+ #: src/df.c:156
  #, c-format
  msgid "    Size  Used Avail Use%%"
 -msgstr "   Koko  Käyt Vapaa Käy%%"
 +msgstr "    Koko  Käyt Vapaa Käy%%"
  
  # "Käy%" on epäselvä, mutta tilaa ei ole sarakkeessa yhtään enempää.
- #: src/df.c:162
+ #: src/df.c:158
+@@ -3012,12 +3012,12 @@
+ #: src/df.c:161
  #, c-format
- msgid "     Size   Used  Avail Use%%"
--msgstr "     Koko   Käyt Vapaa Käy%%"
-+msgstr "     Koko   Käyt  Vapaa Käy%%"
- # Vaikka "Käytetty" vaikuttaa väärältä suomennokselta Capacitylle,
- # juuri samaa se nähtävästi tarkoittaa. Vertaa "df":n ja "df -P":n tulostetta.
- #: src/df.c:165
--#, fuzzy, c-format
-+#, c-format
  msgid " %s-blocks      Used Available Capacity"
--msgstr "%4s-lohkot  Käytetty   Vapaana Käytetty"
+-msgstr " %s-lohkot Käytetty   Vapaana Käytetty"
 +msgstr " %s-lohkot  Käytetty   Vapaana Käytetty"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
 -msgstr "%4s-lohkot  Käytetty   Vapaana Käy%%"
 +msgstr " %4s-lohkot  Käytetty   Vapaana Käy%%"
  
- #: src/df.c:200
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/fr.po.orig        2006-11-19 11:11:44.000000000 +0100
-+++ coreutils-6.5/po/fr.po     2006-11-22 13:56:59.599505000 +0100
-@@ -2897,7 +2897,7 @@
+--- coreutils-6.10/po/fr.po.orig       2008-01-09 11:29:13.000000000 +0100
++++ coreutils-6.10/po/fr.po    2008-03-02 14:00:54.620292184 +0100
+@@ -3070,7 +3070,7 @@
  
- #: src/df.c:151
+ #: src/df.c:147
  msgid "Filesystem    Type"
 -msgstr "Sys. de fich. Type "
 +msgstr "Sys. de fich. Type"
  
- #: src/df.c:153
+ #: src/df.c:149
  msgid "Filesystem        "
-@@ -2906,27 +2906,27 @@
- #: src/df.c:156
+@@ -3079,27 +3079,27 @@
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
 -msgstr "    Inodes   IUtil.  ILib. %%IUti."
 +msgstr "    Inodes  IUtil.   ILib. %%IUti."
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
  msgid "    Size  Used Avail Use%%"
 -msgstr "    Tail. Occ. Disp. %%Occ."
 +msgstr "   Tail.  Occ. Disp. %%Occ."
  
- #: src/df.c:162
+ #: src/df.c:158
  #, c-format
  msgid "     Size   Used  Avail Use%%"
 -msgstr "     Tail.  Occ.  Disp. %%Occ."
 +msgstr "    Tail.   Occ.  Disp. %%Occ."
  
- #: src/df.c:165
+ #: src/df.c:161
 -#, fuzzy, c-format
 +#, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr " %4s-blocs    Occupé Disponible Capacité"
 +msgstr "  %s-blocs   Occupé Disponible Capacité"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
 -msgstr " %4s-blocs       Occupé Disponible Capacité"
 +msgstr " %4s-blocs    Occupé Disponible Uti%%"
  
- #: src/df.c:200
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/gl.po.orig        2006-11-19 11:11:44.000000000 +0100
-+++ coreutils-6.5/po/gl.po     2006-11-22 14:00:43.899505000 +0100
-@@ -2640,14 +2640,12 @@
+--- coreutils-6.10/po/gl.po.orig       2008-01-09 11:29:14.000000000 +0100
++++ coreutils-6.10/po/gl.po    2008-03-02 14:02:45.558614199 +0100
+@@ -2778,14 +2778,12 @@ msgid "truncating at %<PRIuMAX> bytes in
  msgstr "avanzando os pasados %s bytes no ficheiro de saída %s"
  
- #: src/df.c:151
+ #: src/df.c:147
 -#, fuzzy
  msgid "Filesystem    Type"
 -msgstr "Sist. Fich "
 +msgstr "Sist. Fich    Tipo"
  
- #: src/df.c:153
+ #: src/df.c:149
 -#, fuzzy
  msgid "Filesystem        "
 -msgstr "Sist. Fich "
 +msgstr "Sist. Fich        "
  
- #: src/df.c:156
+ #: src/df.c:152
  #, c-format
-@@ -2660,14 +2658,14 @@
+@@ -2798,19 +2796,19 @@
  msgstr "  Tamaño Usado  Disp Uso%%"
  
- #: src/df.c:162
+ #: src/df.c:158
 -#, fuzzy, c-format
 +#, c-format
  msgid "     Size   Used  Avail Use%%"
 -msgstr "  Tamaño Usado  Disp Uso%%"
 +msgstr "   Tamaño  Usado   Disp Uso%%"
  
- #: src/df.c:165
+ #: src/df.c:161
 -#, fuzzy, c-format
 +#, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr "bloques-%4d     Usado  Dispoñib  Capacid"
 +msgstr "bloques-%s     Usado  Dispoñib  Capacid"
  
+ #: src/df.c:192
+ #, c-format
+ msgid " %4s-blocks      Used Available Use%%"
+-msgstr "bloques-%4s     Usado  Dispoñib Uso%%"
++msgstr "bloques-%-4s     Usado  Dispoñib Uso%%"
  #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/hu.po.orig        2006-11-19 11:11:45.000000000 +0100
-+++ coreutils-6.5/po/hu.po     2006-11-22 14:02:43.519505000 +0100
-@@ -2873,36 +2873,36 @@
+--- coreutils-6.10/po/hu.po.orig       2008-01-16 21:22:07.000000000 +0100
++++ coreutils-6.10/po/hu.po    2008-03-02 14:05:02.370410659 +0100
+@@ -3058,36 +3058,36 @@
  
- #: src/df.c:151
+ #: src/df.c:147
  msgid "Filesystem    Type"
 -msgstr "Fájlrendszer    Típus"
 +msgstr "Fájlrendszer Típus"
  
- #: src/df.c:153
+ #: src/df.c:149
  msgid "Filesystem        "
 -msgstr "Fájlrendszer        "
 +msgstr "Fájlrendszer      "
  
- #: src/df.c:156
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
 -msgstr "Inode-ok  IFogl.  ISzab. IFo.%%"
 +msgstr "  Inode-ok  IFogl.  ISzab. IFo.%%"
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
  msgid "    Size  Used Avail Use%%"
 -msgstr " Méret  Fogl. Szab. Fo.%%"
 +msgstr "   Méret Fogl. Szab. Fo.%%"
  
- #: src/df.c:162
+ #: src/df.c:158
  #, c-format
  msgid "     Size   Used  Avail Use%%"
 -msgstr "  Méret  Fogl.  Szab.  Fo.%%"
 +msgstr "    Méret  Fogl.  Szab. Fo.%%"
  
- #: src/df.c:165
+ #: src/df.c:161
  #, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr " %s-blokk       Fogl. Szabad Kapacitás"
 +msgstr "  %s-blokk     Fogl.   Szabad Kapacitás"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
 -msgstr "%4s-blokk   Foglalt    Szabad Fo.%%"
 +msgstr "  %4s-blokk   Foglalt    Szabad Fo.%%"
  
- #: src/df.c:200
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/it.po.orig        2006-11-19 11:11:45.000000000 +0100
-+++ coreutils-6.5/po/it.po     2006-11-22 14:05:32.549505000 +0100
-@@ -2712,19 +2712,17 @@
+--- coreutils-6.10/po/it.po.orig       2008-01-09 11:29:14.000000000 +0100
++++ coreutils-6.10/po/it.po    2008-03-02 14:06:25.751162257 +0100
+@@ -2851,19 +2851,17 @@
  msgstr "avanzamento di %s byte nel file di output %s"
  
- #: src/df.c:151
+ #: src/df.c:147
 -#, fuzzy
  msgid "Filesystem    Type"
 -msgstr "Filesystem "
 +msgstr "Filesystem    Tipo"
  
- #: src/df.c:153
+ #: src/df.c:149
 -#, fuzzy
  msgid "Filesystem        "
 -msgstr "Filesystem "
 +msgstr "Filesystem        "
  
- #: src/df.c:156
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
 -msgstr "     Inode   IUsati  ILib. IUso%%"
 +msgstr "     Inode  IUsati   ILib. IUso%%"
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
-@@ -2734,17 +2732,17 @@
- #: src/df.c:162
+@@ -2873,17 +2871,17 @@
+ #: src/df.c:158
  #, c-format
  msgid "     Size   Used  Avail Use%%"
 -msgstr "    Dimens. Usati Disp. Uso%%"
 +msgstr "  Dimens.  Usati  Disp. Uso%%"
  
- #: src/df.c:165
+ #: src/df.c:161
 -#, fuzzy, c-format
 +#, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr "blocchi di %d     Usati Disponib. Capacità"
 +msgstr "blocchi di %s  Usati Disponib. Capacità"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
 -msgstr "blocchi di %4s   Usati Disponib. Uso%%"
 +msgstr "blocchi di %4s  Usati Disponib. Uso%%"
  
- #: src/df.c:200
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/ja.po.orig        2006-11-19 11:11:46.000000000 +0100
-+++ coreutils-6.5/po/ja.po     2006-11-22 14:07:28.289505000 +0100
-@@ -2709,34 +2709,32 @@
+--- coreutils-6.10/po/ja.po.orig       2008-01-09 11:29:15.000000000 +0100
++++ coreutils-6.10/po/ja.po    2008-03-02 14:08:49.391347844 +0100
+@@ -2850,34 +2850,32 @@
  msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë %s ¤ÎľÁ° %s ¥Ð¥¤¥È¤ò¿Ê¤á¤Þ¤¹"
  
- #: src/df.c:151
+ #: src/df.c:147
 -#, fuzzy
  msgid "Filesystem    Type"
 -msgstr "Filesystem "
 +msgstr "Filesystem  ¥¿¥¤¥×"
  
- #: src/df.c:153
+ #: src/df.c:149
 -#, fuzzy
  msgid "Filesystem        "
 -msgstr "Filesystem "
 +msgstr "Filesystem        "
  
- #: src/df.c:156
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
 -msgstr "    I¥Î¡¼¥É  I»ÈÍÑ   I»Ä¤ê I»ÈÍÑ%%"
 +msgstr "   I¥Î¡¼¥É   I»ÈÍÑ  I»Ä¤ê I»ÈÍÑ%%"
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
  msgid "    Size  Used Avail Use%%"
 -msgstr "  ¥µ¥¤¥º  »ÈÍÑ  »Ä¤ê »ÈÍÑ%%"
 +msgstr "  ¥µ¥¤¥º  »ÈÍÑ »Ä¤ê »ÈÍÑ%%"
  
- #: src/df.c:162
+ #: src/df.c:158
 -#, fuzzy, c-format
 +#, c-format
  msgid "     Size   Used  Avail Use%%"
 -msgstr "  ¥µ¥¤¥º  »ÈÍÑ  »Ä¤ê »ÈÍÑ%%"
 +msgstr "   ¥µ¥¤¥º   »ÈÍÑ  »Ä¤ê »ÈÍÑ%%"
  
- #: src/df.c:165
+ #: src/df.c:161
 -#, fuzzy, c-format
 +#, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr " %4d-blocks      Used Available Capacity"
 +msgstr " %s-blocks      Used Available Capacity"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
---- coreutils-6.5/po/pt_BR.po.orig     2006-11-19 11:11:49.000000000 +0100
-+++ coreutils-6.5/po/pt_BR.po  2006-11-22 14:08:59.299505000 +0100
-@@ -2651,7 +2651,7 @@
+--- coreutils-6.10/po/pt_BR.po.orig    2008-01-09 11:29:16.000000000 +0100
++++ coreutils-6.10/po/pt_BR.po 2008-03-02 14:11:23.636137754 +0100
+@@ -2814,7 +2814,7 @@
  
- #: src/df.c:151
+ #: src/df.c:147
  msgid "Filesystem    Type"
 -msgstr "Sist. Arq.    Tipo "
 +msgstr "Sist. Arq.    Tipo"
  
- #: src/df.c:153
+ #: src/df.c:149
  msgid "Filesystem        "
-@@ -2660,27 +2660,27 @@
- #: src/df.c:156
+@@ -2823,27 +2823,27 @@
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
 -msgstr "    Inodes   IUsados ILivr IUso%%"
-+msgstr "    Inodes IUsados   ILivr IUso%%"
++msgstr "    Inodes  IUsados  ILivr IUso%%"
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
  msgid "    Size  Used Avail Use%%"
 -msgstr "    Tam   Usad Disp  Uso%%"
 +msgstr "     Tam  Usad  Disp Uso%%"
  
- #: src/df.c:162
+ #: src/df.c:158
  #, c-format
  msgid "     Size   Used  Avail Use%%"
 -msgstr "     Tam    Usado Disp  Uso%%"
 +msgstr "      Tam  Usado   Disp Uso%%"
  
- #: src/df.c:165
+ #: src/df.c:161
 -#, fuzzy, c-format
 +#, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr " %4s-blocos      Usad Dispon.   Capacidade"
 +msgstr " %s-blocos      Usad Dispon. Capacidade"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
 -msgstr " %4s-blocos      Usad Dispon.   Uso%%"
 +msgstr " %4s-blocos      Usad   Dispon. Uso%%"
  
- #: src/df.c:200
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/ru.po.orig        2006-11-19 11:11:50.000000000 +0100
-+++ coreutils-6.5/po/ru.po     2006-11-22 14:10:19.389505000 +0100
-@@ -2858,7 +2858,7 @@
+--- coreutils-6.10/po/ru.po.orig       2008-01-09 11:29:16.000000000 +0100
++++ coreutils-6.10/po/ru.po    2008-03-02 14:12:56.225414117 +0100
+@@ -3017,7 +3017,7 @@
  
- #: src/df.c:151
+ #: src/df.c:147
  msgid "Filesystem    Type"
 -msgstr "æ. ÓÉÓÔÅÍÁ    ôÉР"
 +msgstr "æ. ÓÉÓÔÅÍÁ     ôÉÐ"
  
- #: src/df.c:153
+ #: src/df.c:149
  msgid "Filesystem        "
-@@ -2867,27 +2867,27 @@
- #: src/df.c:156
+@@ -3026,27 +3026,27 @@
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
 -msgstr "    éÎÏÄÏ×   éÓÐÏÌ   ó×Ï  éÓР%%"
 +msgstr "    éÎÏÄÏ×   éÓÐÏÌ    ó×Ï  éÓÐ%%"
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
  msgid "    Size  Used Avail Use%%"
 -msgstr "    òÁÚÍ  éÓР äÏÓÔ  éÓÐ%%"
 +msgstr "    òÁÚÍ   éÓР äÏÓÔ éÓÐ%%"
  
- #: src/df.c:162
+ #: src/df.c:158
  #, c-format
  msgid "     Size   Used  Avail Use%%"
 -msgstr "     òÁÚÍ   éÓР  äÏÓÔ  éÓÐ%%"
 +msgstr "     òÁÚÍ    éÓР  äÏÓÔ éÓÐ%%"
  
- #: src/df.c:165
+ #: src/df.c:161
  #, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr " %s-ÂÌÏËÏ×      éÓР äÏÓÔÕÐÎÏ  ÷ÓÅÇÏ"
 +msgstr " %s-ÂÌÏËÏ×       éÓР äÏÓÔÕÐÎÏ    ÷ÓÅÇÏ"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
 -msgstr " %4s-ÂÌÏËÏ×      éÓР äÏÓÔÕÐÎÏ  éÓÐ%%"
 +msgstr " %4s-ÂÌÏËÏ×       éÓР äÏÓÔÕÐÎÏ éÓÐ%%"
  
- #: src/df.c:200
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/sk.po.orig        2006-11-19 11:11:50.000000000 +0100
-+++ coreutils-6.5/po/sk.po     2006-11-22 14:12:15.969505000 +0100
-@@ -2636,39 +2636,37 @@
- msgstr "presúvam sa za %s bajtov vo výstupnom súbore %s"
+--- coreutils-6.10/po/sk.po.orig       2008-01-09 11:29:17.000000000 +0100
++++ coreutils-6.10/po/sk.po    2008-03-02 14:14:53.360089241 +0100
+@@ -2804,36 +2804,36 @@
  
- #: src/df.c:151
--#, fuzzy
+ #: src/df.c:147
  msgid "Filesystem    Type"
--msgstr "Súborový systém "
-+msgstr "Súborový syst. Typ"
+-msgstr "Súborový systém    Typ"
++msgstr "Súborový syst. Typ"
  
- #: src/df.c:153
--#, fuzzy
+ #: src/df.c:149
  msgid "Filesystem        "
--msgstr "Súborový systém "
-+msgstr "Súborový systém   "
+-msgstr "Súborový systém        "
++msgstr "Súborový systém   "
  
- #: src/df.c:156
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
--msgstr "    I-uzly   IPou¾   IVoµ  IPou%%"
-+msgstr "    I-uzly   IPou¾    IVoµ IPou%%"
+-msgstr "    I-uzly   IPouž   IVoľ  IPou%%"
++msgstr "    I-uzly   IPouž    IVoľ IPou%%"
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
  msgid "    Size  Used Avail Use%%"
--msgstr "    Veµk  Pou¾ Dost  Pou%%"
-+msgstr "    Veµk  Pou¾  Dost Pou%%"
+-msgstr "    Veľk  Použ Dost  Pou%%"
++msgstr "    Veľk  Použ  Dost Pou%%"
  
- #: src/df.c:162
--#, fuzzy, c-format
-+#, c-format
+ #: src/df.c:158
+ #, c-format
  msgid "     Size   Used  Avail Use%%"
--msgstr "    Veµk  Pou¾ Dost  Pou%%"
-+msgstr "     Veµk   Pou¾   Dost Pou%%"
+-msgstr "     Veľk   Použ  Dost  Pou%%"
++msgstr "     Veľk   Použ   Dost Pou%%"
  
- #: src/df.c:165
--#, fuzzy, c-format
-+#, c-format
+ #: src/df.c:161
+ #, c-format
  msgid " %s-blocks      Used Available Capacity"
--msgstr " %4d-blokov      Pou¾ Dostupné  Kapacita"
-+msgstr " %s-blokov      Pou¾  Dostupné Kapacita"
+-msgstr " %s-blokov      Použ Dostupné  Kapacita"
++msgstr " %s-blokov      Použ  Dostupné Kapacita"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
--msgstr " %4s-bloky       Pou¾ Dostupné  Pou%%"
-+msgstr "  %4s-bloky      Pou¾  Dostupné Pou%%"
+-msgstr " %4s-bloky       Použ Dostupné  Pou%%"
++msgstr "  %4s-bloky      Použ  Dostupné Pou%%"
  
- #: src/df.c:200
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/tr.po.orig        2006-11-19 11:11:51.000000000 +0100
-+++ coreutils-6.5/po/tr.po     2006-11-22 14:13:46.319505000 +0100
-@@ -2839,7 +2839,7 @@
+--- coreutils-6.10/po/tr.po.orig       2008-01-09 11:29:18.000000000 +0100
++++ coreutils-6.10/po/tr.po    2008-03-02 14:16:34.765868027 +0100
+@@ -3007,7 +3007,7 @@
  
- #: src/df.c:151
+ #: src/df.c:147
  msgid "Filesystem    Type"
 -msgstr "Dosyasistemi Türü"
 +msgstr "Dosyasistemi  Türü"
  
- #: src/df.c:153
+ #: src/df.c:149
  msgid "Filesystem        "
-@@ -2848,32 +2848,32 @@
- #: src/df.c:156
+@@ -3016,27 +3016,27 @@
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
 -msgstr "Dosyaindeksi Dolu    Boş   Kull%%"
 +msgstr "Dosyaindeksi  Dolu     Boş Kull%%"
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
  msgid "    Size  Used Avail Use%%"
 -msgstr "    Boy   Dolu Boş   Kull%%"
 +msgstr "     Boy  Dolu  Boş Kull%%"
  
- #: src/df.c:162
+ #: src/df.c:158
  #, c-format
  msgid "     Size   Used  Avail Use%%"
 -msgstr "    Boy   Dolu Boş   Kull%%"
 +msgstr "      Boy   Dolu   Boş Kull%%"
  
- #: src/df.c:165
+ #: src/df.c:161
 -#, fuzzy, c-format
 +#, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr " %4s-blok        Dolu Boş       Kapasite"
 +msgstr "   %s-blok      Dolu       Boş Kapasite"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
 -msgstr " %4s-blok        Dolu Boş       Kull%%"
 +msgstr "   %4s-blok      Dolu      Boş Kull%%"
  
- #: src/df.c:200
- #, c-format
- msgid " Mounted on\n"
--msgstr "Bağlanılan yer\n"
-+msgstr " Bağlanılan yer\n"
- #: src/df.c:468
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/zh_CN.po.orig     2006-11-19 11:11:52.000000000 +0100
-+++ coreutils-6.5/po/zh_CN.po  2006-11-22 14:15:16.409505000 +0100
-@@ -2624,14 +2624,14 @@
+--- coreutils-6.10/po/zh_CN.po.orig    2008-01-09 11:29:18.000000000 +0100
++++ coreutils-6.10/po/zh_CN.po 2008-03-02 14:17:57.026555797 +0100
+@@ -2789,14 +2789,14 @@
  msgstr "     容量   已用  可用 已用%%"
  
- #: src/df.c:165
+ #: src/df.c:161
 -#, fuzzy, c-format
 +#, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr "   %4d-块        已用      可用 容量"
 +msgstr "     %s-块      已用      可用     容量"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
  msgid " %4s-blocks      Used Available Use%%"
 -msgstr "   %4s-块        已用     可用 已用%%"
 +msgstr "     %4s-块      已用     可用 已用%%"
  
- #: src/df.c:200
+ #: src/df.c:196
  #, c-format
---- coreutils-6.5/po/zh_TW.po.orig     2006-11-19 11:11:52.000000000 +0100
-+++ coreutils-6.5/po/zh_TW.po  2006-11-22 14:16:07.009505000 +0100
-@@ -2666,7 +2666,7 @@
- #: src/df.c:156
+--- coreutils-6.10/po/zh_TW.po.orig    2008-01-09 11:29:18.000000000 +0100
++++ coreutils-6.10/po/zh_TW.po 2008-03-02 14:18:59.138095332 +0100
+@@ -2830,7 +2830,7 @@
+ #: src/df.c:152
  #, c-format
  msgid "    Inodes   IUsed   IFree IUse%%"
 -msgstr "    Inode    I已用  I可用 I已用%%"
 +msgstr "     Inode   I已用  I可用 I已用%%"
  
- #: src/df.c:160
+ #: src/df.c:156
  #, c-format
-@@ -2679,9 +2679,9 @@
+@@ -2843,9 +2843,9 @@
  msgstr "     容量   已用  可用 已用%%"
  
- #: src/df.c:165
+ #: src/df.c:161
 -#, fuzzy, c-format
 +#, c-format
  msgid " %s-blocks      Used Available Capacity"
 -msgstr "   %4s-區段      已用      可用 容量"
 +msgstr "   %s-區段      已用      可用     容量"
  
- #: src/df.c:196
+ #: src/df.c:192
  #, c-format
index a7b6803a5c760068783ad0a22497b5558bb728a2..7a0d7b3cca18134a713721cf3d140caee3bd6973 100644 (file)
@@ -1,24 +1,24 @@
---- coreutils-6.7/tests/help-version.runuser   2006-12-07 09:06:04.000000000 +0000
-+++ coreutils-6.7/tests/help-version   2007-01-09 17:31:44.000000000 +0000
-@@ -168,6 +168,7 @@
- seq_args=10
- sleep_args=0
- su_args=--version
-+runuser_args=--version
+--- coreutils-6.10/README.orig 2008-01-18 09:26:09.000000000 +0100
++++ coreutils-6.10/README      2008-03-02 14:24:55.578407708 +0100
+@@ -12,7 +12,7 @@
+   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
+   od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir
+-  runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf
++  runcon runuser seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf
+   sleep sort split stat stty su sum sync tac tail tee test touch tr true
+   tsort tty uname unexpand uniq unlink uptime users vdir wc who whoami yes
  
- # I'd rather not run sync, since it spins up disks that I've
- # deliberately caused to spin down (but not unmounted).
---- coreutils-6.7/README.runuser       2006-11-24 21:28:27.000000000 +0000
-+++ coreutils-6.7/README       2007-01-09 17:32:16.000000000 +0000
-@@ -11,7 +11,7 @@
-   dd df dir dircolors dirname du echo env expand expr factor false fmt fold
-   ginstall groups head hostid hostname id join kill link ln logname ls
-   md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr
--  printenv printf ptx pwd readlink rm rmdir seq sha1sum sha224sum sha256sum
-+  printenv printf ptx pwd readlink rm rmdir runuser seq sha1sum sha224sum sha256sum
-   sha384sum sha512sum shred shuf sleep sort split stat stty su sum sync tac
-   tail tee test touch tr true tsort tty uname unexpand uniq unlink uptime
-   users vdir wc who whoami yes
+--- coreutils-6.10/AUTHORS.orig        2008-01-05 23:58:24.000000000 +0100
++++ coreutils-6.10/AUTHORS     2008-03-02 14:25:23.908022120 +0100
+@@ -64,6 +64,7 @@
+ rm: Paul Rubin, David MacKenzie, Richard Stallman, Jim Meyering
+ rmdir: David MacKenzie
+ runcon: Russell Coker
++runuser: David MacKenzie, Dan Walsh
+ seq: Ulrich Drepper
+ sha1sum: Ulrich Drepper, Scott Miller, David Madore
+ sha224sum: Ulrich Drepper, Scott Miller, David Madore
 --- coreutils-6.7/src/su.c.runuser     2007-01-09 17:27:56.000000000 +0000
 +++ coreutils-6.7/src/su.c     2007-01-09 17:30:12.000000000 +0000
 @@ -110,9 +110,15 @@
@@ -92,7 +92,7 @@
 +#ifdef RUNUSER
 +  if (getuid() != geteuid())
 +    /* safety net: deny operation if we are suid by accident */
-+    error(EXIT_FAIL, 1, "runuser may not be setuid");
++    error(EXIT_FAILURE, 1, "runuser may not be setuid");
 +#else
    retval = pam_authenticate(pamh, 0);
    PAM_BAIL_P;
 +      case 'g':
 +        gr = getgrnam(optarg);
 +        if (!gr)
-+          error (EXIT_FAIL, 0, _("group %s does not exist"), optarg);
++          error (EXIT_FAILURE, 0, _("group %s does not exist"), optarg);
 +        use_gid = 1;
 +        groups[0] = gr->gr_gid;
 +        break;
 +      case 'G':
 +        num_supp_groups++;
 +        if (num_supp_groups >= NGROUPS_MAX)
-+          error (EXIT_FAIL, 0,
++          error (EXIT_FAILURE, 0,
 +                 _("Can't specify more than %d supplemental groups"),
 +                 NGROUPS_MAX - 1);
 +        gr = getgrnam(optarg);
 +        if (!gr)
-+          error (EXIT_FAIL, 0, _("group %s does not exist"), optarg);
++          error (EXIT_FAILURE, 0, _("group %s does not exist"), optarg);
 +        groups[num_supp_groups] = gr->gr_gid;
 +        break;
 +#endif
 +#endif
 +           );
  }
---- coreutils-6.7/src/Makefile.am.runuser      2007-01-09 17:27:56.000000000 +0000
-+++ coreutils-6.7/src/Makefile.am      2007-01-09 17:27:56.000000000 +0000
-@@ -17,7 +17,7 @@
- ## along with this program; if not, write to the Free Software Foundation,
- ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+--- coreutils-6.10/src/Makefile.am.orig        2008-03-02 14:22:53.223435095 +0100
++++ coreutils-6.10/src/Makefile.am     2008-03-02 14:25:58.317983032 +0100
+@@ -24,7 +24,7 @@
+   arch hostname su
+ build_if_possible__progs = \
+-  chroot df hostid nice pinky stty su uname uptime users who
++  chroot df hostid nice pinky stty su runuser uname uptime users who
  
--EXTRA_PROGRAMS = chroot df hostid nice pinky stty su uname uptime users who
-+EXTRA_PROGRAMS = chroot df hostid nice pinky stty su runuser uname uptime users who
+ EXTRA_PROGRAMS = \
+   $(no_install__progs) \
+@@ -135,6 +135,10 @@
  
- bin_SCRIPTS = groups
- bin_PROGRAMS = [ chgrp chown chmod cp dd dircolors du \
-@@ -112,6 +112,10 @@
- mv_LDADD += $(LIB_ACL)
- ginstall_LDADD += $(LIB_ACL)
+ stat_LDADD = $(LDADD) $(LIB_SELINUX)
  
 +runuser_SOURCES = su.c
 +runuser_CFLAGS = -DRUNUSER -DAUTHORS="\"David MacKenzie, Dan Walsh\""
 +
  $(PROGRAMS): ../lib/libcoreutils.a
  
- SUFFIXES = .sh
-@@ -126,7 +130,7 @@
+ # Get the release year from ../lib/version-etc.c.
+@@ -156,7 +160,7 @@
        chmod +x $@-t
        mv $@-t $@
  
 -all-local: su$(EXEEXT)
-+all-local: su$(EXEEXT) runuser
++all-local: su$(EXEEXT) runuser$(EXEEXT)
  
  installed_su = $(DESTDIR)$(bindir)/`echo su|sed '$(transform)'`
  
---- coreutils-6.7/AUTHORS.runuser      2006-10-22 17:54:15.000000000 +0100
-+++ coreutils-6.7/AUTHORS      2007-01-09 17:27:56.000000000 +0000
-@@ -60,6 +60,7 @@
- readlink: Dmitry V. Levin
- rm: Paul Rubin, David MacKenzie, Richard Stallman, Jim Meyering
- rmdir: David MacKenzie
-+runuser: David MacKenzie, Dan Walsh
- seq: Ulrich Drepper
- sha1sum: Ulrich Drepper, Scott Miller, David Madore
- sha224sum: Ulrich Drepper, Scott Miller, David Madore
---- coreutils-6.7/man/Makefile.am.runuser      2006-11-16 08:49:56.000000000 +0000
-+++ coreutils-6.7/man/Makefile.am      2007-01-09 17:32:38.000000000 +0000
-@@ -26,7 +26,7 @@
-   link.1 ln.1 logname.1 \
-   ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nl.1 nohup.1 od.1 \
-   paste.1 pathchk.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1 \
--  rm.1 rmdir.1 seq.1 sha1sum.1 sha224sum.1 sha256sum.1 sha384sum.1 sha512sum.1 \
-+  rm.1 rmdir.1 runuser.1 seq.1 sha1sum.1 sha224sum.1 sha256sum.1 sha384sum.1 sha512sum.1 \
-   shred.1 shuf.1 sleep.1 sort.1 split.1 stat.1 \
-   su.1 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \
-   tty.1 unexpand.1 uniq.1 unlink.1 vdir.1 wc.1 \
-@@ -105,6 +105,7 @@
- readlink.1:   $(common_dep)   $(srcdir)/readlink.x    ../src/readlink.c
+--- coreutils-6.10/man/Makefile.am.orig        2008-03-02 14:22:53.175432360 +0100
++++ coreutils-6.10/man/Makefile.am     2008-03-02 14:26:36.980186266 +0100
+@@ -94,6 +94,7 @@
  rm.1:         $(common_dep)   $(srcdir)/rm.x          ../src/rm.c
  rmdir.1:      $(common_dep)   $(srcdir)/rmdir.x       ../src/rmdir.c
+ runcon.1:     $(common_dep)   $(srcdir)/runcon.x      ../src/runcon.c
 +runuser.1:    $(common_dep)   $(srcdir)/runuser.x     ../src/su.c
  seq.1:                $(common_dep)   $(srcdir)/seq.x         ../src/seq.c
  sha1sum.1:    $(common_dep)   $(srcdir)/sha1sum.x     ../src/md5sum.c
 +.B info coreutils su
 +.PP
 +should give you access to the complete manual.
---- coreutils-6.9/po/pl.po.orig        2007-04-04 12:53:38.193586000 +0200
-+++ coreutils-6.9/po/pl.po     2007-04-04 13:09:35.172121819 +0200
-@@ -8794,6 +8794,16 @@
+--- coreutils-6.10/po/pl.po.orig       2008-03-02 14:22:54.123486386 +0100
++++ coreutils-6.10/po/pl.po    2008-03-02 14:28:35.858960780 +0100
+@@ -8986,6 +8986,16 @@
  msgid "warning: cannot change directory to %s"
  msgstr "uwaga: nie mo¿na zmieniæ katalogu na %s"
  
 +msgid "Can't specify more than %d supplemental groups"
 +msgstr "Nie mo¿na okre¶liæ wiêcej ni¿ %d grup dodatkowych"
 +
- #: src/sum.c:63
+ #: src/sum.c:62
  msgid ""
  "Print checksum and block counts for each FILE.\n"
This page took 0.185482 seconds and 4 git commands to generate.