diff options
author | Thilo Bangert <bangert@gentoo.org> | 2006-11-05 11:35:50 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2006-11-05 11:35:50 +0000 |
commit | e927e3e9de32e3cb9471b7f46270341cd8fe8eff (patch) | |
tree | 28c3d42fcfd9eaa61d89667ff890be5709da27dc /sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild | |
parent | Stable on ppc (bug #151137) (diff) | |
download | gentoo-2-e927e3e9de32e3cb9471b7f46270341cd8fe8eff.tar.gz gentoo-2-e927e3e9de32e3cb9471b7f46270341cd8fe8eff.tar.bz2 gentoo-2-e927e3e9de32e3cb9471b7f46270341cd8fe8eff.zip |
add CRON_SYSTEM_CRONTAB=yes - to support more generic eclass - see bug #89213 - changes to cron.eclass forthcoming
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild')
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild index c72abb77b611..307957408674 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild,v 1.12 2006/10/17 10:46:05 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r9.ebuild,v 1.13 2006/11/05 11:35:50 bangert Exp $ inherit cron toolchain-funcs debug pam @@ -25,6 +25,9 @@ DEPEND=">=sys-apps/portage-2.0.47-r10 RDEPEND="selinux? ( sys-libs/libselinux ) pam? ( virtual/pam )" +#vixie-cron supports /etc/crontab +CRON_SYSTEM_CRONTAB="yes" + pkg_setup() { enewgroup cron 16 } |