From cf35ac015534781cc3abdee8e0114a4842d9543d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 14 Jun 2013 17:04:38 +0200 Subject: [systemd] enable pam support (fixes pam_systemd.so missing) --- remote/modules/systemd/systemd.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/modules/systemd') diff --git a/remote/modules/systemd/systemd.build b/remote/modules/systemd/systemd.build index 027024cf..8f4081e3 100644 --- a/remote/modules/systemd/systemd.build +++ b/remote/modules/systemd/systemd.build @@ -21,7 +21,7 @@ build () { pinfo "Building systemd" cd "${MODULE_DIR}/src/$REQUIRED_VERSION" pinfo "calling configure" - ./configure --disable-manpages --enable-split-usr --sysconfdir="/etc" --enable-gtk-doc-html=no --disable-nls --disable-microhttpd --disable-bootchart --disable-quotacheck --disable-hostnamed --disable-timedated --disable-localed --disable-coredump --disable-keymap --without-python --enable-blkid --enable-acl || perror "configure failed." + ./configure --disable-manpages --enable-split-usr --sysconfdir="/etc" --enable-gtk-doc-html=no --disable-nls --disable-microhttpd --disable-bootchart --disable-quotacheck --disable-hostnamed --disable-timedated --disable-localed --disable-coredump --disable-keymap --without-python --enable-blkid --enable-acl --enable-pam|| perror "configure failed." pinfo "calling make" make || perror "make failed." pinfo "calling make install" -- cgit v1.2.3-55-g7522 From bf735f4076f7703dee868346a76697c968fd4371 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 14 Jun 2013 17:51:12 +0200 Subject: [systemd] add missing pam header --- remote/modules/systemd/systemd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'remote/modules/systemd') diff --git a/remote/modules/systemd/systemd.conf b/remote/modules/systemd/systemd.conf index 2a81a5b9..fbe5cb8b 100644 --- a/remote/modules/systemd/systemd.conf +++ b/remote/modules/systemd/systemd.conf @@ -35,6 +35,7 @@ REQUIRED_INSTALLED_PACKAGES=" xsltproc libblkid-dev libacl1-dev + libpam-dev " REQUIRED_BINARIES=" hostnamectl journalctl -- cgit v1.2.3-55-g7522 From 667c6e8875010f3dbba9ec09ee0c7942ec1facaa Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 20 Jun 2013 13:07:25 +0200 Subject: [systemd] remove missing binaries from config file --- remote/modules/systemd/systemd.conf | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'remote/modules/systemd') diff --git a/remote/modules/systemd/systemd.conf b/remote/modules/systemd/systemd.conf index fbe5cb8b..8a9d0042 100644 --- a/remote/modules/systemd/systemd.conf +++ b/remote/modules/systemd/systemd.conf @@ -37,9 +37,8 @@ REQUIRED_INSTALLED_PACKAGES=" libacl1-dev libpam-dev " -REQUIRED_BINARIES=" hostnamectl +REQUIRED_BINARIES=" journalctl - localectl loginctl systemctl systemd-analyze @@ -47,7 +46,6 @@ REQUIRED_BINARIES=" hostnamectl systemd-cat systemd-cgls systemd-cgtop - systemd-coredumpctl systemd-delta systemd-detect-virt systemd-inhibit @@ -57,23 +55,17 @@ REQUIRED_BINARIES=" hostnamectl systemd-stdio-bridge systemd-tmpfiles systemd-tty-ask-password-agent - timedatectl udevadm systemd systemd-ac-power systemd-binfmt - systemd-bootchart systemd-cgroups-agent - systemd-coredump systemd-fsck - systemd-hostnamed systemd-initctl systemd-journald - systemd-localed systemd-logind systemd-modules-load systemd-multi-seat-x - systemd-quotacheck systemd-random-seed systemd-readahead systemd-remount-fs @@ -82,7 +74,6 @@ REQUIRED_BINARIES=" hostnamectl systemd-shutdownd systemd-sleep systemd-sysctl - systemd-timedated systemd-timestamp systemd-udevd systemd-update-utmp @@ -96,7 +87,6 @@ REQUIRED_BINARIES=" hostnamectl ata_id cdrom_id collect - keymap mtd_probe scsi_id v4l_id" -- cgit v1.2.3-55-g7522