RE: automatic cronjaob injectsion

2004-09-17 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Reini Urban > Sent: 17 September 2004 18:22 > I know that it might be possible and I know that is not advisable, So why are you asking? You know the ropes: what does it say at the top of EVERY single file in /var/cron/tabs? # DO N

automatic cronjaob injectsion

2004-09-17 Thread Reini Urban
I know that it might be possible and I know that is not advisable, but may a cygwin postinstall script or just another helper script install a cronjob automatically? echo "$cronline" >> /var/cron/tabs/$USER kill -HUP `cat /var/run/cron.pid` crontab -e Then change a bit in the job file, and save. vo