summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ypupdated
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/ypupdated')
-rw-r--r--etc/rc.d/ypupdated10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.d/ypupdated b/etc/rc.d/ypupdated
index 6e8b193..1dc43f5 100644
--- a/etc/rc.d/ypupdated
+++ b/etc/rc.d/ypupdated
@@ -27,11 +27,11 @@ rpc_ypupdated_precmd()
force_depend ypserv || return 1
fi
- _domain=`domainname`
- if [ -z "$_domain" ]; then
- warn "domainname(1) is not set."
- return 1
- fi
+ _domain=`domainname`
+ if [ -z "$_domain" ]; then
+ warn "domainname(1) is not set."
+ return 1
+ fi
}
load_rc_config $name
OpenPOWER on IntegriCloud