diff options
author | Jan Chren <dev.rindeal@gmail.com> | 2019-08-29 01:30:58 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-08-29 06:57:00 +0200 |
commit | 013a87517d0a6682d7140321ce80d18c54fd1f57 (patch) | |
tree | e7c74ae065968d2f7f4b591e94d04351eb862d0c /man/runlevel.xml | |
parent | meson: fix incomplete option descriptions (diff) | |
download | systemd-013a87517d0a6682d7140321ce80d18c54fd1f57.tar.xz systemd-013a87517d0a6682d7140321ce80d18c54fd1f57.zip |
man: install runlevel.8 unconditionally
systemctl supports runlevel invocation name without utmp.
The runlevel symlink is installed unconditionally.
So it's reasonable to install runlevel manpage with it as well.
Signed-off-by: Jan Chren (rindeal) <dev.rindeal@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | man/runlevel.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/runlevel.xml b/man/runlevel.xml index d8bfcd73fc..87e2ed234a 100644 --- a/man/runlevel.xml +++ b/man/runlevel.xml @@ -4,8 +4,7 @@ <!-- SPDX-License-Identifier: LGPL-2.1+ --> <refentry id="runlevel" - xmlns:xi="http://www.w3.org/2001/XInclude" - conditional="ENABLE_UTMP"> + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>runlevel</title> |