X-Git-Url: https://git.tld-linux.org/?p=packages%2Fmksh.git;a=blobdiff_plain;f=mksh-mkshrc_support.patch;h=a80d4ed76d0c1f4e383cad9b48a5ef3ac007f261;hp=38baf33fc1117a5c8071c7828bdc0b9549266fd0;hb=70294de0af805c0733808b7b30e3eb14ff7a7688;hpb=125716db53e31d1a8e097a8fe7ffad1ee8bd9146 diff --git a/mksh-mkshrc_support.patch b/mksh-mkshrc_support.patch index 38baf33..a80d4ed 100644 --- a/mksh-mkshrc_support.patch +++ b/mksh-mkshrc_support.patch @@ -1,13 +1,12 @@ -diff -urp mksh.orig/main.c mksh/main.c ---- mksh.orig/main.c 2016-08-04 20:52:01.000000000 +0000 -+++ mksh/main.c 2016-08-18 06:47:50.115554000 +0000 -@@ -611,10 +611,14 @@ main_init(int argc, const char *argv[], +diff -ur mksh.orig/main.c mksh/main.c +--- mksh.orig/main.c 2020-10-01 22:29:21.000000000 +0200 ++++ mksh/main.c 2021-01-18 19:11:59.615180226 +0100 +@@ -695,9 +695,14 @@ if (Flag(FLOGIN)) include(substitute("$HOME/.profile", 0), 0, NULL, true); if (Flag(FTALKING)) { -- cp = substitute(substitute("${ENV:-" MKSHRC_PATH "}", -- 0), DOTILDE); -+ cp = substitute(substitute("${ENV}", 0), DOTILDE); +- cp = substitute("${ENV:-" MKSHRC_PATH "}", DOTILDE); ++ cp = substitute("${ENV}", DOTILDE); if (cp[0] != '\0') include(cp, 0, NULL, true); + else { @@ -16,5 +15,5 @@ diff -urp mksh.orig/main.c mksh/main.c + include(cp, 0, NULL, true); + } } - } else { - include(MKSH_SUID_PROFILE, 0, NULL, true); + } + if (restricted_shell) {