[M10N] adding cron entry on the zone

2005-11-25 Thread Jorg Heymans
I'ld like to add a cron entry to the zone for user maven to start pushing snapshots to the apache.org snapshot repo. Can someone add maven to /etc/cron.d/cron.allow and do any other necessary foo-magic so i can start cronning ? Thanks! Jorg

Re: [M10N] adding cron entry on the zone

2005-11-25 Thread Upayavira
Jorg Heymans wrote: I'ld like to add a cron entry to the zone for user maven to start pushing snapshots to the apache.org snapshot repo. Can someone add maven to /etc/cron.d/cron.allow and do any other necessary foo-magic so i can start cronning ? Alternatively, su to the maven account, and

Re: [M10N] adding cron entry on the zone

2005-11-25 Thread Jorg Heymans
Upayavira wrote: Alternatively, su to the maven account, and do crontab -e, and edit a cron entry for the maven user. -bash-3.00$ whoami maven -bash-3.00$ crontab -e crontab: you are not authorized to use cron. Sorry. Jorg

Re: [M10N] adding cron entry on the zone

2005-11-25 Thread Upayavira
Jorg Heymans wrote: Upayavira wrote: Alternatively, su to the maven account, and do crontab -e, and edit a cron entry for the maven user. -bash-3.00$ whoami maven -bash-3.00$ crontab -e crontab: you are not authorized to use cron. Sorry. Oh well, another Linux/Solaris difference.

Re: [M10N] adding cron entry on the zone

2005-11-25 Thread Jorg Heymans
Bertrand Delacretaz wrote: I have made the change requested by Jorg: $ cat /etc/cron.d/cron.allow root cdemos daisy maven Thanks Bertrand ! Jorg

Re: [M10N] adding cron entry on the zone

2005-11-25 Thread Upayavira
Bertrand Delacretaz wrote: Le 25 nov. 05, à 17:15, Upayavira a écrit : ...Oh well, another Linux/Solaris difference. Provide me with a crontab line and I'll add it to the root one... Why not allow user maven to use crontab? It's certainly safer than running things as root. I have