ports/misc/mc/files/pkg-message.in
Alexey Dokuchaev b20b92686b misc/mc: the port had been improved (+)
- GC outdated CONFLICTS (misc/mc-light had been removed on 2019-10-16)
- Add missing SCREEN_DESC (screen library) option description
- Offer new option, EXTATTR (ext2fs extended attributes support) and
  ensure, in somewhat ugly way, that dependency on `sysutils/e2fsprogs'
  won't be silently picked up if this option is disabled
- Tell users that /bin/sh, our base system sh(1), is not supported as
  concurrent subshell because it does not allow "precmd" hooks [1]
- Fix entering RAR archives after `archivers/unrar` had been updated
  to version 6.x [2]
- Use helper target and simplify installation of documentation files

PR:	208391 [1], 251404 [2]
2021-05-27 08:42:43 +00:00

17 lines
563 B
Text

[
{ type: install
message: <<EOM
Midnight Commander was built with subshell support, which works with most
popular shells, e.g. bash(1), dash(1), tcsh(1), zsh(1), but not sh(1) due
to its lack of "precmd" or equivalent hooks which mc(1) needs to read the
subshell's current directory.
$ env SHELL=/bin/sh mc
common.c: unimplemented subshell type 1
read (subshell_pty...): No such file or directory (2)
Please either use more advanced interactive shell, or start mc(1) with -u
(--nosubshell) switch if you're confined to /bin/sh for some reason.
EOM
}
]