diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-08-02 19:59:33 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-08-02 19:59:33 +0000 |
commit | a5a5ab54341e8116c61bd61fd5dd708062c0d9a7 (patch) | |
tree | 926535ad44453ca53225449f2288f3feba3e627d /sys-apps/noflushd | |
parent | This time the mini-howto* work (diff) | |
download | gentoo-2-a5a5ab54341e8116c61bd61fd5dd708062c0d9a7.tar.gz gentoo-2-a5a5ab54341e8116c61bd61fd5dd708062c0d9a7.tar.bz2 gentoo-2-a5a5ab54341e8116c61bd61fd5dd708062c0d9a7.zip |
another src_uri typo
Diffstat (limited to 'sys-apps/noflushd')
-rw-r--r-- | sys-apps/noflushd/noflushd-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/noflushd/noflushd-2.4.ebuild b/sys-apps/noflushd/noflushd-2.4.ebuild index 4f41350c49e5..10d633b49e78 100644 --- a/sys-apps/noflushd/noflushd-2.4.ebuild +++ b/sys-apps/noflushd/noflushd-2.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/noflushd-2.4.ebuild,v 1.2 2001/07/24 08:33:34 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/noflushd-2.4.ebuild,v 1.3 2001/08/02 19:59:33 danarmak Exp $ # Note: the daemon's current 2.4 version has nothing to do with kernel versions #P="" A=noflushd_2.4.orig.tar.gz S=${WORKDIR}/${P}.orig -SRC_URI="http://download.suorceforge.net/noflushd/${A}" +SRC_URI="http://download.sourceforge.net/noflushd/${A}" HOMEPAGE="http://noflushd.sourceforge.net" DESCRIPTION="A daemon to spin down your disks and force accesses to be cached" |