diff options
author | 2004-01-27 20:52:48 +0000 | |
---|---|---|
committer | 2004-01-27 20:52:48 +0000 | |
commit | bd3cd8be6da6c1f09e30857e08093ee0a2e665cc (patch) | |
tree | 1fd779929487273ba780c15fff5b04c3e8fe7fce /sys-apps/noflushd | |
parent | cleanup (diff) | |
download | historical-bd3cd8be6da6c1f09e30857e08093ee0a2e665cc.tar.gz historical-bd3cd8be6da6c1f09e30857e08093ee0a2e665cc.tar.bz2 historical-bd3cd8be6da6c1f09e30857e08093ee0a2e665cc.zip |
adding copyright
Diffstat (limited to 'sys-apps/noflushd')
-rw-r--r-- | sys-apps/noflushd/Manifest | 5 | ||||
-rw-r--r-- | sys-apps/noflushd/files/noflushd.conf | 14 | ||||
-rw-r--r-- | sys-apps/noflushd/files/noflushd.confd | 4 | ||||
-rw-r--r-- | sys-apps/noflushd/noflushd-2.6.3.ebuild | 7 |
4 files changed, 10 insertions, 20 deletions
diff --git a/sys-apps/noflushd/Manifest b/sys-apps/noflushd/Manifest index 4eb9103a2281..55aad378e8e8 100644 --- a/sys-apps/noflushd/Manifest +++ b/sys-apps/noflushd/Manifest @@ -1,7 +1,6 @@ MD5 174803bc07e0c7f471c258d1791a51f4 ChangeLog 1115 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 33de662f99e07dc463388fb52e12b714 noflushd-2.6.3.ebuild 1171 +MD5 3f848d565fa44777312cbbd50c837301 noflushd-2.6.3.ebuild 1169 MD5 9b47b101b4b9a87a7e2fe13ae8700e01 files/digest-noflushd-2.6.3 66 -MD5 27662aecff22f74ae029a76f5dfffa3f files/noflushd.conf 400 -MD5 cffb2a2c67b26d0d3e4b86836f607267 files/noflushd.confd 133 +MD5 3b05cf2bddd26c5b1679dbf8ee7d1f76 files/noflushd.confd 364 MD5 5fa6a20ac64c122fefc933cf0bd3f421 files/noflushd.rc6 794 diff --git a/sys-apps/noflushd/files/noflushd.conf b/sys-apps/noflushd/files/noflushd.conf deleted file mode 100644 index fdc29569efda..000000000000 --- a/sys-apps/noflushd/files/noflushd.conf +++ /dev/null @@ -1,14 +0,0 @@ -# /etc/noflushd.conf, settings for the noflushd daemon. -# Part of the Gentoo Linux noflushd package. Dan Armak <danarmak@gentoo.org> - -# Default timeout in minutes to spin down disk -TIMEOUT=60 - -# Disks to handle -DISKS='/dev/discs/disc0/disc' - -# Extra options to pass e.g. individual disk handling options -EXTRA='' - -# Run 'noflushd -h' to find out how to set individual timeouts -# for different discs. diff --git a/sys-apps/noflushd/files/noflushd.confd b/sys-apps/noflushd/files/noflushd.confd index 66fdec75d380..2d1306e2a871 100644 --- a/sys-apps/noflushd/files/noflushd.confd +++ b/sys-apps/noflushd/files/noflushd.confd @@ -1,3 +1,7 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/files/noflushd.confd,v 1.2 2004/01/27 20:52:39 mholzer Exp $ + # Config file for /etc/init.d/noflushd #TIMEOUT=60 diff --git a/sys-apps/noflushd/noflushd-2.6.3.ebuild b/sys-apps/noflushd/noflushd-2.6.3.ebuild index 5518fe32dafd..3af901ce5bdf 100644 --- a/sys-apps/noflushd/noflushd-2.6.3.ebuild +++ b/sys-apps/noflushd/noflushd-2.6.3.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/noflushd-2.6.3.ebuild,v 1.8 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/noflushd-2.6.3.ebuild,v 1.9 2004/01/27 20:52:39 mholzer Exp $ S="${WORKDIR}/${P}" DESCRIPTION="A daemon to spin down your disks and force accesses to be cached" HOMEPAGE="http://noflushd.sourceforge.net" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/noflushd/${P}.tar.gz" +SRC_URI="mirror://sourceforge/noflushd/${P}.tar.gz" +RESTRICT="nomirror" LICENSE="GPL-2" KEYWORDS="x86 amd64 -ppc" SLOT="0" |