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 | 259fba9d04b7f41ea26f4be4368fed4c3895279a (patch) | |
tree | 330e9fcd98f536ebbaf8283715206ee01e129a5d /net-misc/openntpd | |
parent | gcc4 patch (diff) | |
download | gentoo-2-259fba9d04b7f41ea26f4be4368fed4c3895279a.tar.gz gentoo-2-259fba9d04b7f41ea26f4be4368fed4c3895279a.tar.bz2 gentoo-2-259fba9d04b7f41ea26f4be4368fed4c3895279a.zip |
old
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/openntpd')
-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 |
3 files changed, 0 insertions, 73 deletions
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 -} |