From e1abd3efabb95a30d0702ed1c7c33c57bf898297 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 16 Sep 2012 11:11:34 +0200 Subject: [PATCH] directive-index: add UDEV fields --- Makefile.am | 3 ++- make-directive-index.py | 10 ++++++++++ man/systemd.device.xml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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 -- 2.30.2