diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-11 12:25:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-11 12:25:07 +0000 |
commit | 4af9d4f256040d5929daaf4de1c2d3e017cfc47e (patch) | |
tree | 357e84d518327365d63f90a0a1495a6b43f41dde /net-misc/ntp | |
parent | Stable on alpha. (diff) | |
download | historical-4af9d4f256040d5929daaf4de1c2d3e017cfc47e.tar.gz historical-4af9d4f256040d5929daaf4de1c2d3e017cfc47e.tar.bz2 historical-4af9d4f256040d5929daaf4de1c2d3e017cfc47e.zip |
make sure we use ${ROOT}
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/Manifest | 12 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.1.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.2.0-r2.ebuild | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest index cfdd78a734d1..4a972b5db040 100644 --- a/net-misc/ntp/Manifest +++ b/net-misc/ntp/Manifest @@ -3,8 +3,8 @@ Hash: SHA1 MD5 e0ae5f689fbd409af5dbe213e7add9f2 ChangeLog 6667 MD5 aa73d5edf312beeab44fa9d58a603ad4 metadata.xml 636 -MD5 cebf087569e05dbcd6e0b054ef1ecbfb ntp-4.1.2.ebuild 3189 -MD5 b0f73e0ab28667241767fa1196a04bc0 ntp-4.2.0-r2.ebuild 3638 +MD5 dc9001ca11d291e4c3c5a7f474362aee ntp-4.1.2.ebuild 3196 +MD5 e58cd59059c73b8e09ac506d762de607 ntp-4.2.0-r2.ebuild 3645 MD5 047fe77e01bc9335b07bcc5d963d8683 files/4.1.2-droproot.patch 12672 MD5 4e13c1a5fa0fa54e3b65ec311dd7270a files/broadcastclient.patch 451 MD5 af48491e8d6820a3d8eba16a771e5c26 files/digest-ntp-4.1.2 129 @@ -12,7 +12,7 @@ MD5 dded11ceec4b8f2c1b140341a357f507 files/linux-config-phone.patch 747 MD5 e82bbe682098cf66f513ca2d11e4bc36 files/ntp-4.1.1b-syscall-libc.patch 522 MD5 b30c7e995903d32f6274b806ea0fe2df files/ntp-client.confd 944 MD5 ee09a0a20bc194d27661ccc101651b1d files/ntp-client.rc 841 -MD5 f36db28cddb29f82e7ef8b9aca2fd150 files/ntp.conf 1551 +MD5 8c1020d96eda3421fe89cc5ba7b587b1 files/ntp.conf 1524 MD5 6461ac11fbbea301c38d4dcf7b4d5979 files/ntpd.confd 400 MD5 0ac690ae52fe02f336ae73f9857461ec files/4.2.0-droproot.patch 13908 MD5 24574e6ad1b468152839c10361b51a0f files/4.2.0-linux-config-phone.patch 711 @@ -25,7 +25,7 @@ MD5 ed4bd2ca8fb07ecb5c5e73d26fd0df0a files/digest-ntp-4.2.0-r2 62 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.8 (GNU/Linux) -iD8DBQFAxJvVHTu7gpaalycRAtLeAKD7CMUiRwD3oS6FgMbzp9NIbmgbQwCgid+h -Rk9dTldJNdB5cKRlSO5a0qU= -=uyed +iD8DBQFAyaS1HTu7gpaalycRAvgpAKDDxg03ZVvPhQMFw/CSRYtTl6h88wCgrpO6 +2vBuweGty3JJwRkczYuSQ4s= +=2DDR -----END PGP SIGNATURE----- diff --git a/net-misc/ntp/ntp-4.1.2.ebuild b/net-misc/ntp/ntp-4.1.2.ebuild index fb4370967d11..06db94a09b8b 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-2004 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.35 2004/05/12 12:52:24 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.36 2004/06/11 12:25:07 vapier Exp $ inherit eutils flag-o-matic @@ -96,7 +96,7 @@ src_install() { mv scripts/* ${D}/usr/share/ntp/ chmod -R go-w ${D}/usr/share/ntp - [ ! -e /etc/ntp.conf ] && insinto /etc && doins ${FILESDIR}/ntp.conf + [ ! -e ${ROOT}/etc/ntp.conf ] && insinto /etc && doins ${FILESDIR}/ntp.conf exeinto /etc/init.d newexe ${FILESDIR}/ntpd-${PV}.rc ntpd newexe ${FILESDIR}/ntp-client-${PV}.rc ntp-client diff --git a/net-misc/ntp/ntp-4.2.0-r2.ebuild b/net-misc/ntp/ntp-4.2.0-r2.ebuild index 717da9acf744..5fa1171a0e9b 100644 --- a/net-misc/ntp/ntp-4.2.0-r2.ebuild +++ b/net-misc/ntp/ntp-4.2.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.0-r2.ebuild,v 1.9 2004/06/07 16:46:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.0-r2.ebuild,v 1.10 2004/06/11 12:25:07 vapier Exp $ inherit eutils flag-o-matic @@ -95,7 +95,7 @@ src_install() { cp -r scripts/* ${D}/usr/share/ntp/ chmod -R go-w ${D}/usr/share/ntp - [ ! -e /etc/ntp.conf ] && insinto /etc && doins ${FILESDIR}/ntp.conf + [ ! -e ${ROOT}/etc/ntp.conf ] && insinto /etc && doins ${FILESDIR}/ntp.conf exeinto /etc/init.d newexe ${FILESDIR}/ntpd.rc ntpd newexe ${FILESDIR}/ntp-client.rc ntp-client |