From 7a6195d91109344aadcc116c625947eb73bed88d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 13 Jun 2018 14:11:43 +0200 Subject: [PATCH] Linux-PAM: Update version from 1.2.1 to 1.3.0 Systemd v237 requires at least Linux-PAM 1.3.0. Copy existing file from `/src/mariux/beeroot`. --- Linux-PAM-1.2.1-4.bee => Linux-PAM-1.3.0-0.bee | 1 + 1 file changed, 1 insertion(+) rename Linux-PAM-1.2.1-4.bee => Linux-PAM-1.3.0-0.bee (99%) diff --git a/Linux-PAM-1.2.1-4.bee b/Linux-PAM-1.3.0-0.bee similarity index 99% rename from Linux-PAM-1.2.1-4.bee rename to Linux-PAM-1.3.0-0.bee index 714e3f5b6..07e7cc62b 100755 --- a/Linux-PAM-1.2.1-4.bee +++ b/Linux-PAM-1.3.0-0.bee @@ -39,4 +39,5 @@ mee_install() { for i in ${SYSCONFDIR}/environment ${SYSCONFDIR}/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} ; do mv -v ${D}${i}{,.sample} done + }