logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: ed2cccfb9623aecb576ac0dc638aa5874517abec
parent cc6098c688ed98409b08ce7cdbe11df105dc1b71
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 22 Jun 2021 10:40:42 +0200

net-misc/openntpd: Superseeded by gentoo

Diffstat:

Dnet-misc/openntpd/Manifest1-
Dnet-misc/openntpd/files/openntpd.conf.d-20080406-r67-------
Dnet-misc/openntpd/files/openntpd.init.d-20080406-r615---------------
Dnet-misc/openntpd/metadata.xml22----------------------
Dnet-misc/openntpd/openntpd-6.0_p1.ebuild84-------------------------------------------------------------------------------
5 files changed, 0 insertions(+), 129 deletions(-)

diff --git a/net-misc/openntpd/Manifest b/net-misc/openntpd/Manifest @@ -1 +0,0 @@ -DIST openntpd-6.0p1.tar.gz 432696 SHA256 b1ab80094788912adb12b33cb1f251cc58db39294c1b5c6376972f5f7ba577e8 SHA512 a71c516dbe7596cbcb3a385112a59a82185b7e3d93a52eda695cea5a0a599ba7fbf58daa81da55d608255cb6950398123fa7d71663604a4c3bcbee949711296d WHIRLPOOL 75b82a07920eb7c3825a37725a81615871b728e9543ec43cb20c9e61a64f523293aa7e1fbbb92ebb8d6417d13f377213ffbcba1c77c7b3c68b64e26e30222a0b diff --git a/net-misc/openntpd/files/openntpd.conf.d-20080406-r6 b/net-misc/openntpd/files/openntpd.conf.d-20080406-r6 @@ -1,7 +0,0 @@ -# /etc/conf.d/ntpd: config file for openntpd's ntpd - -# See ntpd(8) man page ... some popular options: -# -s Set the time immediately at startup -# (Note: may cause up to a 15 second startup delay -# if ntp servers not reachable) -NTPD_OPTS="" diff --git a/net-misc/openntpd/files/openntpd.init.d-20080406-r6 b/net-misc/openntpd/files/openntpd.init.d-20080406-r6 @@ -1,15 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -name="OpenNTPD" -command="/usr/sbin/ntpd" -pidfile="/run/ntpd.pid" -command_args="-p ${pidfile} ${NTPD_OPTS}" - -depend() { - need net - after ntp-client - use dns logger -} diff --git a/net-misc/openntpd/metadata.xml b/net-misc/openntpd/metadata.xml @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>henson@acm.org</email> - <name>Paul B. Henson</name> - </maintainer> - <maintainer type="person"> - <email>ottxor@gentoo.org</email> - <name>Christoph Junghans (proxy)</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription lang="en"> - OpenNTPD is a FREE, easy to use implementation of the Network Time - Protocol. It provides the ability to sync the local clock to remote - NTP servers and can act as NTP server itself, redistributing the - local clock. - </longdescription> -</pkgmetadata> diff --git a/net-misc/openntpd/openntpd-6.0_p1.ebuild b/net-misc/openntpd/openntpd-6.0_p1.ebuild @@ -1,84 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils user - -MY_P="${P/_p/p}" -DESCRIPTION="Lightweight NTP server ported from OpenBSD" -HOMEPAGE="http://www.openntpd.org/" -SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="selinux" - -DEPEND="!<=net-misc/ntp-4.2.0-r2 - !net-misc/ntp[-openntpd]" -RDEPEND="${DEPEND} - selinux? ( sec-policy/selinux-ntp )" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - export NTP_HOME="${NTP_HOME:=/var/lib/openntpd/chroot}" - enewgroup ntp - enewuser ntp -1 -1 "${NTP_HOME}" ntp - - # make sure user has correct HOME as flipping between the standard ntp pkg - # and this one was possible in the past - if [[ $(egethome ntp) != ${NTP_HOME} ]]; then - ewarn "From this version on, the homedir of the ntp user cannot be changed" - ewarn "dynamically after the installation. For homedir different from" - ewarn "/var/lib/openntpd/chroot set NTP_HOME in your make.conf and re-emerge." - esethome ntp "${NTP_HOME}" - fi -} - -src_prepare() { - # fix /run path - sed -i 's:/var/run/ntpd:/run/ntpd:g' src/ntpctl.8 src/ntpd.8 || die - sed -i 's:LOCALSTATEDIR "/run/ntpd:"/run/ntpd:' src/ntpd.h || die - # fix ntpd.drift path - sed -i 's:/var/db/ntpd.drift:/var/lib/openntpd/ntpd.drift:g' src/ntpd.8 || die - sed -i 's:"/db/ntpd.drift":"/openntpd/ntpd.drift":' src/ntpd.h || die - # fix default config to use gentoo pool - sed -i 's:servers pool.ntp.org:#servers pool.ntp.org:' ntpd.conf || die - printf "\n# Choose servers announced from Gentoo NTP Pool\nservers 0.gentoo.pool.ntp.org\nservers 1.gentoo.pool.ntp.org\nservers 2.gentoo.pool.ntp.org\nservers 3.gentoo.pool.ntp.org\n" >> ntpd.conf || die -} - -src_configure() { - econf --with-privsep-user=ntp --with-privsep-path=${NTP_HOME} -} - -src_install() { - default - rm -r "${ED}"/var - - newinitd "${FILESDIR}/${PN}.init.d-20080406-r6" ntpd - newconfd "${FILESDIR}/${PN}.conf.d-20080406-r6" ntpd -} - -pkg_postinst() { - # Clean up chroot localtime copy from older versions - if [ -d "${EROOT%/}${NTP_HOME}"/etc ] ; then - if [ -f "${EROOT%/}${NTP_HOME}"/etc/localtime ] ; then - rm -f "${EROOT%/}${NTP_HOME}"/etc/localtime - fi - - rmdir "${EROOT%/}${NTP_HOME}"/etc || - ewarn "Unable to remove legacy ${EROOT%/}${NTP_HOME}/etc directory" - fi - - # Fix permissions on home directory - chown 0:0 "${EROOT%/}${NTP_HOME}" || die - - [[ -f ${EROOT}var/log/ntpd.log ]] && \ - ewarn "Logfile '${EROOT}var/log/ntpd.log' might be orphaned, please remove it if not in use via syslog." - - if [[ -f ${EROOT}var/lib/ntpd.drift ]] ; then - einfo "Moving ntpd.drift file to new location." - mv "${EROOT}var/lib/ntpd.drift" "${EROOT}var/lib/openntpd/ntpd.drift" - fi -}