summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ypset
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/ypset')
-rw-r--r--etc/rc.d/ypset10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.d/ypset b/etc/rc.d/ypset
index 577b545..006e946 100644
--- a/etc/rc.d/ypset
+++ b/etc/rc.d/ypset
@@ -28,11 +28,11 @@ ypset_precmd()
force_depend ypbind || 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