]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
build-sys: console-auth-dir leftovers
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 20 May 2022 13:24:53 +0000 (15:24 +0200)
committerSimon McVittie <smcv@collabora.com>
Fri, 20 May 2022 13:40:58 +0000 (13:40 +0000)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
configure.ac
tools/ci-build.sh

index 2cd8e508aa20b13ff719a4ed782ccbef9530510f..60a4cbe119aeef3a048c594bdfb032d733bdc008 100644 (file)
@@ -1824,7 +1824,6 @@ echo "
         System bus PID file:      ${DBUS_SYSTEM_PID_FILE}
         Session bus listens on:   ${DBUS_SESSION_BUS_LISTEN_ADDRESS}
         Session clients connect to: ${DBUS_SESSION_BUS_CONNECT_ADDRESS}
-        pam_console auth dir:     ${with_console_auth_dir:-(none)}
         Console owner file:       ${have_console_owner_file}
         Console owner file path:  ${DBUS_CONSOLE_OWNER_FILE}
        System bus user:          ${DBUS_USER}
index e81e0dd43dde023e5c02af47a0124b2fc7d7d52d..04a33cb5fc17ee7a82c843e3c9eaea7350e02686 100755 (executable)
@@ -302,9 +302,6 @@ case "$ci_buildsys" in
                 set "$@" --disable-launchd --disable-systemd
                 # No X11 autolaunching
                 set "$@" --disable-x11-autolaunch
-                # Re-enable the deprecated pam_console support to make
-                # sure it still builds
-                set "$@" --with-console-auth-dir=/var/run/console
                 # Leave stats, user-session, etc. at default settings
                 # to check that the defaults can compile on an old OS
                 shift