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.

51 lines
1.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../mine/sanitize-retry-skip.patch
  5. # Copyright (C) 2006 The T2 SDE 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. Mark the default choise more obviously front (also alphabetically -
  17. beside the Eject case).
  18. - Rene Rebe <rene@exactcode.de>
  19. diff -ur mine-0.23-vanilla/gasgui.c mine-0.23/gasgui.c
  20. --- mine-0.23-vanilla/gasgui.c 2005-03-23 09:51:06.000000000 +0100
  21. +++ mine-0.23/gasgui.c 2006-05-29 16:22:40.000000000 +0200
  22. @@ -133,7 +133,7 @@
  23. sourcedir, config, p->name);
  24. printf("Not found on webserver: %s\n\n", p->name);
  25. while (1) {
  26. - printf("Skip or Retry (default=Retry) > ");
  27. + printf("Retry or Skip (default=Retry) > ");
  28. fflush(stdout);
  29. fgets(command, 1024, stdin);
  30. if ( command[0] == 0 || command[0] == '\n' ||
  31. @@ -164,7 +164,7 @@
  32. printf("Please insert Disk #%d and press ENTER.\n\n",
  33. p->disk_number);
  34. while (1) {
  35. - printf("Skip, Retry or Eject disk (default=Retry) > ");
  36. + printf("Retry, Eject or Skip disk (default=Retry) > ");
  37. fflush(stdout);
  38. fgets(command, 1024, stdin);
  39. if ( command[0] == 0 || command[0] == '\n' ||
  40. @@ -212,7 +212,7 @@
  41. if ( rc ) {
  42. printf("Error while installing package %s!\n\n", p->name);
  43. while (1) {
  44. - printf("Skip or Retry (default=Retry) > ");
  45. + printf("Retry or Skip (default=Retry) > ");
  46. fflush(stdout);
  47. fgets(command, 1024, stdin);
  48. if ( command[0] == 0 || command[0] == '\n' ||