OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.8 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../chrpath/chrpath-keepgoing.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. taken from gentoo
  17. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/chrpath/files/chrpath-keepgoing.patch?revision=1.1
  18. --- chrpath-0.13/main.c.orig 2006-02-27 20:21:06.000000000 +0100
  19. +++ chrpath-0.13/main.c 2006-02-27 21:07:16.027641500 +0100
  20. @@ -57,6 +57,7 @@
  21. printf(" -r <path>|--replace <path> Replace current rpath/runpath setting\n");
  22. printf(" with the path given\n");
  23. printf(" -l|--list List the current rpath/runpath (default)\n");
  24. + printf(" -k|--keepgoing Continue as much as possible after an error.\n");
  25. printf(" -h|--help Show this usage information.\n");
  26. #ifndef HAVE_GETOPT_LONG
  27. printf("\n *** The long options are not available on this platform");
  28. --- chrpath-0.13/chrpath.1.orig 2004-09-19 10:35:44.000000000 +0200
  29. +++ chrpath-0.13/chrpath.1 2006-02-28 10:06:28.187060500 +0100
  30. @@ -22,6 +22,7 @@
  31. [ \fB-r\fP \fI<path>\fP |\ \fB--replace\fP \fI<path>\fP ]
  32. [ \fB-c\fP | \fB--convert\fP ]
  33. [ \fB-l\fP | \fB--list\fP ]
  34. +[ \fB-k\fP | \fB--keepgoing\fP ]
  35. [ \fB-h\fP | \fB--help\fP ]
  36. \fI<program>\fP [ \fI<program>\fP ... ]
  37. .SH DESCRIPTION