public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/munge: ChangeLog munge-0.5.10-r1.ebuild
@ 2013-01-11 20:05 Justin Bronder (jsbronder)
  0 siblings, 0 replies; only message in thread
From: Justin Bronder (jsbronder) @ 2013-01-11 20:05 UTC (permalink / raw
  To: gentoo-commits

jsbronder    13/01/11 20:05:08

  Modified:             ChangeLog munge-0.5.10-r1.ebuild
  Log:
  Remove /var/run from install image.  #450830.
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)

Revision  Changes    Path
1.13                 sys-auth/munge/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	24 May 2012 05:04:28 -0000	1.12
+++ ChangeLog	11 Jan 2013 20:05:08 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/munge
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.12 2012/05/24 05:04:28 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.13 2013/01/11 20:05:08 jsbronder Exp $
+
+  11 Jan 2013; Justin Bronder <jsbronder@gentoo.org> munge-0.5.10-r1.ebuild:
+  Remove /var/run from install image. #450830.
 
   24 May 2012; Mike Frysinger <vapier@gentoo.org> munge-0.5.10-r1.ebuild:
   Inherit user for enewuser/etc... rather than eutils.



1.3                  sys-auth/munge/munge-0.5.10-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/munge-0.5.10-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/munge-0.5.10-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/munge-0.5.10-r1.ebuild?r1=1.2&r2=1.3

Index: munge-0.5.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- munge-0.5.10-r1.ebuild	24 May 2012 05:04:28 -0000	1.2
+++ munge-0.5.10-r1.ebuild	11 Jan 2013 20:05:08 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10-r1.ebuild,v 1.2 2012/05/24 05:04:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10-r1.ebuild,v 1.3 2013/01/11 20:05:08 jsbronder Exp $
 
 EAPI=4
 inherit user
@@ -40,6 +40,12 @@
 
 src_install() {
 	emake DESTDIR="${D}" install || die
+
+	# 450830
+	if [ -d "${D}"/var/run ]; then
+		rm -rf "${D}"/var/run || die
+	fi
+
 	diropts -o munge -g munge -m700
 	dodir /etc/munge || die
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-11 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 20:05 [gentoo-commits] gentoo-x86 commit in sys-auth/munge: ChangeLog munge-0.5.10-r1.ebuild Justin Bronder (jsbronder)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox