aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.sysinit3
1 files changed, 1 insertions, 2 deletions
diff --git a/rc.sysinit b/rc.sysinit
index ba7b402..047ceeb 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -67,8 +67,7 @@ stat_done
if [ "$HOSTNAME" != "" ]; then
stat_busy "Setting Hostname: $HOSTNAME"
- /bin/hostname $HOSTNAME
- stat_done
+ checkret /bin/hostname $HOSTNAME
fi
stat_busy "Starting System Logger"