From 627e81918e50e7806aace870d1529adf5d75a15d Mon Sep 17 00:00:00 2001 From: dale_mellor Date: Thu, 22 Jan 2004 13:54:21 +0000 Subject: 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). --- vixie-specification.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vixie-specification.scm') 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))))))) -- cgit v1.2.3