From: Mike Frysinger Date: Mon, 13 Mar 2017 04:49:54 +0000 (-0700) Subject: sys-devel/distcc: drop keepdir /var/run #451432 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d55acc35cb51564896cb18a6e37fa3907a25ca67;p=gentoo.git sys-devel/distcc: drop keepdir /var/run #451432 Since /var/run and /run are mounted as tmpfs at boot, trying to install or keepdir them from ebuilds doesn't make sense and it doesn't work. Drop the code. --- diff --git a/sys-devel/distcc/distcc-3.1-r10.ebuild b/sys-devel/distcc/distcc-3.1-r10.ebuild index b43b394c87f1..0aea024a0e79 100644 --- a/sys-devel/distcc/distcc-3.1-r10.ebuild +++ b/sys-devel/distcc/distcc-3.1-r10.ebuild @@ -113,10 +113,6 @@ src_install() { fi done - # create the distccd pid directory - keepdir /var/run/distccd - fowners distcc:daemon /var/run/distccd - if use gtk; then einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui" einfo "This is to have a little sensability in naming schemes between distccmon programs" diff --git a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild index 320d9ccb712a..50e6f3328266 100644 --- a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild +++ b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild @@ -136,10 +136,6 @@ src_install() { dobin "${T}/distcc-config" || die - # create the distccd pid directory - keepdir /var/run/distccd || die - fowners distcc:daemon /var/run/distccd || die - if use gnome || use gtk; then einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui" einfo "This is to have a little sensability in naming schemes between distccmon programs"