On 2/6/02 at 10:26 AM, Munday, Merrick <[EMAIL PROTECTED]> wrote: > I'm running the May 2001 release of Oxygen,
The current release is 1.8; May 2001 would be one back. > 2) To automate the log sending process, I think I need to > put something into /etc/cron.daily/multicron-d? multicron has been removed from Oxygen as of 1.8; put the script into the appropriate slot. You can read up on crontab and edit /etc/crontab, or... Put the script into the directory that describes how often you want it to happen (like /etc/cron.daily) - and it will happen th > I'm not sure what the "right" way to solve these two > problems is -- should I be trying to put code into > multicron-d, or do I need to write a separate script? > (I've never done that either) To be compatable with future versions, you're better off writing your own script from scratch and not using multicron. -- David Douthitt UNIX Systems Administrator HP-UX, Unixware, Linux [EMAIL PROTECTED] _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
