diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-29 05:03:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-29 05:03:49 +0000 |
commit | d6203edf568e1aa3d0d41f0e578082fbae41eeab (patch) | |
tree | 06b3782ae75b9141a7d33b91fd7d65ff58861cc7 /net-analyzer | |
parent | stable on ppc64, bug #55076 (Manifest recommit) (diff) | |
download | gentoo-2-d6203edf568e1aa3d0d41f0e578082fbae41eeab.tar.gz gentoo-2-d6203edf568e1aa3d0d41f0e578082fbae41eeab.tar.bz2 gentoo-2-d6203edf568e1aa3d0d41f0e578082fbae41eeab.zip |
install crontab as executable
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/vnstat/vnstat-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/vnstat/vnstat-1.4.ebuild b/net-analyzer/vnstat/vnstat-1.4.ebuild index a0e5e20b2d9b..3db56734f199 100644 --- a/net-analyzer/vnstat/vnstat-1.4.ebuild +++ b/net-analyzer/vnstat/vnstat-1.4.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-analyzer/vnstat/vnstat-1.4.ebuild,v 1.6 2004/07/24 05:54:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.4.ebuild,v 1.7 2004/07/29 05:03:49 vapier Exp $ DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage" HOMEPAGE="http://humdi.net/vnstat/" @@ -21,8 +21,8 @@ src_install() { keepdir /var/lib/vnstat dobin src/vnstat || die - insinto /etc/cron.d - newins ${FILESDIR}/vnstat.cron vnstat + exeinto /etc/cron.d + newexe ${FILESDIR}/vnstat.cron vnstat doman man/vnstat.1 newdoc pppd/vnstat_ip-down ip-down.example |