Bug#308911: VĂ¡: Re: Bug#308911: run-parts does not execute links/binaries containing periods in the name

2007-02-16 Thread Csaba Lack
directories are silently ignored. Regards: Csaba Lack >>> Clint Adams <[EMAIL PROTECTED]> 2007.02.15. 19:39 >>> > What if run-parts checks ".dpkg*" and ".disable*" and ".whatever" > extensions and it will prevented from running

Bug#308911: run-parts does not execute links/binaries containing periods in the name

2007-02-15 Thread Csaba Lack
, when I faced with this issue) Regards: Csaba Lack -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#411045: Acknowledgement (/etc/cron.hourly refuse to run script with extension)

2007-02-15 Thread Csaba Lack
Hi I checked again, and this is probably a duplicate of bug <http://bugs.debian.org/308911> filed against run-parts. Regards: Csaba Lack -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#411045: /etc/cron.hourly refuse to run script with extension

2007-02-15 Thread Csaba Lack
Etch: cron 3.0pl1-99 cat /etc/cron.hourly/test.sh #!/bin/bash echo "Filename: $0 Date: `date` PID:$$" >> /tmp/cronhourly.log ls -l /etc/cron.hourly/ -rwxr-xr-x 1 root root 75 2007-02-15 14:06 test.sh Regards: Csaba Lack -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Bug#260789: cron jobs not running

2007-02-15 Thread Csaba Lack
Hi! Maybe the extension of the script? Please check to run without ".sh". 30 12 * * * /path/to/script/script When I tried to run my script throught /etc/cron.hourly/update.sh then it refused me to run, after I have removed the extension ".sh" it worked. (Debian Etch)