diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-05-04 17:28:32 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-05-04 17:28:32 +0000 |
commit | e0f296c5ba7c6ef3f4dd67ae83438fdae113cfbb (patch) | |
tree | cc03428083107c52000ba99ea7408e56c0072b22 /sys-apps/fcron | |
parent | lintool fix - added LICENSE (diff) | |
download | gentoo-2-e0f296c5ba7c6ef3f4dd67ae83438fdae113cfbb.tar.gz gentoo-2-e0f296c5ba7c6ef3f4dd67ae83438fdae113cfbb.tar.bz2 gentoo-2-e0f296c5ba7c6ef3f4dd67ae83438fdae113cfbb.zip |
LICENSE + lintoolize
Diffstat (limited to 'sys-apps/fcron')
-rw-r--r-- | sys-apps/fcron/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/fcron/fcron-2.0.0-r1.ebuild | 23 |
2 files changed, 20 insertions, 13 deletions
diff --git a/sys-apps/fcron/ChangeLog b/sys-apps/fcron/ChangeLog index 8d3bc3de1dd4..de43d80787c1 100644 --- a/sys-apps/fcron/ChangeLog +++ b/sys-apps/fcron/ChangeLog @@ -1,7 +1,13 @@ -# ChangeLog for app-admin/fcron +# ChangeLog for sys-apps/fcron # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.1 2002/04/20 22:03:25 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.2 2002/05/04 17:28:32 bangert Exp $ + 4 May 2002; Thilo Bangert <bangert@gentoo.org> frcon-2.0.0-r1.ebuild : + + added LICENSE - lintoolize + + +*fcron-2.0.0-r1 (20 Apr 2002) 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> files/fcron.rc6 : diff --git a/sys-apps/fcron/fcron-2.0.0-r1.ebuild b/sys-apps/fcron/fcron-2.0.0-r1.ebuild index fa3f71d04e79..491499dfe539 100644 --- a/sys-apps/fcron/fcron-2.0.0-r1.ebuild +++ b/sys-apps/fcron/fcron-2.0.0-r1.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jerry A! <jerry@gentoo.org>, Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r1.ebuild,v 1.2 2002/04/21 12:40:51 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r1.ebuild,v 1.3 2002/05/04 17:28:32 bangert Exp $ DESCRIPTION="A command scheduler with extended capabilities over cron and anacron" HOMEPAGE="http://fcron.free.fr/" S=${WORKDIR}/${P} SRC_URI="http://fcron.free.fr/${P}.src.tar.gz" +LICENSE="GPL-2" DEPEND="virtual/glibc" @@ -65,7 +66,7 @@ src_install() { doins ${FILESDIR}/{fcron.allow,fcron.deny,fcron.conf} exeinto /etc/init.d ; newexe ${FILESDIR}/fcron.rc6 fcron - + insinto /etc doins ${FILESDIR}/crontab @@ -74,11 +75,11 @@ src_install() { pkg_postinst() { - echo - einfo "To activate /etc/cron.{hourly|daily|weekly|montly} please run: " - einfo "crontab /etc/crontab" - echo - einfo "!!! That will replace root's current crontab !!!" - echo - -}
\ No newline at end of file + echo + einfo "To activate /etc/cron.{hourly|daily|weekly|montly} please run: " + einfo "crontab /etc/crontab" + echo + einfo "!!! That will replace root's current crontab !!!" + echo + +} |