3
0
Fork 0
forked from mirrors/nixpkgs

* 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
This commit is contained in:
Eelco Dolstra 2008-11-25 00:05:08 +00:00
parent 9fefbf1379
commit e39be7a088

View file

@ -3035,7 +3035,7 @@ root ALL=(ALL) SETENV: ALL
# services # services
(import ../upstart-jobs/cron.nix) (import ../upstart-jobs/cron.nix)
(import ../upstart-jobs/fcron.nix) #(import ../upstart-jobs/fcron.nix)
(import ../upstart-jobs/cron/locate.nix) (import ../upstart-jobs/cron/locate.nix)
]; ];
} }