diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 17:37:07 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 17:37:07 -0400 |
| commit | 883493c2b243db5476a9a09ae9073541cfc5550f (patch) | |
| tree | db5697ebc40bd662d71351134729f5b87cd93419 /src/Propellor/Property/Hostname.hs | |
| parent | 799e96d22269ec3f04cef6efa00dcef91f77a4b9 (diff) | |
comments
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. |
