From 24ae905d8eb4af9bfbb40f04c7e9730250e3ca0d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 19 Apr 2015 15:58:17 +0200 Subject: [PATCH] logind will always be built --- configure.ac | 10 ---------- man/loginctl.xml | 3 +-- man/logind.conf.xml | 3 +-- man/logind.xml | 2 +- 4 files changed, 3 insertions(+), 15 deletions(-) diff --git a/configure.ac b/configure.ac index e5c3b305f..a283f50dd 100644 --- a/configure.ac +++ b/configure.ac @@ -485,15 +485,6 @@ fi AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"]) -# ------------------------------------------------------------------------------ -have_logind=no -AC_ARG_ENABLE(logind, AS_HELP_STRING([--disable-logind], [disable login daemon])) -if test "x$enable_logind" != "xno"; then - have_logind=yes -fi -AM_CONDITIONAL(ENABLE_LOGIND, [test "$have_logind" = "yes"]) -AS_IF([test "$have_logind" = "yes"], [ AC_DEFINE(HAVE_LOGIND, [1], [Logind support available]) ]) - # ------------------------------------------------------------------------------ have_machined=no AC_ARG_ENABLE(machined, AS_HELP_STRING([--disable-machined], [disable machine daemon])) @@ -956,7 +947,6 @@ AC_MSG_RESULT([ SECCOMP: ${have_seccomp} SMACK: ${have_smack} ACL: ${have_acl} - logind: ${have_logind} machined: ${have_machined} importd: ${have_importd} hostnamed: ${have_hostnamed} diff --git a/man/loginctl.xml b/man/loginctl.xml index 9dda14d45..b93ba80de 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -21,8 +21,7 @@ along with systemd; If not, see . --> - + loginctl diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 2b7954727..2e22e5cc9 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -21,8 +21,7 @@ along with systemd; If not, see . --> - + logind.conf systemd diff --git a/man/logind.xml b/man/logind.xml index 5733e42cd..da0bd7a0c 100644 --- a/man/logind.xml +++ b/man/logind.xml @@ -21,7 +21,7 @@ along with systemd; If not, see . --> - + systemd-logind.service -- 2.30.2