Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 11879] Cron system needs to be organized in a way that makes it reliable for spells to use

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 11879] Cron system needs to be organized in a way that makes it reliable for spells to use
  • Date: 20 Nov 2006 13:32:14 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=11879





------- Additional Comments From ruskie+smbugs AT mages.ath.cx 2006-11-20 07:32
-------
There's fcrontabs that creates the needed dirs for fcron.
But my suggestion is:

install_cron_file foo.sh hourly/daily/etc...

Would perform the following:
mkdir -vp $INSTALL_ROOT/etc/cron.$2
cp -v $SPELL_DIRECTORY/cron.d/$1 $INSTALL_ROOT/etc/cron.$2/

Of course this should be made optional since not everyone would want to use
our
provided cron script(imho cron is about as personal as a users shell).

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 11879] Cron system needs to be organized in a way that makes it reliable for spells to use, bugzilla-daemon, 11/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page