From: Stefan Schantl Date: Sun, 19 Jun 2011 11:40:54 +0000 (+0200) Subject: systemd: Move pam file to /lib/security. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a5dfeb8f1647fece9f9e2fe6db99856326303e5;p=ipfire-3.x.git systemd: Move pam file to /lib/security. --- diff --git a/pkgs/systemd/systemd.nm b/pkgs/systemd/systemd.nm index 13001ba24..843845d15 100644 --- a/pkgs/systemd/systemd.nm +++ b/pkgs/systemd/systemd.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = systemd PKG_VER = 28 -PKG_REL = 2 +PKG_REL = 3 PKG_MAINTAINER = Stefan Schantl PKG_GROUPS = System/Base @@ -72,7 +72,7 @@ CONFIGURE_OPTIONS += \ --with-sysvinit-path= \ --with-sysvrcd-path= \ --with-udevrulesdir=/lib/udev/rules.d/ \ - --with-pamlibdir=/etc/pam.d + --with-pamlibdir=/lib/security define STAGE_PREPARE_CMDS cd $(DIR_APP) && ./autogen.sh ac