diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2014-12-16 03:33:43 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2014-12-16 03:33:43 +0000 |
commit | 6309cf0f524961f56485c8f053568705204fea1a (patch) | |
tree | 836ae419135f345c464835c4570e857747e7b852 /sys-cluster/torque/torque-2.5.13.ebuild | |
parent | Version bump to 1.5.0. (diff) | |
download | gentoo-2-6309cf0f524961f56485c8f053568705204fea1a.tar.gz gentoo-2-6309cf0f524961f56485c8f053568705204fea1a.tar.bz2 gentoo-2-6309cf0f524961f56485c8f053568705204fea1a.zip |
Default to munge library authentication over exec, fixes #532430
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)
Diffstat (limited to 'sys-cluster/torque/torque-2.5.13.ebuild')
-rw-r--r-- | sys-cluster/torque/torque-2.5.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/torque/torque-2.5.13.ebuild b/sys-cluster/torque/torque-2.5.13.ebuild index dbcff5007bf0..595e8bd23bc0 100644 --- a/sys-cluster/torque/torque-2.5.13.ebuild +++ b/sys-cluster/torque/torque-2.5.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 1.1 2014/06/19 19:55:00 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 1.2 2014/12/16 03:33:43 jsbronder Exp $ EAPI=4 @@ -101,7 +101,7 @@ src_configure() { $(use_enable drmaa) $(use_enable threads high-availability) $(use_enable xml server-xml) - $(use_enable munge munge-auth) + $(use_enable munge munge-library) --with-server-home=${PBS_SERVER_HOME} --with-environ=/etc/pbs_environment --with-default-server=${PBS_SERVER_NAME} |