Re: "extern int errno" was deprecated 2 years before "djbdns" was even written
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Charles Cazabon <[email protected]> wrote: > the elegance of a service/run script containing "sleep 60; exec > <something_that_exits_when_done> ..." for periodic jobs cannot be > beat. <plug> I daresay it can, by just a bit: exec \ rw-add n d60S waketime \ rw-sleep \$waketime \ ... The main advantage being that you can use "svc -a /service/foo" to make it wake up early. <URL:http://multivac.cwru.edu./runwhen/> paul