summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-05-19 11:02:53 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-05-19 11:02:53 +0000
commit66f070c634765a3465378c0eed6e99483e98d434 (patch)
tree707d8b63e70e0e55aaf807f30fe044a64eb35bed /net-misc/dhcpcd
parentInitial import of Nokia's xmlpatch suite. (diff)
downloadgentoo-2-66f070c634765a3465378c0eed6e99483e98d434.tar.gz
gentoo-2-66f070c634765a3465378c0eed6e99483e98d434.tar.bz2
gentoo-2-66f070c634765a3465378c0eed6e99483e98d434.zip
Add keepdir /var/lib/dhcpcd, per Uberlord's request
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/ChangeLog5
-rw-r--r--net-misc/dhcpcd/dhcpcd-4.0.0_beta3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index 29537096e1ce..7fef83ec7ae9 100644
--- a/net-misc/dhcpcd/ChangeLog
+++ b/net-misc/dhcpcd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/dhcpcd
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.190 2008/05/19 09:40:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.191 2008/05/19 11:02:53 armin76 Exp $
+
+ 19 May 2008; Raúl Porcel <armin76@gentoo.org> dhcpcd-4.0.0_beta3.ebuild:
+ Add keepdir /var/lib/dhcpcd, per Uberlord's request
*dhcpcd-4.0.0_beta3 (19 May 2008)
diff --git a/net-misc/dhcpcd/dhcpcd-4.0.0_beta3.ebuild b/net-misc/dhcpcd/dhcpcd-4.0.0_beta3.ebuild
index aeca5b0a34bf..bc3a3222d4ad 100644
--- a/net-misc/dhcpcd/dhcpcd-4.0.0_beta3.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-4.0.0_beta3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.0_beta3.ebuild,v 1.1 2008/05/19 09:40:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.0_beta3.ebuild,v 1.2 2008/05/19 11:02:53 armin76 Exp $
EAPI=1
@@ -59,6 +59,8 @@ src_install() {
doins hook-samples/ntp.sh
# The sample ypbind script only works with linux
use elibc_glibc && doins hook-samples/ypbind.sh
+
+ keepdir /var/lib/dhcpcd
}
pkg_postinst() {