From 6c1f3ba54ac1f42598c543b86daaf294b29294b1 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 27 Jul 2012 20:46:40 -0400 Subject: [PATCH] man: ship systemd-udevd as the real manpage Instead of making systemd-udevd a so-link to systemd-udevd.service, ship the real page as systemd-udevd to integrate better with distros where udevd might be run standalone. --- Makefile.am | 10 +++++----- man/{systemd-udevd.service.xml => systemd-udevd.xml} | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) rename man/{systemd-udevd.service.xml => systemd-udevd.xml} (99%) diff --git a/Makefile.am b/Makefile.am index e4dfafb4b..00ed3016f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1659,16 +1659,16 @@ libudev_private_la_LIBADD = \ MANPAGES += \ man/udev.7 \ man/udevadm.8 \ - man/systemd-udevd.service.8 + man/systemd-udevd.8 MANPAGES_ALIAS += \ - man/systemd-udevd.8 \ + man/systemd-udevd.service.8 \ man/systemd-udevd-control.socket.8 \ man/systemd-udevd-kernel.socket.8 -man/systemd-udevd.8: man/systemd-udevd.service.8 -man/systemd-udevd-control.socket.8: man/systemd-udevd.service.8 -man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8 +man/systemd-udevd.service.8: man/systemd-udevd.8 +man/systemd-udevd-control.socket.8: man/systemd-udevd.8 +man/systemd-udevd-kernel.socket.8: man/systemd-udevd.8 udev-confdirs: -mkdir -p $(DESTDIR)$(sysconfdir)/udev/rules.d diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.xml similarity index 99% rename from man/systemd-udevd.service.xml rename to man/systemd-udevd.xml index 616c8f61f..0045f235e 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.xml @@ -18,16 +18,16 @@ - systemd-udevd.service + systemd-udevd 8 + systemd-udevd systemd-udevd.service systemd-udevd-control.socket systemd-udevd-kernel.socket - systemd-udevd Device event managing daemon -- 2.30.2