diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-12-31 14:58:21 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-12-31 14:58:21 +0000 |
commit | de8efaaf8767399df6724a021177cbff87ae8ea6 (patch) | |
tree | d3b3f9d46f07687a42946d7e0bdd9d0be5d1f5f5 /sys-process/vixie-cron/files | |
parent | Add hppa keyword since underlying implementation is now also keyworded. (diff) | |
download | historical-de8efaaf8767399df6724a021177cbff87ae8ea6.tar.gz historical-de8efaaf8767399df6724a021177cbff87ae8ea6.tar.bz2 historical-de8efaaf8767399df6724a021177cbff87ae8ea6.zip |
Revbump, improves the init script, bug 368189.
Package-Manager: portage-2.1.10.41/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'sys-process/vixie-cron/files')
-rw-r--r-- | sys-process/vixie-cron/files/vixie-cron.rc7 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-process/vixie-cron/files/vixie-cron.rc7 b/sys-process/vixie-cron/files/vixie-cron.rc7 new file mode 100644 index 000000000000..ec247eb45398 --- /dev/null +++ b/sys-process/vixie-cron/files/vixie-cron.rc7 @@ -0,0 +1,13 @@ +#!/sbin/runscript +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/vixie-cron.rc7,v 1.1 2011/12/31 14:58:21 idl0r Exp $ + +command=/usr/sbin/cron +pidfile=/var/run/cron.pid + +depend() { + use clock logger + need localmount + provide cron +} |