From 6c38b6c04e07d0010fec1b771111451cd9c8f21d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Jan 2016 14:45:41 +0100 Subject: build-sys: install systemd-resolve in /usr/bin The command has a man page now and is public, hence add it to /usr/bin. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 90bc5d7ddc..34b1f1941b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5304,7 +5304,7 @@ nodist_systemd_resolve_SOURCES = \ systemd_resolve_LDADD = \ libshared.la -rootlibexec_PROGRAMS += \ +bin_PROGRAMS += \ systemd-resolve tests += \ -- cgit v1.2.3-54-g00ecf From dbc7bede4a96d9a4d2fa75b6fb2a51076756b051 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Jan 2016 14:46:06 +0100 Subject: man: actually say which section resolv.conf's setting should be placed in --- man/resolved.conf.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index 3aa9c3acb1..f9e4d548e7 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -68,6 +68,8 @@ Options + The following options are available in the [Resolve] section: + -- cgit v1.2.3-54-g00ecf From 6c033c34967b6dffb6a4b295c43bd151105e4f1f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Jan 2016 14:53:05 +0100 Subject: man: document which section the configuration settings of timesyncd.conf belong into --- man/timesyncd.conf.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml index 10c2de89f6..8c86fd0074 100644 --- a/man/timesyncd.conf.xml +++ b/man/timesyncd.conf.xml @@ -68,6 +68,8 @@ Options + The following settings are configured in the [Time] section: + -- cgit v1.2.3-54-g00ecf