]> TLD Linux GIT Repositories - packages/mksh.git/blobdiff - mksh-no_stop_alias.patch
- updated to 51, partial PLD merge
[packages/mksh.git] / mksh-no_stop_alias.patch
index ae2a9bae791149b02b41195e9de0f5b8dc658f4b..b0260764c3c6ebe124973b86cb908236b8de951b 100644 (file)
@@ -1,46 +1,49 @@
---- 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",
- #endif
-       "autoload=typeset -fu",
-       "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
- type=\*(aqwhence \-v\*(aq
- .Ed
- .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 @@
+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'
-       type='whence -v'
+       r='\builtin fc -e -'
+       source='PATH=$PATH:. \command .'
+-      stop='\kill -STOP'
+       type='\builtin whence -v'
  ---
  name: aliases-1-hartz4
-@@ -6834,7 +6833,6 @@
+@@ -7532,7 +7531,6 @@
        nohup='nohup '
-       r='fc -e -'
-       source='PATH=$PATH:. command .'
--      stop='kill -STOP'
-       type='whence -v'
+       r='\builtin fc -e -'
+       source='PATH=$PATH:. \command .'
+-      stop='\kill -STOP'
+       type='\builtin whence -v'
  ---
  name: aliases-3b
-@@ -6857,7 +6855,6 @@
+@@ -7555,7 +7553,6 @@
        nohup='nohup '
-       r='fc -e -'
-       source='PATH=$PATH:. command .'
--      stop='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