]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc-posix-sh.patch
- added third ISBN for es_MX
[packages/glibc.git] / glibc-posix-sh.patch
index ccf578225edc9e18503923fa878a9436ac864854..6e862d4f3f9f124e3aad355ef67607df5ea07e41 100644 (file)
@@ -3,18 +3,18 @@
 @@ -1,4 +1,4 @@
 -#! @BASH@
 +#! /bin/sh
- # Copyright (C) 1996-2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+ # Copyright (C) 1996-2013 Free Software Foundation, Inc.
  # This file is part of the GNU C Library.
  
-@@ -36,16 +36,16 @@
+@@ -35,16 +35,16 @@
    case "$1" in
    --vers | --versi | --versio | --version)
-     echo 'ldd (GNU libc) @VERSION@'
+     echo 'ldd @PKGVERSION@@VERSION@'
 -    printf $"Copyright (C) %s Free Software Foundation, Inc.
 +    printf "Copyright (C) %s Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- " "2011"
+ " "2013"
 -    printf $"Written by %s and %s.
 +    printf "Written by %s and %s.
  " "Roland McGrath" "Ulrich Drepper"
        --help              print this help and exit
        --version           print version information and exit
    -d, --data-relocs       process data relocations
-@@ -53,7 +53,7 @@
+@@ -52,7 +52,7 @@
    -u, --unused            print unused direct dependencies
    -v, --verbose           print all information
  "
--    echo $"For bug reporting instructions, please see:
-+    echo "For bug reporting instructions, please see:
- <http://www.gnu.org/software/libc/bugs.html>.
- "
+-    printf $"For bug reporting instructions, please see:\\n%s.\\n" \
++    printf "For bug reporting instructions, please see:\\n%s.\\n" \
+       "@REPORT_BUGS_TO@"
      exit 0
+     ;;
 @@ -79,15 +79,15 @@
      shift
      ;;
This page took 0.033372 seconds and 4 git commands to generate.