Revision df726590 src/Ganeti/ConstantUtils.hs

b/src/Ganeti/ConstantUtils.hs
71 71
-- between 'Ganeti.HsConstants' and 'Ganeti.Runtime'
72 72
exitFailure :: Int
73 73
exitFailure = 1
74

  
75
-- | Console device
76
--
77
-- This is defined here and not in 'Ganeti.HsConstants' order to avoid
78
-- a circular dependency between 'Ganeti.HsConstants' and
79
-- 'Ganeti.Logging'
80
devConsole :: String
81
devConsole = "/dev/console"

Also available in: Unified diff