summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-16 16:17:35 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-16 16:17:35 +0000
commitf07f508760be7aa3b17025db2f97117a680a130b (patch)
treef623222de04275120bfaf48db1914f845108404a /net-misc
parentMarked stable, security update. (diff)
downloadgentoo-2-f07f508760be7aa3b17025db2f97117a680a130b.tar.gz
gentoo-2-f07f508760be7aa3b17025db2f97117a680a130b.tar.bz2
gentoo-2-f07f508760be7aa3b17025db2f97117a680a130b.zip
unification at last !
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ntp/ChangeLog13
-rw-r--r--net-misc/ntp/ntp-4.1.1b.ebuild7
2 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/ntp/ChangeLog b/net-misc/ntp/ChangeLog
index 29e2401ab5ba..8601dd518d1e 100644
--- a/net-misc/ntp/ChangeLog
+++ b/net-misc/ntp/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for net-misc/ntp
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.11 2002/12/13 11:00:14 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.12 2002/12/16 16:17:35 vapier Exp $
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
*ntp-4.1.1b (27 Nov 2002)
-
+
+ 16 Dec 2002; Mike Frysinger <vapier@gentoo.org> :
+ Unified the previous set of /etc files (a) with the current set (b) and
+ addressed all the issues people had.
+
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> :
+ changed sparc ~sparc keywords
+
28 Nov 2002; Stefan Jones <cretin@gentoo.org> :
Changed ./configure line back to fix building on sparc and others
diff --git a/net-misc/ntp/ntp-4.1.1b.ebuild b/net-misc/ntp/ntp-4.1.1b.ebuild
index 80774b602686..69849768498c 100644
--- a/net-misc/ntp/ntp-4.1.1b.ebuild
+++ b/net-misc/ntp/ntp-4.1.1b.ebuild
@@ -1,6 +1,6 @@
# 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/ntp-4.1.1b.ebuild,v 1.4 2002/12/15 10:44:21 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1b.ebuild,v 1.5 2002/12/16 16:17:35 vapier Exp $
DESCRIPTION="Network Time Protocol suite/programs"
SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz"
@@ -26,8 +26,7 @@ src_compile() {
cp configure configure.orig
sed -e "s:-Wpointer-arith::" configure.orig > configure
- ./configure --prefix=/usr --mandir=/usr/share/man \
- --host=${CHOST} --build=${CHOST} || die
+ econf --build=${CHOST}
emake || die
}
@@ -41,6 +40,6 @@ src_install() {
insinto /usr/share/ntp ; doins scripts/*
- exeinto /etc/init.d ; newexe ${FILESDIR}/rc.ntpd ntpd
+ exeinto /etc/init.d ; newexe ${FILESDIR}/ntpd.rc ntpd
insinto /etc ; newins ${FILESDIR}/ntp.conf ntp.conf
}