Re: cron.sh postinstall

2004-12-29 Thread Corinna Vinschen
On Dec 28 10:38, Brian Ford wrote: > Trivial note to maintainer: > > Suggest mkdir -p for /var/cron/tabs to avoid cosmetic error message when > the directory already exists: > > + mkdir /var/cron/tabs > mkdir: cannot create directory `/var/cron/tabs': File exists > > You could then remove the mk

cron.sh postinstall

2004-12-28 Thread Brian Ford
Trivial note to maintainer: Suggest mkdir -p for /var/cron/tabs to avoid cosmetic error message when the directory already exists: + mkdir /var/cron/tabs mkdir: cannot create directory `/var/cron/tabs': File exists You could then remove the mkdir -p of /var/cron for one less command ;-). Did yo