AboutSummaryRefsLogTreeCommitDiffStats
path: root/vixie-specification.scm
diff options
context:
space:
mode:
authordale_mellor <dale_mellor>2004-01-22 13:54:21 +0000
committerdale_mellor <dale_mellor>2004-01-22 13:54:21 +0000
commit627e81918e50e7806aace870d1529adf5d75a15d (patch)
tree379d46f025c297f9ab392d1663d85fd84227ef92 /vixie-specification.scm
parenteb50865add48ceccfa38bf4165351dd0418df41f (diff)
downloadmcron-627e81918e50e7806aace870d1529adf5d75a15d.tar.gz
mcron-627e81918e50e7806aace870d1529adf5d75a15d.tar.bz2
mcron-627e81918e50e7806aace870d1529adf5d75a15d.zip
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).1.0.0
Diffstat (limited to 'vixie-specification.scm')
-rw-r--r--vixie-specification.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vixie-specification.scm b/vixie-specification.scm
index 89c89f4..4af327f 100644
--- a/vixie-specification.scm
+++ b/vixie-specification.scm
@@ -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)))))))