summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/hostid
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/hostid')
-rwxr-xr-xetc/rc.d/hostid4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/hostid b/etc/rc.d/hostid
index 20f8502..c4545bd 100755
--- a/etc/rc.d/hostid
+++ b/etc/rc.d/hostid
@@ -50,9 +50,9 @@ hostid_set()
# Set both kern.hostuuid and kern.hostid.
#
check_startmsgs && echo "Setting hostuuid: ${uuid}."
- ${SYSCTL_W} kern.hostuuid="${uuid}" >/dev/null
+ ${SYSCTL} kern.hostuuid="${uuid}" >/dev/null
check_startmsgs && echo "Setting hostid: ${id}."
- ${SYSCTL_W} kern.hostid=${id} >/dev/null
+ ${SYSCTL} kern.hostid=${id} >/dev/null
}
hostid_hardware()
OpenPOWER on IntegriCloud