Bug#608874: I have a problem with this too

2011-04-03 Thread Javier Fernández-Sanguino Peña
On Sun, Apr 03, 2011 at 07:21:43PM +0200, Christian Kastner wrote: > On 01/-10/-28163 08:59 PM, Christian Andretzky wrote: > > Hi, > > until now we are using a /etc/crontab file which has some lines like the > > following: > > > > */10 * * * * root test -x /name/of/the/script && /name/of/the/scrip

Bug#608874: I have a problem with this too

2011-04-03 Thread Christian Kastner
On 01/-10/-28163 08:59 PM, Christian Andretzky wrote: > Hi, > until now we are using a /etc/crontab file which has some lines like the > following: > > */10 * * * * root test -x /name/of/the/script && /name/of/the/script > > In the past I had 2 ways If I don't want the script running: > > - I c

Bug#608874: I have a problem with this too

2011-02-14 Thread Christian Andretzky
Hi, until now we are using a /etc/crontab file which has some lines like the following: */10 * * * * root test -x /name/of/the/script && /name/of/the/script In the past I had 2 ways If I don't want the script running: - I could remove the 'x' attribute from the (existing) script and - I cou