qingy: remove obsolete pam_console.so from /etc/pam.d/qingy
This commit is contained in:
parent
92666c4a6b
commit
33f0740690
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qingy'
|
# Template file for 'qingy'
|
||||||
pkgname="qingy"
|
pkgname="qingy"
|
||||||
version="1.0.0"
|
version="1.0.0"
|
||||||
revision=3
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel openssl-devel"
|
makedepends="ncurses-devel openssl-devel"
|
||||||
configure_args="--disable-static --disable-DirectFB-support"
|
configure_args="--disable-static --disable-DirectFB-support"
|
||||||
|
@ -40,4 +40,5 @@ fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/qingy@.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/qingy@.service 644 usr/lib/systemd/system
|
||||||
|
sed -i '/pam_console/d' ${DESTDIR}/etc/pam.d/qingy
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue