Re: some cron.daily scripts not running

2005-08-29 Thread Wu-Kung Sun
On 8/29/05, John Hasler <[EMAIL PROTECTED]> wrote: > swk writes: > > The names are touch.test and ntpdate.cron. > > Lose the periods. > -- > John Hasler > Didn't know that was an issue so I'll check the results tomorrow. Thakns! -- swk

Re: some cron.daily scripts not running

2005-08-29 Thread John Hasler
swk writes: > What am I overlooking? I wrote: > What are the names of the scripts? swk writes: > The names are touch.test and ntpdate.cron. Lose the periods. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: some cron.daily scripts not running

2005-08-29 Thread Wu-Kung Sun
On 8/28/05, John Hasler <[EMAIL PROTECTED]> wrote: > swk writes: > > What am I overlooking? > > What are the names of the scripts? The names are touch.test and ntpdate.cron. -- swk

Re: some cron.daily scripts not running

2005-08-28 Thread John Hasler
swk writes: > What am I overlooking? What are the names of the scripts? -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

some cron.daily scripts not running

2005-08-28 Thread Wu-Kung Sun
Hello, the scipts I put as root into /etc/cron.daily don't run but those created when installing packages seem to run fine. All the permissions are the same. I tried the simplest thing I could think of but it doesn't work: #! /bin/sh /bin/touch /p1/cron.daily.touch.test What am I overlooking? --