Summary: | Не показывает список включенным модулей по apachectl -M | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Andrey Cherepanov <cas> |
Component: | apache2-base | Assignee: | Anton Farygin <rider> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P5 | CC: | rider |
Version: | unstable | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 38745 |
Description
Andrey Cherepanov
2020-10-02 11:52:11 MSK
При этом initlog -q -n httpd2 -c 'limited -n httpd2 -- /usr/sbin/httpd2 -M ' ничего не выводит, а limited -n httpd2 -- /usr/sbin/httpd2 -M выводит то, что нужно. --- /usr/sbin/apachectl.orig 2020-10-02 12:00:03.194388720 +0300 +++ /usr/sbin/apachectl 2020-10-02 12:00:19.166361706 +0300 @@ -301,7 +301,7 @@ ERROR=$? ;; *) - initlog $INITLOG_ARGS -n "$BASENAME" -c "limited -n $BASENAME -- $BINARY $ARGV $OPTIONS $DEFINE" + initlog -n "$BASENAME" -c "limited -n $BASENAME -- $BINARY $ARGV $OPTIONS $DEFINE" ERROR=$? esac apache2-1:2.4.46-alt2 -> sisyphus: Fri Oct 02 2020 Anton Farygin <rider@altlinux.ru> 1:2.4.46-alt2 - fixed apachectl -M behavior (closes: #39025) |