]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- remove default stop=kill -STOP alias; too generic
authorKacper Kornet <draenog@pld-linux.org>
Thu, 7 Jul 2011 16:47:15 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mksh-no_stop_alias.patch -> 1.1
    mksh.spec -> 1.19

mksh-no_stop_alias.patch [new file with mode: 0644]
mksh.spec

diff --git a/mksh-no_stop_alias.patch b/mksh-no_stop_alias.patch
new file mode 100644 (file)
index 0000000..e203654
--- /dev/null
@@ -0,0 +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 @@
+ #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 @@
+       nohup='nohup '
+       r='fc -e -'
+       source='PATH=$PATH:. command .'
+-      stop='kill -STOP'
+       suspend='kill -STOP $$'
+       type='whence -v'
+ ---
+@@ -6010,7 +6009,6 @@
+       nohup='nohup '
+       r='fc -e -'
+       source='PATH=$PATH:. command .'
+-      stop='kill -STOP'
+       suspend='kill -STOP $$'
+       type='whence -v'
+ ---
+@@ -6034,7 +6032,6 @@
+       nohup='nohup '
+       r='fc -e -'
+       source='PATH=$PATH:. command .'
+-      stop='kill -STOP'
+       suspend='kill -STOP $$'
+       type='whence -v'
+ ---
index 6f55da8631c7386dd91222be57c43fbc7f4fcc2b..a14ab80c9749c5a56c8221470b5692274efe88c1 100644 (file)
--- a/mksh.spec
+++ b/mksh.spec
@@ -13,6 +13,7 @@ Source0:      http://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.cpio.gz
 Source1:       %{name}-mkshrc
 Patch0:                %{name}-mkshrc_support.patch
 Patch1:                %{name}-circumflex.patch
+Patch2:                %{name}-no_stop_alias.patch
 URL:           https://www.mirbsd.org/mksh.htm
 %if %{with tests}
 BuildRequires: ed
@@ -80,6 +81,7 @@ mv mksh/* .; rmdir mksh
 
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 
 %build
 install -d out
This page took 0.047002 seconds and 4 git commands to generate.