diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-05 21:28:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-05 21:28:48 +0000 |
commit | a22db0fbb669e6e47108d5742cbcaecf7caf14fa (patch) | |
tree | 057052f5b1e9eea6b8a57e550df6882435fcad6a /sys-cluster/vzctl | |
parent | x86 stable, bug #251832 (diff) | |
download | gentoo-2-a22db0fbb669e6e47108d5742cbcaecf7caf14fa.tar.gz gentoo-2-a22db0fbb669e6e47108d5742cbcaecf7caf14fa.tar.bz2 gentoo-2-a22db0fbb669e6e47108d5742cbcaecf7caf14fa.zip |
whitespace
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'sys-cluster/vzctl')
-rw-r--r-- | sys-cluster/vzctl/vzctl-3.0.23-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/vzctl/vzctl-3.0.23-r2.ebuild b/sys-cluster/vzctl/vzctl-3.0.23-r2.ebuild index 954567efd6bc..a0c87f5cedee 100644 --- a/sys-cluster/vzctl/vzctl-3.0.23-r2.ebuild +++ b/sys-cluster/vzctl/vzctl-3.0.23-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.23-r2.ebuild,v 1.1 2009/04/05 19:34:37 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.23-r2.ebuild,v 1.2 2009/04/05 21:28:48 mr_bones_ Exp $ inherit bash-completion eutils autotools @@ -37,7 +37,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-cronjobs-wightspace.patch" epatch "${FILESDIR}/${P}-cronjobs-multiple-cron-jobs.patch" epatch "${FILESDIR}/${P}-cronjobs-dstdir-check.patch" - + epatch "${FILESDIR}/${P}-cronjobs-issue-warning.patch" epatch "${FILESDIR}/${P}-vzarp-on-ifup.patch" |