X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=tools%2Fmake-directive-index.py;h=183eca3bb9f558e0c30620205406b0c11142494f;hp=17b1325bba62647e4e2b74d74415dcfa8a7e1c12;hb=059696ac014da265ee2d1b062cd0dc7bee3d2001;hpb=81c7dd897c6af68e66b58e97abce676641edc197;ds=sidebyside diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py index 17b1325bb..183eca3bb 100755 --- a/tools/make-directive-index.py +++ b/tools/make-directive-index.py @@ -1,21 +1,21 @@ # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # -# This file is part of systemd. +# This file is part of elogind. # # Copyright 2012-2013 Zbigniew Jędrzejewski-Szmek # -# systemd is free software; you can redistribute it and/or modify it +# elogind is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # -# systemd is distributed in the hope that it will be useful, but +# elogind is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with systemd; If not, see . +# along with elogind; If not, see . import sys import collections @@ -24,11 +24,11 @@ from xml_helper import * from copy import deepcopy TEMPLATE = '''\ - + - systemd.directives - systemd + elogind.directives + elogind @@ -41,69 +41,15 @@ TEMPLATE = '''\ - systemd.directives + elogind.directives 7 - systemd.directives + elogind.directives Index of configuration directives - - Unit directives - - Directives for configuring units, used in unit - files. - - - - - - Options on the kernel command line - - Kernel boot options for configuring the behaviour of the - systemd process. - - - - - - Environment variables - - Environment variables understood by the systemd - manager and other programs. - - - - - - UDEV directives - - Directives for configuring systemd units through the - udev database. - - - - - - Network directives - - Directives for configuring network links through the - net-setup-link udev builtin and networks through - systemd-networkd. - - - - - - Journal fields - - Fields in the journal events with a well known meaning. - - - - PAM configuration directives @@ -113,38 +59,19 @@ TEMPLATE = '''\ - <filename>/etc/crypttab</filename> and - <filename>/etc/fstab</filename> options - - Options which influence mounted filesystems and - encrypted volumes. - - - - - - System manager directives - - Directives for configuring the behaviour of the - systemd process. - - - - - - bootchart.conf directives + elogind manager directives Directives for configuring the behaviour of the - systemd-bootchart process. + elogind process. - + command line options Command-line options accepted by programs in the - systemd suite. + elogind suite. @@ -152,7 +79,7 @@ TEMPLATE = '''\ Constants - Various constant used and/or defined by systemd. + Various constant used and/or defined by elogind.