Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42910 Details for
Bug 69508
new ebuild - app-admin/diskcheck
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
first cut ebuild
diskcheck-1.6.ebuild (text/plain), 1.17 KB, created by
Chris Kimpton
on 2004-10-30 08:01:22 UTC
(
hide
)
Description:
first cut ebuild
Filename:
MIME Type:
Creator:
Chris Kimpton
Created:
2004-10-30 08:01:22 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >RPM_V="2" > >DESCRIPTION="DiskCheck is a small utility that monitors how much space is available on your hard drive. It checks your drive space every hour and takes action based on the specifications in a very simple config file. When disks are nearing full capacity, mail will be sent to the system administrator warning him to take action." >HOMEPAGE="http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/" >SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/${P}-${RPM_V}.src.rpm" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~alpha ~ia64 ~amd64 ~ppc64" >IUSE="" > >DEPEND="virtual/python > virtual/cron > virtual/mta > app-arch/rpm2targz" > >src_unpack() { > cd ${WORKDIR} > rpm2targz ${DISTDIR}/${P}-${RPM_V}.src.rpm > tar zxf ${P}-${RPM_V}.src.tar.gz > tar zxf ${P}.tar.gz > > cd ${S} >} > >src_compile() { > einfo "No compile step needed" >} > >src_install() { > [ ! -e ${ROOT}/etc/diskcheck.conf ] && insinto /etc && doins ${S}/diskcheck.conf > [ ! -e ${ROOT}/etc/cron.hourly/diskcheck ] && exeinto /etc/cron.hourly && doexe ${S}/diskcheck >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 69508
: 42910 |
42993