Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-28 | man: generate configured paths in manpages | Filipe Brandenburger | |
In particular, use /lib/systemd instead of /usr/lib/systemd in distributions like Debian which still have not adopted a /usr merge setup. Use XML entities from man/custom-entities.ent to replace configured paths while doing XSLT processing of the original XML files. There was precedent of some files (such as systemd.generator.xml) which were already using this approach. This addresses most of the (manual) fixes from this patch: http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/patches/Fix-paths-in-man-pages.patch?h=experimental-220 The idea of using generic XML entities was presented here: http://lists.freedesktop.org/archives/systemd-devel/2015-May/032240.html This patch solves almost all the issues, with the exception of: - Path to /bin/mount and /bin/umount. - Generic statements about preference of /lib over /etc. These will be handled separately by follow up patches. Tested: - With default configure settings, ran "make install" to two separate directories and compared the output to confirm they matched exactly. - Used a set of configure flags including $CONFFLAGS from Debian: http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/rules Installed the tree and confirmed the paths use /lib/systemd instead of /usr/lib/systemd and that no other unexpected differences exist. - Confirmed that `make distcheck` still passes. | |||
2015-03-13 | man: link to fd.o for dbus stuff | Zbigniew Jędrzejewski-Szmek | |
2015-03-13 | man: fix a bunch of links | Zbigniew Jędrzejewski-Szmek | |
All hail linkchecker! | |||
2015-02-10 | man: boilerplate unification | Zbigniew Jędrzejewski-Szmek | |
2015-01-19 | man: use one description of --no-legend | Zbigniew Jędrzejewski-Szmek | |
2014-12-23 | busctl: when introspecting objects, optionally limit output by interface name | Lennart Poettering | |
2014-11-25 | busctl: if no parameter is specified for "busctl status" show credentials of ↵ | Lennart Poettering | |
bus owner | |||
2014-11-25 | busctl: add new --augment-creds= switch for controlling whether shown ↵ | Lennart Poettering | |
credential data shall be augment with data from /proc | |||
2014-11-21 | man: don't mix 2ch and 8ch indentation in busctl.xml | Lennart Poettering | |
2014-11-21 | man: add emacs header to get correct indention in nxml-mode for the manpage ↵ | Lennart Poettering | |
XML files that use 2ch indenting In the long run we really should figure out if we want to stick with 8ch or 2ch indenting, and not continue with half-and-half. For now, just make emacs aware of the files that use 2ch indenting. | |||
2014-11-21 | busctl: add --timeout= option to specify method call timeout | Lennart Poettering | |
2014-11-21 | busctl: add options to control message header flags when invoking methods | Lennart Poettering | |
2014-11-21 | busctl: show property values in "introspect" output, add "set-property" ↵ | Lennart Poettering | |
command, and support both a terse and a verbose output format | |||
2014-11-20 | busctl: add new "introspect" verb for introspecting objects | Lennart Poettering | |
2014-11-14 | busctl: introduce busctl "get-property" command for reading and dumping ↵ | Lennart Poettering | |
object properties | |||
2014-11-14 | man: various tweaks for busctl(1) man page | Lennart Poettering | |
2014-11-14 | busctl: add new "call" command to invoke methods on a service | Lennart Poettering | |
2014-11-10 | busctl: add "tree" command to explore object trees | Lennart Poettering | |
2014-10-30 | busctl: add new "capture" verb to record bus messages in libpcap compatible ↵ | Lennart Poettering | |
files, for dissection with wireshark | |||
2014-02-20 | man: xinclude --host/--machine | Zbigniew Jędrzejewski-Szmek | |
As usual, those common options are pushed to the end. | |||
2014-02-20 | man: xinclude --user/--system | Zbigniew Jędrzejewski-Szmek | |
2014-02-20 | man: xinclude --help/--version/--no-pager | Zbigniew Jędrzejewski-Szmek | |
2014-02-19 | busctl: add --no-legend and use in bash completion | Thomas Hindoe Paaboel Andersen | |
2014-02-19 | man: busctl typo fix | Thomas Hindoe Paaboel Andersen | |
2014-02-17 | doc: resolve missing/extraneous words or inappropriate forms | Jan Engelhardt | |
Issues fixed: * missing words required by grammar * duplicated or extraneous words * inappropriate forms (e.g. singular/plural), and declinations * orthographic misspellings | |||
2014-01-11 | man: add busctl(1) | Zbigniew Jędrzejewski-Szmek | |