diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-11-07 00:32:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-11-07 00:32:09 +0000 |
commit | 4ec1edc1f8bb87b5989368a60162646760dc22fc (patch) | |
tree | c36f13824a8417753291385136443ec357401c60 /init.d | |
parent | 1b0130961ebc308bba4c9ced3988558bfac103d9 (diff) |
Whitespace.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/hostname.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/hostname.in b/init.d/hostname.in index 5d8ce28d..5eea7f0d 100644 --- a/init.d/hostname.in +++ b/init.d/hostname.in @@ -10,7 +10,7 @@ depend() { start() { - # HOSTNAME variable used to be defined in caps in conf.d/hostname. + # HOSTNAME variable used to be defined in caps in conf.d/hostname. # It is also a magic variable in bash. hostname=${hostname-${HOSTNAME-localhost}} # checkbashisms: false positive ebegin "Setting hostname to $hostname" |