summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-11-07 00:32:09 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-11-07 00:32:09 +0000
commit4ec1edc1f8bb87b5989368a60162646760dc22fc (patch)
treec36f13824a8417753291385136443ec357401c60 /init.d
parent1b0130961ebc308bba4c9ced3988558bfac103d9 (diff)
downloadopenrc-4ec1edc1f8bb87b5989368a60162646760dc22fc.tar.gz
openrc-4ec1edc1f8bb87b5989368a60162646760dc22fc.tar.bz2
openrc-4ec1edc1f8bb87b5989368a60162646760dc22fc.tar.xz
Whitespace.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'init.d')
-rw-r--r--init.d/hostname.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/hostname.in b/init.d/hostname.in
index 5d8ce28..5eea7f0 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"