X-Git-Url: https://git.tld-linux.org/?p=packages%2Fmksh.git;a=blobdiff_plain;f=mksh-no_stop_alias.patch;fp=mksh-no_stop_alias.patch;h=ae2a9bae791149b02b41195e9de0f5b8dc658f4b;hp=e203654e2190338d7b605844ad4507a0114685e9;hb=d5b553429630b64a49573d77a42ae3e33d254cc3;hpb=08bd1d9760a0e3378d600270bf3f34d5012c8452 diff --git a/mksh-no_stop_alias.patch b/mksh-no_stop_alias.patch index e203654..ae2a9ba 100644 --- a/mksh-no_stop_alias.patch +++ b/mksh-no_stop_alias.patch @@ -1,46 +1,46 @@ ---- 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 @@ +--- mksh-49/main.c~ 2014-01-20 14:20:05.000000000 +0200 ++++ mksh-49/main.c 2014-01-20 14:20:37.166725505 +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", - "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 @@ + "functions=typeset -f", +--- mksh-49/mksh.1~ 2014-01-11 20:10:06.000000000 +0200 ++++ mksh-49/mksh.1 2014-01-20 14:21:04.704670524 +0200 +@@ -1131,7 +1131,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 @@ + .Pp +--- mksh-49/check.t~ 2014-01-11 20:10:02.000000000 +0200 ++++ mksh-49/check.t 2014-01-20 14:21:32.202611748 +0200 +@@ -6766,7 +6766,6 @@ nohup='nohup ' r='fc -e -' source='PATH=$PATH:. command .' - stop='kill -STOP' - suspend='kill -STOP $$' type='whence -v' --- -@@ -6010,7 +6009,6 @@ + name: aliases-1-hartz4 +@@ -6834,7 +6833,6 @@ nohup='nohup ' r='fc -e -' source='PATH=$PATH:. command .' - stop='kill -STOP' - suspend='kill -STOP $$' type='whence -v' --- -@@ -6034,7 +6032,6 @@ + name: aliases-3b +@@ -6857,7 +6855,6 @@ nohup='nohup ' r='fc -e -' source='PATH=$PATH:. command .' - stop='kill -STOP' - suspend='kill -STOP $$' type='whence -v' --- + name: aliases-2b-hartz4