From ffafe91b5ae019c699c009c3128ddfe4320a750b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 10 Aug 2012 19:14:30 +0200 Subject: directive-index: system manager directives --- Makefile.am | 4 +++- make-directive-index.py | 10 ++++++++++ man/systemd.conf.xml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5a133da466..32f08edb0d 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 49d1028edb..468ea583fb 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 a550c2c71a..7776c8f4f7 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -69,7 +69,7 @@ All options are configured in the [Manager] section: - + LogLevel= -- cgit v1.2.3-54-g00ecf