diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-06-09 15:21:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-06-09 15:21:01 +0000 |
commit | 6ed902bdd90346d7a8d597d7b2d2a969dd6f7873 (patch) | |
tree | 64750de22094b7c6564e02998a661fbeb4ef743c /net-misc/chrony | |
parent | Remove old version. (diff) | |
download | gentoo-2-6ed902bdd90346d7a8d597d7b2d2a969dd6f7873.tar.gz gentoo-2-6ed902bdd90346d7a8d597d7b2d2a969dd6f7873.tar.bz2 gentoo-2-6ed902bdd90346d7a8d597d7b2d2a969dd6f7873.zip |
Users can find the documentation directory on their own, and prevent having to ack the init.d script on every update.
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.25-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog index 47efe270a947..6db76e61477d 100644 --- a/net-misc/chrony/ChangeLog +++ b/net-misc/chrony/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/chrony # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.72 2011/06/08 09:39:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.73 2011/06/09 15:21:01 jer Exp $ + + 09 Jun 2011; Jeroen Roovers <jer@gentoo.org> chrony-1.25-r1.ebuild: + Users can find the documentation directory on their own, and prevent having + to ack the init.d script on every update. 08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> chrony-1.25.ebuild: Stable on amd64 wrt bug #370485 diff --git a/net-misc/chrony/chrony-1.25-r1.ebuild b/net-misc/chrony/chrony-1.25-r1.ebuild index d2bdcf4461c7..464263738c64 100644 --- a/net-misc/chrony/chrony-1.25-r1.ebuild +++ b/net-misc/chrony/chrony-1.25-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.25-r1.ebuild,v 1.1 2011/06/07 16:44:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.25-r1.ebuild,v 1.2 2011/06/09 15:21:01 jer Exp $ EAPI=2 @@ -55,8 +55,6 @@ src_install() { doinfo chrony.info* || die newinitd "${FILESDIR}"/chronyd.rc chronyd || die - dosed "s:the documentation directory:/usr/share/doc/${PF}/:" \ - /etc/init.d/chronyd || die "doc sed failed" newconfd "${FILESDIR}"/chronyd.conf chronyd || die keepdir /var/{lib,log}/chrony /etc/chrony |