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