From: Zbigniew Jędrzejewski-Szmek Date: Fri, 10 Aug 2012 17:14:30 +0000 (+0200) Subject: directive-index: system manager directives X-Git-Tag: v190~63 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ffafe91b5ae019c699c009c3128ddfe4320a750b directive-index: system manager directives --- diff --git a/Makefile.am b/Makefile.am index 5a133da46..32f08edb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -702,7 +702,9 @@ XML_DIRECTIVE_FILES = \ man/systemd.timer.xml \ man/systemd.snapshot.xml \ man/systemd.exec.xml \ - man/systemd.device.xml + man/systemd.kill.xml \ + man/systemd.device.xml \ + man/systemd.conf.xml man/systemd.directives.xml: make-directive-index.py $(XML_DIRECTIVE_FILES) $(AM_V_at)$(MKDIR_P) $(dir $@) diff --git a/make-directive-index.py b/make-directive-index.py index 49d1028ed..468ea583f 100644 --- a/make-directive-index.py +++ b/make-directive-index.py @@ -39,6 +39,15 @@ TEMPLATE = '''\ + + System manager directives + + Directives for configuring the behaviour of the + systemd process. + + + + UDEV directives @@ -101,6 +110,7 @@ def make_page(xml_files): directive_groups = {name:collections.defaultdict(list) for name in ['unit-directives', 'udev-directives', + 'systemd-directives', ]} for page in xml_files: _extract_directives(directive_groups, page) diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index a550c2c71..7776c8f4f 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -69,7 +69,7 @@ All options are configured in the [Manager] section: - + LogLevel=