From: Zbigniew Jędrzejewski-Szmek Date: Sun, 16 Sep 2012 09:11:34 +0000 (+0200) Subject: directive-index: add UDEV fields X-Git-Tag: v190~64 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e1abd3efabb95a30d0702ed1c7c33c57bf898297;ds=sidebyside directive-index: add UDEV fields --- diff --git a/Makefile.am b/Makefile.am index b0649e4f0..5a133da46 100644 --- a/Makefile.am +++ b/Makefile.am @@ -701,7 +701,8 @@ XML_DIRECTIVE_FILES = \ man/systemd.path.xml \ man/systemd.timer.xml \ man/systemd.snapshot.xml \ - man/systemd.exec.xml + man/systemd.exec.xml \ + man/systemd.device.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 0c3b67a9d..49d1028ed 100644 --- a/make-directive-index.py +++ b/make-directive-index.py @@ -38,6 +38,15 @@ TEMPLATE = '''\ + + + UDEV directives + + Directives for configuring systemd units through the + udev database. + + + ''' @@ -91,6 +100,7 @@ def make_page(xml_files): "Extract directives from xml_files and return XML index tree." directive_groups = {name:collections.defaultdict(list) for name in ['unit-directives', + 'udev-directives', ]} for page in xml_files: _extract_directives(directive_groups, page) diff --git a/man/systemd.device.xml b/man/systemd.device.xml index c360319d2..141d72e3d 100644 --- a/man/systemd.device.xml +++ b/man/systemd.device.xml @@ -96,7 +96,7 @@ database (which is recommended). The following udev properties are understood by systemd: - + SYSTEMD_WANTS= Adds dependencies of