diff options
-rw-r--r-- | net-misc/openntpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/openntpd/openntpd-20040719p.ebuild | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/net-misc/openntpd/ChangeLog b/net-misc/openntpd/ChangeLog index cfcd25da1893..f373352df029 100644 --- a/net-misc/openntpd/ChangeLog +++ b/net-misc/openntpd/ChangeLog @@ -1,9 +1,6 @@ # ChangeLog for net-misc/openntpd # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.3 2004/08/21 04:03:18 vapier Exp $ - - 21 Aug 2004; Mike Frysinger <vapier@gentoo.org> openntpd-20040719p.ebuild: - Have the init scripts install as ntpd and block net-misc/ntp #60969. +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.4 2004/08/21 04:13:29 vapier Exp $ 21 Jul 2004; David Holm <dholm@gentoo.org> openntpd-20040719p.ebuild: Added to ~ppc. diff --git a/net-misc/openntpd/openntpd-20040719p.ebuild b/net-misc/openntpd/openntpd-20040719p.ebuild index 3f587383682f..aeee95454f5c 100644 --- a/net-misc/openntpd/openntpd-20040719p.ebuild +++ b/net-misc/openntpd/openntpd-20040719p.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20040719p.ebuild,v 1.3 2004/08/21 04:03:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20040719p.ebuild,v 1.4 2004/08/21 04:13:29 vapier Exp $ inherit eutils flag-o-matic @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="virtual/libc - !net-misc/ntp" +DEPEND="virtual/libc" src_unpack() { unpack ${A} @@ -32,7 +31,7 @@ src_install() { dodoc ChangeLog CREDITS README exeinto /etc/init.d - newexe ${FILESDIR}/openntpd.rc ntpd + newexe ${FILESDIR}/openntpd.rc openntpd insinto /etc/conf.d - newins ${FILESDIR}/openntpd.conf.d ntpd + newins ${FILESDIR}/openntpd.conf.d openntpd } |