From dca798111128ea1d8c4e40448b1124bc721bd2cc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 27 Apr 2009 23:09:25 +0000 Subject: [PATCH] * Make sure that the FDI cache is flushed on startup. Mine had a timestamp somewhere in 2008, so apparently it's not getting updated. svn path=/nixos/trunk/; revision=15344 --- upstart-jobs/hal.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upstart-jobs/hal.nix b/upstart-jobs/hal.nix index af4038f0fe0d..786edd818495 100644 --- a/upstart-jobs/hal.nix +++ b/upstart-jobs/hal.nix @@ -30,6 +30,8 @@ mkdir -m 0755 -p /var/cache/hald + rm -f /var/cache/hald/fdi-cache + end script respawn ${hal}/sbin/hald --daemon=no