X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=coreutils-getgid.patch;h=1dddd2af34af1c51094b73733406874b2c52c36b;hb=c477e37d8b0e19395482a58f13ef4950a99f705d;hp=138ee4a4ab97acccbeafa0689e9fcb78b1ffd721;hpb=3a4af246d1a88034ee9be13b8cef3ac60b3a5f86;p=packages%2Fcoreutils.git diff --git a/coreutils-getgid.patch b/coreutils-getgid.patch index 138ee4a..1dddd2a 100644 --- a/coreutils-getgid.patch +++ b/coreutils-getgid.patch @@ -1,9 +1,9 @@ ---- coreutils-8.23/README.orig 2014-07-20 18:31:49.574517705 +0200 -+++ coreutils-8.23/README 2014-07-20 18:32:59.324514778 +0200 +--- coreutils-8.26/README.orig 2017-02-08 09:45:56.577533721 +0000 ++++ coreutils-8.26/README 2017-02-08 09:46:50.688533112 +0000 @@ -9,7 +9,7 @@ - [ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm - coreutils cp csplit cut date dd df dir dircolors dirname du echo env + [ arch b2sum base32 base64 basename cat chcon chgrp chmod chown chroot cksum + comm coreutils cp csplit cut date dd df dir dircolors dirname du echo env - expand expr factor false fmt fold groups head hostid hostname id install + expand expr factor false fmt fold getgid groups head hostid hostname id install join kill link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl @@ -154,7 +154,7 @@ diff -urN coreutils-8.16.orig//man/getgid.x coreutils-8.16/man/getgid.x +"), stdout); + fputs (HELP_OPTION_DESCRIPTION, stdout); + fputs (VERSION_OPTION_DESCRIPTION, stdout); -+ emit_ancillary_info (); ++ emit_ancillary_info (PROGRAM_NAME); + } + exit (status); +}