diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-11-14 15:35:28 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-11-14 15:35:28 +0000 |
commit | c04dc91c17fb229f4440640af15fb8ca2b4f14c1 (patch) | |
tree | 4dc541bd7a0605cefa7e357b4d1894a14d2fa7e3 /x11-apps/xdm | |
parent | Initial addition. (diff) | |
download | gentoo-2-c04dc91c17fb229f4440640af15fb8ca2b4f14c1.tar.gz gentoo-2-c04dc91c17fb229f4440640af15fb8ca2b4f14c1.tar.bz2 gentoo-2-c04dc91c17fb229f4440640af15fb8ca2b4f14c1.zip |
x11-apps/xdm: create the directory where authfiles will be stored (see bug #286350)
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xdm')
-rw-r--r-- | x11-apps/xdm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xdm/xdm-1.1.9.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-apps/xdm/ChangeLog b/x11-apps/xdm/ChangeLog index 71f2e3bf0cc9..f146b62042cf 100644 --- a/x11-apps/xdm/ChangeLog +++ b/x11-apps/xdm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xdm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.104 2009/10/26 22:15:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.105 2009/11/14 15:35:28 remi Exp $ + + 14 Nov 2009; Rémi Cardona <remi@gentoo.org> xdm-1.1.9.ebuild: + create the directory where authfiles will be stored (see bug #286350) 26 Oct 2009; Jeroen Roovers <jer@gentoo.org> xdm-1.1.9.ebuild: Stable for HPPA (bug #282290). diff --git a/x11-apps/xdm/xdm-1.1.9.ebuild b/x11-apps/xdm/xdm-1.1.9.ebuild index c9cef4e55dcb..53f99996496d 100644 --- a/x11-apps/xdm/xdm-1.1.9.ebuild +++ b/x11-apps/xdm/xdm-1.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.9.ebuild,v 1.6 2009/10/26 22:15:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.9.ebuild,v 1.7 2009/11/14 15:35:28 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -42,6 +42,8 @@ src_install() { exeinto /usr/$(get_libdir)/X11/xdm doexe "${FILESDIR}"/Xsession newpamd "${FILESDIR}"/xdm.pamd xdm + # Keep /var/lib/xdm. This is where authfiles are stored. See #286350. + keepdir /var/lib/xdm } pkg_preinst() { |