jack: added a pam_limit(8) file as suggested by davehome.

This commit is contained in:
Juan RP 2011-10-22 08:10:06 +02:00
parent e28f402aa3
commit 9d198e47ac
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,2 @@
@audio - rtprio 99
@audio - memlock unlimited

View File

@ -1,7 +1,7 @@
# Template file for 'jack'
pkgname=jack
version=1.9.7
revision=1
revision=2
homepage="http://jackaudio.org/"
distfiles="http://www.grame.fr/~letz/${pkgname}-${version}.tar.bz2"
build_style=custom-install
@ -65,5 +65,8 @@ do_build()
do_install()
{
./waf install --destdir=${DESTDIR}
# pam_limits(8) support
vinstall ${FILESDIR}/jack-limitsd.conf \
644 etc/security/limits.d jack.conf
}