From 21be10618d4e2ca40d8295fee4ed26b972cb850a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 13 Oct 2012 13:21:43 -0400 Subject: full analysis of ways content could stop being preferred and need to be dropped --- Command/Vicfg.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/Vicfg.hs') diff --git a/Command/Vicfg.hs b/Command/Vicfg.hs index 178efec3a..0466c0c31 100644 --- a/Command/Vicfg.hs +++ b/Command/Vicfg.hs @@ -125,7 +125,7 @@ genCfg cfg descs = unlines $ concat [intro, trust, groups, preferredcontent] ] line setting u value = - [ com $ "(" ++ (fromMaybe "" $ M.lookup u descs) ++ ")" + [ com $ "(for " ++ (fromMaybe "" $ M.lookup u descs) ++ ")" , unwords [setting, fromUUID u, "=", value] ] lcom = map (\l -> if "#" `isPrefixOf` l then l else "#" ++ l) -- cgit v1.2.3