diff options
Diffstat (limited to 'src/Propellor/Property/Hostname.hs')
| -rw-r--r-- | src/Propellor/Property/Hostname.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Hostname.hs b/src/Propellor/Property/Hostname.hs index 8033bef8..4597b178 100644 --- a/src/Propellor/Property/Hostname.hs +++ b/src/Propellor/Property/Hostname.hs @@ -11,7 +11,7 @@ import Data.List.Utils -- name the `Host` has. -- -- Configures both </etc/hostname> and the current hostname. --- (However, if used inside a chroot, avoids setting the current hostname +-- (However, when used inside a chroot, avoids setting the current hostname -- as that would impact the system outside the chroot.) -- -- Configures </etc/mailname> with the domain part of the hostname. |
