From b6794f174ed3d078b6b88f4eb72a3cc9d8dfcf64 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Oct 2013 16:13:33 -0400 Subject: [PATCH] note on nice --- Build/BundledPrograms.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index 7100af503f..d071ae3aa3 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -44,8 +44,8 @@ bundledPrograms = catMaybes , SysConfig.sha512 , SysConfig.sha224 , SysConfig.sha384 - -- ionice is not included in the bundle; we rely on the system's - -- own version, which may better match its kernel + -- nice and ionice are not included in the bundle; we rely on the + -- system's own version, which may better match its kernel ] where ifset True s = Just s