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 38AFD13877A for ; Tue, 24 Jun 2014 22:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F377E08F1; Tue, 24 Jun 2014 22:54:19 +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 DA66FE08F1 for ; Tue, 24 Jun 2014 22:54:18 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F18DC33FECE for ; Tue, 24 Jun 2014 22:54:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 398202004E; Tue, 24 Jun 2014 22:54:16 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-fs/nfs-utils: nfs-utils-1.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nfs-utils-1.3.0.ebuild ChangeLog X-VCS-Directories: net-fs/nfs-utils X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140624225416.398202004E@flycatcher.gentoo.org> Date: Tue, 24 Jun 2014 22:54:16 +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: 929b92c0-f275-485d-a2ce-c1cf7ba8f0a3 X-Archives-Hash: 011d14649225cc0b08c2d616e0d03715 vapier 14/06/24 22:54:16 Modified: nfs-utils-1.3.0.ebuild ChangeLog Log: Hack up the systemd scripts a bit more #514372 by Juergen Rose. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision Changes Path 1.2 net-fs/nfs-utils/nfs-utils-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.3.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.3.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.3.0.ebuild?r1=1.1&r2=1.2 Index: nfs-utils-1.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.3.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nfs-utils-1.3.0.ebuild 20 Jun 2014 06:24:27 -0000 1.1 +++ nfs-utils-1.3.0.ebuild 24 Jun 2014 22:54:16 -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-fs/nfs-utils/nfs-utils-1.3.0.ebuild,v 1.1 2014/06/20 06:24:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.3.0.ebuild,v 1.2 2014/06/24 22:54:16 vapier Exp $ EAPI="4" @@ -134,8 +134,11 @@ if ! use nfsv4 || ! use kerberos ; then rm "${D}$(systemd_get_unitdir)"/rpc-{gssd,svcgssd}.service || die fi - sed -i \ + rm "${D}$(systemd_get_unitdir)"/nfs-config.service || die + sed -i -r \ -e "/^EnvironmentFile=/s:=.*:=${EPREFIX}/etc/conf.d/nfs:" \ + -e '/^(After|Wants)=nfs-config.service$/d' \ + -e 's:/usr/sbin/rpc.statd:/sbin/rpc.statd:' \ "${D}$(systemd_get_unitdir)"/* || die } 1.248 net-fs/nfs-utils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/ChangeLog?rev=1.248&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/ChangeLog?rev=1.248&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/ChangeLog?r1=1.247&r2=1.248 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/ChangeLog,v retrieving revision 1.247 retrieving revision 1.248 diff -u -r1.247 -r1.248 --- ChangeLog 20 Jun 2014 06:24:27 -0000 1.247 +++ ChangeLog 24 Jun 2014 22:54:16 -0000 1.248 @@ -1,6 +1,9 @@ # ChangeLog for net-fs/nfs-utils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/ChangeLog,v 1.247 2014/06/20 06:24:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/ChangeLog,v 1.248 2014/06/24 22:54:16 vapier Exp $ + + 24 Jun 2014; Mike Frysinger nfs-utils-1.3.0.ebuild: + Hack up the systemd scripts a bit more #514372 by Juergen Rose. *nfs-utils-1.3.0 (20 Jun 2014)