diff options
author | Emil Renner Berthing <systemd@esmil.dk> | 2014-09-24 17:25:00 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-09-26 07:48:35 -0400 |
commit | 37161c5148396448921841ae1026b281c7949652 (patch) | |
tree | 09dc44c0d051268fc31518dadbd4eb6255d85dbf /man | |
parent | 440c61c500ead1bdc6f987b8ba7c5e7f7a9c9f59 (diff) |
make utmp/wtmp support configurable
This adds --disable-utmp option to configure. If it is used, all
utmp-related functionality, including querying runlevel support,
is removed.
Diffstat (limited to 'man')
-rw-r--r-- | man/runlevel.xml | 3 | ||||
-rw-r--r-- | man/systemd-update-utmp.service.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/man/runlevel.xml b/man/runlevel.xml index 976753a737..db9a436724 100644 --- a/man/runlevel.xml +++ b/man/runlevel.xml @@ -22,7 +22,8 @@ --> <refentry id="runlevel" - xmlns:xi="http://www.w3.org/2001/XInclude"> + xmlns:xi="http://www.w3.org/2001/XInclude" + conditional="HAVE_UTMP"> <refentryinfo> <title>runlevel</title> diff --git a/man/systemd-update-utmp.service.xml b/man/systemd-update-utmp.service.xml index 7d9e32e60a..caa1d8f568 100644 --- a/man/systemd-update-utmp.service.xml +++ b/man/systemd-update-utmp.service.xml @@ -19,7 +19,7 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemd-update-utmp.service"> +<refentry id="systemd-update-utmp.service" conditional="HAVE_UTMP"> <refentryinfo> <title>systemd-update-utmp.service</title> |