]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemctl.xml
man: use configured path for mount and umount binaries in manpages
authorFilipe Brandenburger <filbranden@google.com>
Wed, 27 May 2015 09:38:20 +0000 (02:38 -0700)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 May 2015 17:28:23 +0000 (19:28 +0200)
commitd31dd62ba290f3f299b65f9319bf5a5436ca8622
treeaf94fc28efed1c1712b1e5a7850c8e1de1c2b0b0
parent681eb9cf2b831293a4f3d4c48a748d2e4a25d69e
man: use configured path for mount and umount binaries in manpages

Export the MOUNT_PATH and UMOUNT_PATH variables as XML entities and use them in
the systemctl.1 manpage instead of hardcoding the path in /usr/bin.

Tested:
- Ran ./configure ac_cv_path_MOUNT_PATH=/bin/mount (same for umount) and
  rebuilt the manpages, confirmed that the correct path was in man/systemctl.1
- Rebuilt man/systemd.directives.xml and the man pages derived from it,
  confirmed that the correct paths were there as well.
Makefile.am
man/systemctl.xml