diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-03-23 08:33:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-03-23 08:33:36 +0000 |
commit | 89679ea13d10b0078cae288c38089e105bf260cf (patch) | |
tree | a263374e1bede1a3cf7ca2f4c09f5026abfd2970 /sys-apps/readahead-list | |
parent | New upstream release, adds filelist-order tool in a similar vein to the Ubunt... (diff) | |
download | gentoo-2-89679ea13d10b0078cae288c38089e105bf260cf.tar.gz gentoo-2-89679ea13d10b0078cae288c38089e105bf260cf.tar.bz2 gentoo-2-89679ea13d10b0078cae288c38089e105bf260cf.zip |
missed some white space.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/readahead-list')
-rw-r--r-- | sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild b/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild index d7655a7fd4c9..5aa4ebf9d2ce 100644 --- a/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild +++ b/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild,v 1.1 2005/03/23 08:33:12 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild,v 1.2 2005/03/23 08:33:36 robbat2 Exp $ DESCRIPTION="Perform readahead(2) to pre-cache files." HOMEPAGE="http://tirpitz.iat.sfu.ca/" @@ -33,7 +33,7 @@ src_install() { newins readahead.runlevel-default.list runlevel-default newins readahead.runlevel-boot.list runlevel-boot newins readahead._sbin_rc.list exec_sbin_rc - + # docs cd ${S} dodoc README |