diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-10 02:48:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-10 02:48:22 +0000 |
commit | 1456b9696ac713327392012a27b42dee1304df07 (patch) | |
tree | fe528684a87f900ef9afe62eb7a9ee18e162b264 /net-misc/ntp | |
parent | Applied patch for building with libexif-0.6.10 (diff) | |
download | historical-1456b9696ac713327392012a27b42dee1304df07.tar.gz historical-1456b9696ac713327392012a27b42dee1304df07.tar.bz2 historical-1456b9696ac713327392012a27b42dee1304df07.zip |
fix path to ntpd #70602
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/Manifest | 2 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.2.0.20040617.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest index bc0ecbd62487..212bec36efc8 100644 --- a/net-misc/ntp/Manifest +++ b/net-misc/ntp/Manifest @@ -2,7 +2,7 @@ MD5 c6843dfd9350bfef1f1222d0fe610c0f ChangeLog 7276 MD5 aa73d5edf312beeab44fa9d58a603ad4 metadata.xml 636 MD5 5ee4f3f57c18aad3ceece869d567c9c8 ntp-4.1.2.ebuild 3167 MD5 a8bf16fa19d12bf016bac126572d980e ntp-4.2.0-r2.ebuild 3727 -MD5 7fd9bb73d90eac05c51b4909776a9336 ntp-4.2.0.20040617.ebuild 3776 +MD5 58cc5b4a2a08d1d8a46ecb5960d4cf4f ntp-4.2.0.20040617.ebuild 3824 MD5 047fe77e01bc9335b07bcc5d963d8683 files/4.1.2-droproot.patch 12672 MD5 4e13c1a5fa0fa54e3b65ec311dd7270a files/broadcastclient.patch 451 MD5 af48491e8d6820a3d8eba16a771e5c26 files/digest-ntp-4.1.2 129 diff --git a/net-misc/ntp/ntp-4.2.0.20040617.ebuild b/net-misc/ntp/ntp-4.2.0.20040617.ebuild index e271c0324b1f..5e1df9b50588 100644 --- a/net-misc/ntp/ntp-4.2.0.20040617.ebuild +++ b/net-misc/ntp/ntp-4.2.0.20040617.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.0.20040617.ebuild,v 1.1 2004/11/09 15:46:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.0.20040617.ebuild,v 1.2 2004/11/10 02:48:22 vapier Exp $ inherit eutils @@ -99,6 +99,7 @@ src_install() { newconfd ${FILESDIR}/ntp-client.confd ntp-client use nodroproot && dosed "s|-u ntp:ntp||" /etc/conf.d/ntpd dosed "s:-Q::" /etc/conf.d/ntp-client # no longer needed + dosed "s:/usr/bin:/usr/sbin:" /etc/init.d/ntpd dodir /var/lib/ntp fowners ntp:ntp /var/lib/ntp |