summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-03-08 22:51:25 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-03-08 22:51:25 +0000
commit64dcaa2d05c9122cfb62e97ccc0cc7b82392099f (patch)
tree9d115ae65c3241633c6d51c916056caab9436f64 /sys-fs
parentwhitespace (diff)
downloadgentoo-2-64dcaa2d05c9122cfb62e97ccc0cc7b82392099f.tar.gz
gentoo-2-64dcaa2d05c9122cfb62e97ccc0cc7b82392099f.tar.bz2
gentoo-2-64dcaa2d05c9122cfb62e97ccc0cc7b82392099f.zip
keepdir rules.d dir in /etc
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog7
-rw-r--r--sys-fs/udev/udev-9999.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index 53811f82698e..88eb31fb61db 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,10 +1,11 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.845 2013/03/08 22:45:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.846 2013/03/08 22:51:25 ssuominen Exp $
08 Mar 2013; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild:
- Stop installing 80-net-name-slot.rules. Pass --without-python to avoid
- dev-python/sphinx.
+ Stop installing /etc/udev/rules.d/80-net-name-slot.rules and keepdir
+ /etc/udev/rules.d to keep the directory in place.
+ Pass --without-python to avoid dev-python/sphinx.
06 Mar 2013; Raúl Porcel <armin76@gentoo.org> udev-197-r8.ebuild:
m68k/s390/sh/sparc stable wrt #457568
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index 9af70f34499e..0d4c889b3609 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.182 2013/03/08 22:45:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.183 2013/03/08 22:51:25 ssuominen Exp $
EAPI=4
@@ -356,6 +356,8 @@ src_install()
dosym /sbin/udevd "$(systemd_get_utildir)"/systemd-udevd
find "${ED}/$(systemd_get_unitdir)" -name '*.service' -exec \
sed -i -e "/ExecStart/s:/lib/systemd:$(systemd_get_utildir):" {} +
+
+ keepdir /etc/udev/rules.d
}
pkg_preinst()