diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-21 04:03:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-21 04:03:18 +0000 |
commit | d2cc46fce3973b33a017c60f8b8481924a326fef (patch) | |
tree | dbc0016501a6a74bb4fc828ff1c0b083ed815baa /net-misc/openntpd | |
parent | Stable on sparc. (diff) | |
download | historical-d2cc46fce3973b33a017c60f8b8481924a326fef.tar.gz historical-d2cc46fce3973b33a017c60f8b8481924a326fef.tar.bz2 historical-d2cc46fce3973b33a017c60f8b8481924a326fef.zip |
block ntp #60969
Diffstat (limited to 'net-misc/openntpd')
-rw-r--r-- | net-misc/openntpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/openntpd/Manifest | 12 | ||||
-rw-r--r-- | net-misc/openntpd/openntpd-20040719p.ebuild | 9 |
3 files changed, 15 insertions, 11 deletions
diff --git a/net-misc/openntpd/ChangeLog b/net-misc/openntpd/ChangeLog index 6de7841ee972..cfcd25da1893 100644 --- a/net-misc/openntpd/ChangeLog +++ b/net-misc/openntpd/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2004/07/21 18:33:46 dholm Exp $ +# $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. 21 Jul 2004; David Holm <dholm@gentoo.org> openntpd-20040719p.ebuild: Added to ~ppc. diff --git a/net-misc/openntpd/Manifest b/net-misc/openntpd/Manifest index da877596a9e6..cb328d8d1e42 100644 --- a/net-misc/openntpd/Manifest +++ b/net-misc/openntpd/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 09edd3a39037ed246290d57f41a10ea3 ChangeLog 453 -MD5 1c84cc8982ef8e7f420ee3f5cb657052 openntpd-20040719p.ebuild 865 +MD5 61271a443807e631c69fe93bbc1dbf52 ChangeLog 603 +MD5 bec78e76fbfd487167585431854e0999 openntpd-20040719p.ebuild 873 MD5 884500fac6f116fe62dda8c2ba097934 files/digest-openntpd-20040719p 70 MD5 8b65325b548a4ed8aa8662b5c7c993a4 files/openntpd.rc 915 MD5 b93fd6f96d2cf25cb967393fc1502784 files/openntpd.conf.d 243 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) +Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBAfSgHTu7gpaalycRAgthAKC7iDClen6Psf9yfeciiJ8x1c+ZjgCfeze/ -RFsPVnFnmA6FXdkf6WudCXQ= -=tCN7 +iD8DBQFBJsn3HTu7gpaalycRAqfqAJ0dbPzRdaNeg+50HJQHTBIUn0CLqwCfX5kI +lucTdc5MgYHRZjrBwB5/dL8= +=ANYO -----END PGP SIGNATURE----- diff --git a/net-misc/openntpd/openntpd-20040719p.ebuild b/net-misc/openntpd/openntpd-20040719p.ebuild index 1a4821ed0809..3f587383682f 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.2 2004/07/21 18:33:46 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20040719p.ebuild,v 1.3 2004/08/21 04:03:18 vapier Exp $ inherit eutils flag-o-matic @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="virtual/libc" +DEPEND="virtual/libc + !net-misc/ntp" src_unpack() { unpack ${A} @@ -31,7 +32,7 @@ src_install() { dodoc ChangeLog CREDITS README exeinto /etc/init.d - newexe ${FILESDIR}/openntpd.rc openntpd + newexe ${FILESDIR}/openntpd.rc ntpd insinto /etc/conf.d - newins ${FILESDIR}/openntpd.conf.d openntpd + newins ${FILESDIR}/openntpd.conf.d ntpd } |