diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-15 00:36:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-15 00:36:16 +0000 |
commit | 8cdd49822fc7aaf67aa49dc2049d8d88fe8e0501 (patch) | |
tree | 12adbaf3a56ba65b2d933c26151328826b963dd3 | |
parent | Marked stable on sparc. (diff) | |
download | historical-8cdd49822fc7aaf67aa49dc2049d8d88fe8e0501.tar.gz historical-8cdd49822fc7aaf67aa49dc2049d8d88fe8e0501.tar.bz2 historical-8cdd49822fc7aaf67aa49dc2049d8d88fe8e0501.zip |
new conf.d files
-rw-r--r-- | net-misc/ntp/files/ntpd-4.1.2.confd | 8 | ||||
-rw-r--r-- | net-misc/ntp/files/ntpd.confd | 4 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.1.2.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/net-misc/ntp/files/ntpd-4.1.2.confd b/net-misc/ntp/files/ntpd-4.1.2.confd new file mode 100644 index 000000000000..2a19583b2cc3 --- /dev/null +++ b/net-misc/ntp/files/ntpd-4.1.2.confd @@ -0,0 +1,8 @@ +# 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.2.confd,v 1.1 2004/02/15 00:35:56 vapier Exp $ + +# Options to pass to the ntpd process +# Most people should leave this line alone ... +# however, if you know what you're doing, feel free to tweak +NTPD_OPTS="-U ntp" diff --git a/net-misc/ntp/files/ntpd.confd b/net-misc/ntp/files/ntpd.confd index 4925ded05434..cdac1b9b4e1d 100644 --- a/net-misc/ntp/files/ntpd.confd +++ b/net-misc/ntp/files/ntpd.confd @@ -1,8 +1,8 @@ # 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.confd,v 1.13 2003/08/06 07:42:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.confd,v 1.14 2004/02/15 00:35:56 vapier Exp $ # Options to pass to the ntpd process # Most people should leave this line alone ... # however, if you know what you're doing, feel free to tweak -NTPD_OPTS="-U ntp" +NTPD_OPTS="-u ntp:ntp" diff --git a/net-misc/ntp/ntp-4.1.2.ebuild b/net-misc/ntp/ntp-4.1.2.ebuild index 222d71816b22..f9d8f08b17b5 100644 --- a/net-misc/ntp/ntp-4.1.2.ebuild +++ b/net-misc/ntp/ntp-4.1.2.ebuild @@ -1,6 +1,6 @@ # 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/ntp-4.1.2.ebuild,v 1.27 2004/02/15 00:01:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.28 2004/02/15 00:36:16 vapier Exp $ inherit eutils @@ -101,10 +101,10 @@ src_install() { [ ! -e /etc/ntp.conf ] && insinto /etc && doins ${FILESDIR}/ntp.conf exeinto /etc/init.d - newexe ${FILESDIR}/ntpd.rc ntpd + newexe ${FILESDIR}/ntpd-${PV}.rc ntpd newexe ${FILESDIR}/ntp-client.rc ntp-client insinto /etc/conf.d - newins ${FILESDIR}/ntpd.confd ntpd + newins ${FILESDIR}/ntpd-${PV}.confd ntpd newins ${FILESDIR}/ntp-client.confd ntp-client dodir /var/lib/ntp |