Re: ip-up.d
On Tue, Oct 19, 1999 at 06:24:20PM -0800, Ben Lutgens wrote:
> #!/bin/sh
> su allegro -c fetchmail
Try
#!/bin/sh
export PATH=/usr/sbin:/sbin:/usr/bin
fetchmail -u allegro -d 300
But I wrote a wrapper around pon for my personal use:
#!/bin/sh
pon > /dev/null 2>&1
fetchmail -d 300 > /dev/null 2>&1
> #!/bin/bash
> ntpdate ns.scruz.net
I use chronyd with the default set-up, haven't had to do anything and
haven't had any weird clock errors.
--
+----------------------------------------------------+
| Eric G. Miller egm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc |
+----------------------------------------------------+
Reply to:
- References:
- ip-up.d
- From: Ben Lutgens <blutgens@mosquitonet.com>