From 9fccdb0f64d12bc09a71442dd0af2248c1aa3e89 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 14 Feb 2014 15:56:19 +0100 Subject: man: always place and in a line with actual sources, so that we don't get spurious newlines in the man page output --- man/daemon.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man/daemon.xml') diff --git a/man/daemon.xml b/man/daemon.xml index 105826ac6b..17d9dd6a22 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -777,8 +777,7 @@ AS_IF([test "x$with_systemdsystemunitdir" = "xyes" -o "x$with_systemdsystemunitd [with_systemdsystemunitdir=$def_systemdsystemunitdir])]) AS_IF([test "x$with_systemdsystemunitdir" != "xno"], [AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])]) -AM_CONDITIONAL(HAVE_SYSTEMD, [test "x$with_systemdsystemunitdir" != "xno"]) - +AM_CONDITIONAL(HAVE_SYSTEMD, [test "x$with_systemdsystemunitdir" != "xno"]) This snippet allows automatic installation of the unit files on systemd -- cgit v1.2.1