summaryrefslogtreecommitdiffstats
path: root/meta/packages/pam/libpam_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pam/libpam_1.1.1.bb')
-rw-r--r--meta/packages/pam/libpam_1.1.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/pam/libpam_1.1.1.bb b/meta/packages/pam/libpam_1.1.1.bb
index 12c4172272..536a0f5ce9 100644
--- a/meta/packages/pam/libpam_1.1.1.bb
+++ b/meta/packages/pam/libpam_1.1.1.bb
@@ -5,7 +5,7 @@ BUGTRACKER = "http://sourceforge.net/projects/pam/support"
5# /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time 5# /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time
6# libpam-runtime-1.0.1 is GPLv2+), by openembedded 6# libpam-runtime-1.0.1 is GPLv2+), by openembedded
7LICENSE = "GPLv2+ | BSD" 7LICENSE = "GPLv2+ | BSD"
8PR = "r0" 8PR = "r1"
9 9
10DEPENDS = "bison flex" 10DEPENDS = "bison flex"
11RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix" 11RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix"
@@ -71,7 +71,3 @@ do_install() {
71 install -d ${D}${sysconfdir}/pam.d/ 71 install -d ${D}${sysconfdir}/pam.d/
72 install -m 0644 ${WORKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/ 72 install -m 0644 ${WORKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/
73} 73}
74
75pkg_postinst_${PN} () {
76 /etc/init.d/populate-volatile.sh update
77}