Re: [gentoo-user] hwclock: command not found

2013-02-25 Thread Joseph
On 02/25/13 15:44, Randy Barlow wrote: On Mon, 25 Feb 2013, Joseph wrote: I'm updating clock via bash script. When I run it from a command line, it works just fine but when I try to run it via crontab I get: /home/thelma/business/programs/time_date_setting_script.sh: line 3: hwclock: command no

Re: [gentoo-user] hwclock: command not found

2013-02-25 Thread Florian Philipp
Am 25.02.2013 21:39, schrieb Joseph: > I'm updating clock via bash script. When I run it from a command line, > it works just fine but when I try to run it via crontab I get: > > /home/thelma/business/programs/time_date_setting_script.sh: line 3: > hwclock: command not found > > here the script:

Re: [gentoo-user] hwclock: command not found

2013-02-25 Thread Randy Barlow
On Mon, 25 Feb 2013, Joseph wrote: I'm updating clock via bash script. When I run it from a command line, it works just fine but when I try to run it via crontab I get: /home/thelma/business/programs/time_date_setting_script.sh: line 3: hwclock: command not found Could it be that cron doesn'

[gentoo-user] hwclock: command not found

2013-02-25 Thread Joseph
I'm updating clock via bash script. When I run it from a command line, it works just fine but when I try to run it via crontab I get: /home/thelma/business/programs/time_date_setting_script.sh: line 3: hwclock: command not found here the script: #!/bin/sh rdate -s 128.138.140.44 hwclock --syst