commit:     f2d34a63df923ae18ede470a20217acd9764e465
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Feb 22 16:46:52 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 20:44:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d34a63

net-misc/ntp: remove unused file

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29731
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 net-misc/ntp/files/ntpd.rc-r1 | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/net-misc/ntp/files/ntpd.rc-r1 b/net-misc/ntp/files/ntpd.rc-r1
deleted file mode 100644
index 7573411c9986..000000000000
--- a/net-misc/ntp/files/ntpd.rc-r1
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="ntpd - the network time protocol daemon"
-pidfile="/var/run/ntpd.pid"
-command="/usr/sbin/ntpd"
-command_args="-p ${pidfile} ${NTPD_OPTS}"
-start_stop_daemon_args="--pidfile ${pidfile}"
-
-depend() {
-       use net dns logger
-       after ntp-client
-}
-
-start_pre() {
-       if [ ! -f /etc/ntp.conf ] ; then
-               eerror "Please create /etc/ntp.conf"
-               return 1
-       fi
-       return 0
-}

Reply via email to