diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-19 11:02:53 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-19 11:02:53 +0000 |
commit | 66f070c634765a3465378c0eed6e99483e98d434 (patch) | |
tree | 707d8b63e70e0e55aaf807f30fe044a64eb35bed /net-misc/dhcpcd | |
parent | Initial import of Nokia's xmlpatch suite. (diff) | |
download | gentoo-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/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-4.0.0_beta3.ebuild | 4 |
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() { |