diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-05 23:26:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-05 23:26:18 +0000 |
commit | 6a92184fde472644816dbdd4830967179687a762 (patch) | |
tree | b8430b17438886f68fcb9e843b777207b3227db0 /net-misc/ntp/files | |
parent | add checks for notrust in /etc/ntp.conf #41827 (diff) | |
download | historical-6a92184fde472644816dbdd4830967179687a762.tar.gz historical-6a92184fde472644816dbdd4830967179687a762.tar.bz2 historical-6a92184fde472644816dbdd4830967179687a762.zip |
prune the old
Diffstat (limited to 'net-misc/ntp/files')
-rw-r--r-- | net-misc/ntp/files/digest-ntp-4.1.1b-r6 | 2 | ||||
-rw-r--r-- | net-misc/ntp/files/digest-ntp-4.2.0-r1 | 1 | ||||
-rw-r--r-- | net-misc/ntp/files/ntp-bk.diff | 15 | ||||
-rw-r--r-- | net-misc/ntp/files/ntpd-4.1.1b.confd | 40 | ||||
-rw-r--r-- | net-misc/ntp/files/ntpd-4.1.1b.rc | 44 |
5 files changed, 0 insertions, 102 deletions
diff --git a/net-misc/ntp/files/digest-ntp-4.1.1b-r6 b/net-misc/ntp/files/digest-ntp-4.1.1b-r6 deleted file mode 100644 index 0278ab14f07f..000000000000 --- a/net-misc/ntp/files/digest-ntp-4.1.1b-r6 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 27382aa9c483e395662dddb2b11439e2 ntp-4.1.1b.tar.gz 2125307 -MD5 274220dabd4d5f0d6b690e31df384f19 ntp-4.1.1b-r6-manpages.tbz2 19780 diff --git a/net-misc/ntp/files/digest-ntp-4.2.0-r1 b/net-misc/ntp/files/digest-ntp-4.2.0-r1 deleted file mode 100644 index a29b978410e4..000000000000 --- a/net-misc/ntp/files/digest-ntp-4.2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0f8fabe87cf54f409b57c6283f0c0c3d ntp-4.2.0.tar.gz 2514502 diff --git a/net-misc/ntp/files/ntp-bk.diff b/net-misc/ntp/files/ntp-bk.diff deleted file mode 100644 index 1e4fa6ede7b6..000000000000 --- a/net-misc/ntp/files/ntp-bk.diff +++ /dev/null @@ -1,15 +0,0 @@ -diff -urN ntp-4.1.72.orig/Makefile.am ntp-4.1.72/Makefile.am ---- ntp-4.1.72.orig/Makefile.am Wed May 1 18:53:03 2002 -+++ ntp-4.1.72/Makefile.am Wed May 1 18:54:10 2002 -@@ -64,10 +64,7 @@ - # output to /dev/null under ancient/unique shells like the one Ultrix uses. - # We'll also get an error of srcdir or version is unwritable. - $(srcdir)/version: FRC.version -- -(bk version) >/dev/null 2>&1 && \ -- cd $(srcdir) && \ -- x=`bk -R prs -hr+ -nd:I: ChangeSet` && \ -- case "$$x" in '') ;; *) echo $$x > version ;; esac -+ /bin/true - - dist-hook: - @find $(distdir) -type d -name CVS -print | xargs rm -rf diff --git a/net-misc/ntp/files/ntpd-4.1.1b.confd b/net-misc/ntp/files/ntpd-4.1.1b.confd deleted file mode 100644 index bb518a2a872b..000000000000 --- a/net-misc/ntp/files/ntpd-4.1.1b.confd +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd-4.1.1b.confd,v 1.1 2003/08/06 07:42:24 vapier Exp $ - -# NOTES: -# - NTPDATE variables below are used if you wish to set your -# clock when you start the ntp init.d script -# - make sure that the NTPDATE_CMD will close by itself ... -# the init.d script will not attempt to kill/stop it -# - ntpd will be used to maintain synchronization with a time -# server regardless of what NTPDATE is set to -# - read each of the comments above each of the variable - -# Comment this out if you dont want the init script to warn -# about not having ntpdate setup -NTPDATE_WARN="y" - -# Command to run to set the clock initially -# Most people should just uncomment this line ... -# however, if you know what you're doing, and you -# want to use ntpd to set the clock, change this to 'ntpd' -#NTPDATE_CMD="ntpdate" - -# Options to pass to the above command -# Most people should just uncomment this variable and -# change 'someserver' to a valid hostname which you -# can aquire from the URL's below -#NTPDATE_OPTS="-b someserver" - -## -# A list of available servers is available here: -# http://www.eecis.udel.edu/~mills/ntp/servers.html -# Please follow the rules of engagement and use a -# Stratum 2 server (unless you qualify for Stratum 1) -## - -# Options to pass to the ntpd process that will *always* be run -# Most people should not uncomment this line ... -# however, if you know what you're doing, feel free to tweak -#NTPD_OPTS="" diff --git a/net-misc/ntp/files/ntpd-4.1.1b.rc b/net-misc/ntp/files/ntpd-4.1.1b.rc deleted file mode 100644 index 455cc7b19514..000000000000 --- a/net-misc/ntp/files/ntpd-4.1.1b.rc +++ /dev/null @@ -1,44 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd-4.1.1b.rc,v 1.1 2003/08/06 07:42:24 vapier Exp $ - -depend() { - need net - use dns logger -} - -checkconfig() { - if [ ! -f /etc/ntp.conf ] ; then - eerror "Please create /etc/ntp.conf" - eerror "Sample conf: /usr/share/ntp/ntp.conf" - return 1 - fi - return 0 -} - -start() { - checkconfig || return $? - - if [ -n "${NTPDATE_CMD}" ] ; then - ebegin "Initializing clock via ${NTPDATE_CMD}" - ${NTPDATE_CMD} ${NTPDATE_OPTS} > /dev/null - eend $? "Failed to run ${NTPDATE_CMD}" - elif [ "${NTPDATE_WARN}" == "y" ] ; then - ewarn "Please setup ntpd via /etc/conf.d/ntpd" - fi - - ebegin "Starting ntpd" - start-stop-daemon --start --quiet --pidfile /var/run/ntpd.pid \ - --startas /usr/bin/ntpd -- -p /var/run/ntpd.pid ${NTPD_OPTS} - eend $? "Failed to start ntpd" -} - -stop() { - ebegin "Stopping ntpd" - start-stop-daemon --stop --quiet --pidfile /var/run/ntpd.pid - eend $? "Failed to stop ntpd" - - # clean stale pidfile - [ -f /var/run/ntpd.pid ] && rm -f /var/run/ntpd.pid -} |