diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-06 03:47:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-06 03:47:05 +0000 |
commit | 8a9284b5b91b114b5152a5d0456fe2bd65cc0b18 (patch) | |
tree | 48522e406b5dae40ff4c9f58460754c093a74f2d /net-misc/ntp | |
parent | version bump (diff) | |
download | gentoo-2-8a9284b5b91b114b5152a5d0456fe2bd65cc0b18.tar.gz gentoo-2-8a9284b5b91b114b5152a5d0456fe2bd65cc0b18.tar.bz2 gentoo-2-8a9284b5b91b114b5152a5d0456fe2bd65cc0b18.zip |
work around #30433
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/ntp-4.1.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/ntp/ntp-4.1.2.ebuild b/net-misc/ntp/ntp-4.1.2.ebuild index cf4096cd454d..1a4e38c19446 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.13 2003/10/04 09:37:59 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.14 2003/10/06 03:47:05 vapier Exp $ inherit eutils @@ -96,6 +96,8 @@ src_install() { dodir /var/lib/ntp fowners ntp:ntp /var/lib/ntp + touch ${D}/var/lib/ntp/ntp.drift + fowners ntp:ntp /var/lib/ntp/ntp.drift } pkg_postinst() { |