Revision 06fd57e5 src/Ganeti/ConstantUtils.hs

b/src/Ganeti/ConstantUtils.hs
80 80
devConsole :: String
81 81
devConsole = "/dev/console"
82 82

  
83
-- | Random uuid generator
84
--
85
-- This is defined here and not in 'Ganeti.HsConstants' order to avoid
86
-- a circular dependendy between 'Ganeti.HsConstants' and
87
-- 'Ganeti.Types'
88
randomUuidFile :: String
89
randomUuidFile = "/proc/sys/kernel/random/uuid"
90

  
83 91
-- | Priority levels
84 92
--
85 93
-- This is defined here and not in 'Ganeti.Types' order to avoid a GHC

Also available in: Unified diff