diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-09 23:54:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-09 23:54:53 +0000 |
commit | a263622d8627260336bd76dcf1f195ca97831b66 (patch) | |
tree | 323aecf1ecd60b4a08be20d0a9e2be88acbf8ae5 /net-misc/openntpd | |
parent | gcc4 patch (diff) | |
download | historical-a263622d8627260336bd76dcf1f195ca97831b66.tar.gz historical-a263622d8627260336bd76dcf1f195ca97831b66.tar.bz2 historical-a263622d8627260336bd76dcf1f195ca97831b66.zip |
old
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-misc/openntpd')
-rw-r--r-- | net-misc/openntpd/Manifest | 3 | ||||
-rw-r--r-- | net-misc/openntpd/files/3.6_p1-ntpd.8.patch | 23 | ||||
-rw-r--r-- | net-misc/openntpd/files/digest-openntpd-3.6_p1 | 1 | ||||
-rw-r--r-- | net-misc/openntpd/openntpd-3.6_p1.ebuild | 49 |
4 files changed, 0 insertions, 76 deletions
diff --git a/net-misc/openntpd/Manifest b/net-misc/openntpd/Manifest index 76d37617c8ca..1104dadd4461 100644 --- a/net-misc/openntpd/Manifest +++ b/net-misc/openntpd/Manifest @@ -1,10 +1,7 @@ MD5 f690ce97eabbf951b99d32104c2ee8a5 ChangeLog 2164 -MD5 fb834418e2dfaac5b9e4a4f6c6740d04 openntpd-3.6_p1.ebuild 1171 MD5 e11b0b3e6379037b0859de51ab24db6a openntpd-3.6.1_p1-r1.ebuild 1210 -MD5 b1e008f7e477784dded26817d225dd1c files/3.6_p1-ntpd.8.patch 507 MD5 31c9feba04713eebbe16cd1979fca83d files/openntpd.rc 918 MD5 9cb3424ed5b3f20a231d581b78629afb files/openntpd.conf.d 257 -MD5 ccc41a09c3fd03e626921199700f9a7e files/digest-openntpd-3.6_p1 66 MD5 71e8d0be6ce1e3324576b9ddce02c74e files/3.6.1_p1-ntpd.8.patch 664 MD5 8ff46ca71725c4c9ccbdaed5ecbd8ea3 files/3.6.1_p1-pollerr.patch 1218 MD5 ab87a8b0466a0c1c687eb7648b7f8754 files/digest-openntpd-3.6.1_p1-r1 68 diff --git a/net-misc/openntpd/files/3.6_p1-ntpd.8.patch b/net-misc/openntpd/files/3.6_p1-ntpd.8.patch deleted file mode 100644 index a2cf31e0330d..000000000000 --- a/net-misc/openntpd/files/3.6_p1-ntpd.8.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- ntpd.8~ 2004-07-15 12:16:28.000000000 +0200 -+++ ntpd.8 2004-11-02 20:15:54.350917496 +0100 -@@ -37,20 +37,6 @@ - and the Network Time Protocol version 3, - as described in RFC 1305. - .Pp --.Nm --is usually started at boot time, and can be enabled by --setting the following in --.Pa /etc/rc.conf.local : --.Pp --.Dl ntpd_flags=\&"\&" --.Pp --See --.Xr rc 8 --and --.Xr rc.conf 8 --for more information on the boot process --and enabling daemons. --.Pp - When - .Nm - starts up, it reads settings from a configuration file, diff --git a/net-misc/openntpd/files/digest-openntpd-3.6_p1 b/net-misc/openntpd/files/digest-openntpd-3.6_p1 deleted file mode 100644 index f0c28fe451ba..000000000000 --- a/net-misc/openntpd/files/digest-openntpd-3.6_p1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ba69427e83a9a8080410261af116cdbe openntpd-3.6p1.tar.gz 114924 diff --git a/net-misc/openntpd/openntpd-3.6_p1.ebuild b/net-misc/openntpd/openntpd-3.6_p1.ebuild deleted file mode 100644 index 91070dcaf5bf..000000000000 --- a/net-misc/openntpd/openntpd-3.6_p1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.6_p1.ebuild,v 1.10 2005/01/22 17:37:26 kaiowas Exp $ - -inherit eutils - -MY_P=${P/_/} -DESCRIPTION="Lightweight NTP server ported from OpenBSD" -HOMEPAGE="http://www.openntpd.org/" -SRC_URI="mirror://openbsd/OpenNTPD/portable/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" -IUSE="ssl selinux" - -RDEPEND="virtual/libc - ssl? ( dev-libs/openssl ) - selinux? ( sec-policy/selinux-ntp ) - !<=net-misc/ntp-4.2.0-r2" -DEPEND="${RDEPEND} - >=sys-apps/portage-2.0.51" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - enewgroup ntp 123 - enewuser ntp 123 /bin/false /var/empty ntp -} - -src_unpack() { - unpack ${A} - cd ${S} - sed -i '/NTPD_USER/s:_ntp:ntp:' ntpd.h || die - epatch ${FILESDIR}/${PV}-ntpd.8.patch -} - -src_compile() { - econf $(use_with !ssl builtin-arc4random) || die - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc ChangeLog CREDITS README - - newinitd ${FILESDIR}/openntpd.rc ntpd - newconfd ${FILESDIR}/openntpd.conf.d ntpd -} |