summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ypxfrd
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-07-09 03:21:03 +0000
committermtm <mtm@FreeBSD.org>2003-07-09 03:21:03 +0000
commit592d797d9bd0b57d4381114943402e05e7869232 (patch)
treeb3c7ff24675e984e95f70972752774dc8b6226e9 /etc/rc.d/ypxfrd
parent9687583ade057bcacf1441d12c1c95557fc7c7e7 (diff)
downloadFreeBSD-src-592d797d9bd0b57d4381114943402e05e7869232.zip
FreeBSD-src-592d797d9bd0b57d4381114943402e05e7869232.tar.gz
Be specific about which domainname is not set. It seems the man page
reference is not enough.
Diffstat (limited to 'etc/rc.d/ypxfrd')
-rw-r--r--etc/rc.d/ypxfrd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/ypxfrd b/etc/rc.d/ypxfrd
index eeb5a82..d39a9c4 100644
--- a/etc/rc.d/ypxfrd
+++ b/etc/rc.d/ypxfrd
@@ -31,7 +31,7 @@ ypxfrd_precmd()
_domain=`domainname`
if [ -z "$_domain" ]; then
- warn "domainname(1) is not set."
+ warn "NIS domainname(1) is not set."
return 1
fi
}
OpenPOWER on IntegriCloud