summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/openntpd/openntpd-20040719p.ebuild')
-rw-r--r--net-misc/openntpd/openntpd-20040719p.ebuild9
1 files changed, 4 insertions, 5 deletions
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
}