This is the version 1.0.0 release (many changes have occurred without commiting due to disruption to Savannah, including a skip over the 0.99.4 release).
This commit is contained in:
parent
eb50865add
commit
627e81918e
11 changed files with 230 additions and 81 deletions
|
|
@ -186,6 +186,6 @@
|
|||
(let ((mtime (stat:mtime (stat "/etc/crontab"))))
|
||||
(if (> mtime (- (current-time) 60))
|
||||
(let ((socket (socket AF_UNIX SOCK_STREAM 0)))
|
||||
(connect socket AF_UNIX "/var/cron/socket")
|
||||
(connect socket AF_UNIX config-socket-file)
|
||||
(display "/etc/crontab" socket)
|
||||
(close socket)))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue