From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3CA49138827 for ; Thu, 23 Oct 2014 10:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4C38E07D7; Thu, 23 Oct 2014 10:23:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30741E07D7 for ; Thu, 23 Oct 2014 10:23:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6B3134041D for ; Thu, 23 Oct 2014 10:23:42 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 9CF0E887E; Thu, 23 Oct 2014 10:23:41 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/xrdp: xrdp-0.8.0.ebuild xrdp-0.6.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xrdp-0.8.0.ebuild xrdp-0.6.1.ebuild ChangeLog X-VCS-Directories: net-misc/xrdp X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141023102341.9CF0E887E@oystercatcher.gentoo.org> Date: Thu, 23 Oct 2014 10:23:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 270a4380-2530-4dce-a948-c4c27e963333 X-Archives-Hash: 163e0799ce027332b669d3128ca306d9 mgorny 14/10/23 10:23:41 Modified: xrdp-0.8.0.ebuild xrdp-0.6.1.ebuild ChangeLog Log: Fix install paths in init.d. Set proper --localstatedir. Both reported by Jan Psota. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.2 net-misc/xrdp/xrdp-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/xrdp-0.8.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/xrdp-0.8.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/xrdp-0.8.0.ebuild?r1=1.1&r2=1.2 Index: xrdp-0.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/xrdp/xrdp-0.8.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xrdp-0.8.0.ebuild 23 Oct 2014 08:19:10 -0000 1.1 +++ xrdp-0.8.0.ebuild 23 Oct 2014 10:23:41 -0000 1.2 @@ -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/net-misc/xrdp/xrdp-0.8.0.ebuild,v 1.1 2014/10/23 08:19:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xrdp/xrdp-0.8.0.ebuild,v 1.2 2014/10/23 10:23:41 mgorny Exp $ EAPI=5 @@ -59,7 +59,9 @@ && ewarn "Both kerberos & pam auth enabled, kerberos will take precedence." local myconf=( - # configure.ac is completed flawed + # warning: configure.ac is completed flawed + + --localstatedir="${EPREFIX}"/var # -- authentication backends -- # kerberos is inside !SESMAN_NOPAM conditional for no reason 1.2 net-misc/xrdp/xrdp-0.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/xrdp-0.6.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/xrdp-0.6.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/xrdp-0.6.1.ebuild?r1=1.1&r2=1.2 Index: xrdp-0.6.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/xrdp/xrdp-0.6.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xrdp-0.6.1.ebuild 23 Oct 2014 08:19:10 -0000 1.1 +++ xrdp-0.6.1.ebuild 23 Oct 2014 10:23:41 -0000 1.2 @@ -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/net-misc/xrdp/xrdp-0.6.1.ebuild,v 1.1 2014/10/23 08:19:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xrdp/xrdp-0.6.1.ebuild,v 1.2 2014/10/23 10:23:41 mgorny Exp $ EAPI=5 @@ -41,7 +41,9 @@ && ewarn "Both kerberos & pam auth enabled, kerberos will take precedence." local myconf=( - # configure.ac is completed flawed + # warning: configure.ac is completed flawed + + --localstatedir="${EPREFIX}"/var # -- authentication backends -- # kerberos is inside !SESMAN_NOPAM conditional for no reason 1.10 net-misc/xrdp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/xrdp/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/xrdp/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 23 Oct 2014 08:19:10 -0000 1.9 +++ ChangeLog 23 Oct 2014 10:23:41 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/xrdp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/xrdp/ChangeLog,v 1.9 2014/10/23 08:19:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xrdp/ChangeLog,v 1.10 2014/10/23 10:23:41 mgorny Exp $ + + 23 Oct 2014; Michał Górny files/xrdp-initd, + xrdp-0.6.1.ebuild, xrdp-0.8.0.ebuild: + Fix install paths in init.d. Set proper --localstatedir. Both reported by Jan + Psota. *xrdp-0.8.0 (23 Oct 2014) *xrdp-0.6.1 (23 Oct 2014)