summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/hostname
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/hostname')
-rw-r--r--etc/rc.d/hostname2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/hostname b/etc/rc.d/hostname
index 6d0f12e..52f4408 100644
--- a/etc/rc.d/hostname
+++ b/etc/rc.d/hostname
@@ -72,7 +72,7 @@ hostname_start()
# All right, it is safe to invoke hostname(1) now.
#
- echo "Setting hostname: ${hostname}."
+ [ -z "${rc_quiet}" ] && echo "Setting hostname: ${hostname}."
/bin/hostname "${hostname}"
}
OpenPOWER on IntegriCloud