James Hamelin wrote:
>Date: Thu, 10 Oct 2001 00:17:00
>To: [EMAIL PROTECTED]
>Subject: Intresting Setup...Any Ideas?
>From: James Hamelin <[EMAIL PROTECTED]>
>Ive got a unique little setup here... although have been having some problems
>getting plucker to run as a cron job ( Plucker ~/.plucker dont exist, exiting)
I think your problem with cron is that the ~is probably not set when the
cron is running since it uses sh shell, and your ~variable is set in the
bash_profile for the bash shell
>plukdate is a little script I wrote for executing plucker with all those
>pretty shiny options.
>I have set the plukerdir= and tried pluckerhome= but no luck cron still
>gaggs.
>Plukdate is to execute, and update the DailyNews.pdb it builds via cron
>which is what I would liek to happen eventually, then at the end of the
>plukdate script, it copies the jpilot_to_install file with one I have
>programmed to install the updated Dailynews.pdb
>So, each time I fire up Jpilot, I know Im going to get a fresh Dailynews.pdb
>file upon each sync.
>Any ideas on how to get this to run as a cron job?
I guess the only things you gotta do is change the shell you use to execute
cron jobs, usually it's set to sh, you should set it bash.
>And if anyones intrested on how I set this up, id be more than happy to
>post some copies of my scripts on the forum.
maybe you sholud propose to the plucker admins to post it on the CVS
>To the pluker Admins:
>Additionally, I would like to ask permission to link to pluckers homepage
>as I run mandrake-workshop.org and would love to include more information
>about plucker and how it can be used with linux and pda's. Btw we are PDA
>compatible, just click our avantgo link for the proper url to sync with.
>Thanks in advance!
>J. Hamelin
>[EMAIL PROTECTED]
>http://mandrake-workshop.org
Carlos R