]> TLD Linux GIT Repositories - packages/mksh.git/blob - mksh-no_stop_alias.patch
b0260764c3c6ebe124973b86cb908236b8de951b
[packages/mksh.git] / mksh-no_stop_alias.patch
1 diff -urN mksh.org/check.t mksh/check.t
2 --- mksh.org/check.t    2015-07-10 21:36:57.000000000 +0200
3 +++ mksh/check.t        2015-07-13 09:29:23.388948055 +0200
4 @@ -7467,7 +7467,6 @@
5         nohup='nohup '
6         r='\builtin fc -e -'
7         source='PATH=$PATH:. \command .'
8 -       stop='\kill -STOP'
9         type='\builtin whence -v'
10  ---
11  name: aliases-1-hartz4
12 @@ -7532,7 +7531,6 @@
13         nohup='nohup '
14         r='\builtin fc -e -'
15         source='PATH=$PATH:. \command .'
16 -       stop='\kill -STOP'
17         type='\builtin whence -v'
18  ---
19  name: aliases-3b
20 @@ -7555,7 +7553,6 @@
21         nohup='nohup '
22         r='\builtin fc -e -'
23         source='PATH=$PATH:. \command .'
24 -       stop='\kill -STOP'
25         type='\builtin whence -v'
26  ---
27  name: aliases-2b-hartz4
28 diff -urN mksh.org/main.c mksh/main.c
29 --- mksh.org/main.c     2015-07-10 21:37:01.000000000 +0200
30 +++ mksh/main.c 2015-07-13 09:29:08.398575771 +0200
31 @@ -74,7 +74,6 @@
32  #if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED)
33         /* not in Android for political reasons */
34         /* not in ARGE mksh due to no job control */
35 -       "stop=\\kill -STOP",
36  #endif
37         "autoload=\\typeset -fu",
38         "functions=\\typeset -f",
39 diff -urN mksh.org/mksh.1 mksh/mksh.1
40 --- mksh.org/mksh.1     2015-07-10 21:36:05.000000000 +0200
41 +++ mksh/mksh.1 2015-07-13 09:29:15.412083285 +0200
42 @@ -1131,7 +1131,6 @@
43  nohup=\*(aqnohup \*(aq
44  r=\*(aq\ebuiltin fc \-e \-\*(aq
45  source=\*(aqPATH=$PATH:. \ecommand .\*(aq
46 -stop=\*(aq\ekill \-STOP\*(aq
47  type=\*(aq\ebuiltin whence \-v\*(aq
48  .Ed
49  .Pp