diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-14 00:03:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-14 00:03:10 +0000 |
commit | 9e4021b004e979b300d785166f8027999062873d (patch) | |
tree | 0b3ea99c9c8a7abc44f0b63d2bc14aa488102bca /net-analyzer | |
parent | ver bump #44679 (diff) | |
download | historical-9e4021b004e979b300d785166f8027999062873d.tar.gz historical-9e4021b004e979b300d785166f8027999062873d.tar.bz2 historical-9e4021b004e979b300d785166f8027999062873d.zip |
fix leading whitespace
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/vnstat/Manifest | 8 | ||||
-rw-r--r-- | net-analyzer/vnstat/vnstat-1.4.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/vnstat/Manifest b/net-analyzer/vnstat/Manifest index 1a4d44e35073..fb46e8f87fe9 100644 --- a/net-analyzer/vnstat/Manifest +++ b/net-analyzer/vnstat/Manifest @@ -3,14 +3,14 @@ Hash: SHA1 MD5 8ee135a75921f00861993493927ceb8e ChangeLog 495 MD5 a81eb7a5c2706240d5b3146dc90f3bb3 vnstat-1.1.ebuild 646 -MD5 780454f286dd8c822cf71c45e161ef6e vnstat-1.4.ebuild 1224 +MD5 3402607ba304ebfbd310e6a4ce86da95 vnstat-1.4.ebuild 1212 MD5 e00cefa01ca437c27e38d078c012403c files/vnstat.cron 148 MD5 afdaa51d96e363c56fe7358b1c5814c5 files/digest-vnstat-1.1 61 MD5 94dd735fdba2070fefd9f85480b1a2b9 files/digest-vnstat-1.4 61 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.8 (GNU/Linux) -iD8DBQFAzOswHTu7gpaalycRAslAAKDaTyY/DqotbnTBS/0oeqcmI6vNaQCguP+j -pyiUiZ5yyP2016xLLGtjU4A= -=6SH9 +iD8DBQFAzOtQHTu7gpaalycRAmBaAJ9VpzCkz6nroU4o+/bVf3IMRYu29QCgxvSU +Rbvbt+gqGTj77gZVzBsL0Fk= +=nQFN -----END PGP SIGNATURE----- diff --git a/net-analyzer/vnstat/vnstat-1.4.ebuild b/net-analyzer/vnstat/vnstat-1.4.ebuild index c0e40a752f0a..6949f9218204 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 Technologies, Inc. # 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.1 2004/06/14 00:02:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.4.ebuild,v 1.2 2004/06/14 00:03:10 vapier Exp $ DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage" HOMEPAGE="http://humdi.net/vnstat/" @@ -33,9 +33,9 @@ src_install() { pkg_postinst() { # compatibility for 1.1 ebuild if [ -d ${ROOT}/var/spool/vnstat ] ; then - mv -f ${ROOT}/var/spool/vnstat/* ${ROOT}/var/lib/vnstat \ + mv -f ${ROOT}/var/spool/vnstat/* ${ROOT}/var/lib/vnstat \ && rmdir ${ROOT}/var/spool/vnstat - einfo "vnStat db files moved from /var/spool/vnstat to /var/lib/vnstat" + einfo "vnStat db files moved from /var/spool/vnstat to /var/lib/vnstat" fi einfo "Repeat the following command for every interface you" |