X-Git-Url: https://git.tld-linux.org/?p=packages%2Fmksh.git;a=blobdiff_plain;f=mksh-no_stop_alias.patch;h=b0260764c3c6ebe124973b86cb908236b8de951b;hp=e203654e2190338d7b605844ad4507a0114685e9;hb=21707d87fd33c0e747e437f7712104316628daa7;hpb=5a2b33e1e24f11b9ead84554444f9210d1b85211 diff --git a/mksh-no_stop_alias.patch b/mksh-no_stop_alias.patch index e203654..b026076 100644 --- a/mksh-no_stop_alias.patch +++ b/mksh-no_stop_alias.patch @@ -1,46 +1,49 @@ ---- mksh-40.org/main.c 2011-07-07 17:21:37.608256172 +0100 -+++ mksh-40/main.c 2011-07-07 17:22:44.980829725 +0100 -@@ -73,7 +73,6 @@ - #if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED) - /* not in Android for political reasons */ - /* not in ARGE mksh due to no job control */ -- "stop=kill -STOP", - "suspend=kill -STOP $$", - #endif - "autoload=typeset -fu", ---- mksh-40.org/mksh.1 2011-06-12 16:34:43.000000000 +0100 -+++ mksh-40/mksh.1 2011-07-07 17:23:08.177234851 +0100 -@@ -1092,7 +1092,6 @@ - nameref=\*(aqtypeset \-n\*(aq - nohup=\*(aqnohup \*(aq - r=\*(aqfc \-e \-\*(aq --stop=\*(aqkill \-STOP\*(aq - suspend=\*(aqkill \-STOP $$\*(aq - type=\*(aqwhence \-v\*(aq - .Ed ---- mksh-40.orig/check.t 2011-07-07 17:43:03.450369958 +0100 -+++ mksh-40/check.t 2011-07-07 17:43:24.303467293 +0100 -@@ -5941,7 +5941,6 @@ +diff -urN mksh.org/check.t mksh/check.t +--- mksh.org/check.t 2015-07-10 21:36:57.000000000 +0200 ++++ mksh/check.t 2015-07-13 09:29:23.388948055 +0200 +@@ -7467,7 +7467,6 @@ nohup='nohup ' - r='fc -e -' - source='PATH=$PATH:. command .' -- stop='kill -STOP' - suspend='kill -STOP $$' - type='whence -v' + r='\builtin fc -e -' + source='PATH=$PATH:. \command .' +- stop='\kill -STOP' + type='\builtin whence -v' --- -@@ -6010,7 +6009,6 @@ + name: aliases-1-hartz4 +@@ -7532,7 +7531,6 @@ nohup='nohup ' - r='fc -e -' - source='PATH=$PATH:. command .' -- stop='kill -STOP' - suspend='kill -STOP $$' - type='whence -v' + r='\builtin fc -e -' + source='PATH=$PATH:. \command .' +- stop='\kill -STOP' + type='\builtin whence -v' --- -@@ -6034,7 +6032,6 @@ + name: aliases-3b +@@ -7555,7 +7553,6 @@ nohup='nohup ' - r='fc -e -' - source='PATH=$PATH:. command .' -- stop='kill -STOP' - suspend='kill -STOP $$' - type='whence -v' + r='\builtin fc -e -' + source='PATH=$PATH:. \command .' +- stop='\kill -STOP' + type='\builtin whence -v' --- + name: aliases-2b-hartz4 +diff -urN mksh.org/main.c mksh/main.c +--- mksh.org/main.c 2015-07-10 21:37:01.000000000 +0200 ++++ mksh/main.c 2015-07-13 09:29:08.398575771 +0200 +@@ -74,7 +74,6 @@ + #if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED) + /* not in Android for political reasons */ + /* not in ARGE mksh due to no job control */ +- "stop=\\kill -STOP", + #endif + "autoload=\\typeset -fu", + "functions=\\typeset -f", +diff -urN mksh.org/mksh.1 mksh/mksh.1 +--- mksh.org/mksh.1 2015-07-10 21:36:05.000000000 +0200 ++++ mksh/mksh.1 2015-07-13 09:29:15.412083285 +0200 +@@ -1131,7 +1131,6 @@ + nohup=\*(aqnohup \*(aq + r=\*(aq\ebuiltin fc \-e \-\*(aq + source=\*(aqPATH=$PATH:. \ecommand .\*(aq +-stop=\*(aq\ekill \-STOP\*(aq + type=\*(aq\ebuiltin whence \-v\*(aq + .Ed + .Pp