From e39be7a088a6af5922433a326a2cc560540ff0e4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Nov 2008 00:05:08 +0000 Subject: [PATCH] * Commented out the fcron job - for some reason it starts to build fcron even though it should be disabled by default, and the build fails. Strange... svn path=/nixos/trunk/; revision=13394 --- system/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/options.nix b/system/options.nix index 64bee0fa878..3574d0fb8eb 100644 --- a/system/options.nix +++ b/system/options.nix @@ -3035,7 +3035,7 @@ root ALL=(ALL) SETENV: ALL # services (import ../upstart-jobs/cron.nix) - (import ../upstart-jobs/fcron.nix) + #(import ../upstart-jobs/fcron.nix) (import ../upstart-jobs/cron/locate.nix) ]; }