diff options
| author | Mike Makonnen <mtm@FreeBSD.org> | 2003-07-09 03:21:03 +0000 |
|---|---|---|
| committer | Mike Makonnen <mtm@FreeBSD.org> | 2003-07-09 03:21:03 +0000 |
| commit | 1790807ec0ef79e20e18d24eef5bcf7725b36f29 (patch) | |
| tree | b3c7ff24675e984e95f70972752774dc8b6226e9 | |
| parent | 9efd29f394f344f62e0e10ac7004222a753b0320 (diff) | |
Notes
| -rwxr-xr-x | etc/rc.d/ypbind | 2 | ||||
| -rwxr-xr-x | etc/rc.d/yppasswdd | 2 | ||||
| -rwxr-xr-x | etc/rc.d/ypserv | 2 | ||||
| -rw-r--r-- | etc/rc.d/ypset | 2 | ||||
| -rw-r--r-- | etc/rc.d/ypupdated | 2 | ||||
| -rw-r--r-- | etc/rc.d/ypxfrd | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/etc/rc.d/ypbind b/etc/rc.d/ypbind index 0542e07a787f8..f8d2456b80515 100755 --- a/etc/rc.d/ypbind +++ b/etc/rc.d/ypbind @@ -40,7 +40,7 @@ ypbind_precmd() _domain=`domainname` if [ -z "$_domain" ]; then - warn "domainname(1) is not set." + warn "NIS domainname(1) is not set." return 1 fi } diff --git a/etc/rc.d/yppasswdd b/etc/rc.d/yppasswdd index 0891f10641112..ffd3f11807fd4 100755 --- a/etc/rc.d/yppasswdd +++ b/etc/rc.d/yppasswdd @@ -46,7 +46,7 @@ yppasswdd_precmd() _domain=`domainname` if [ -z "$_domain" ]; then - warn "domainname(1) is not set." + warn "NIS domainname(1) is not set." return 1 fi } diff --git a/etc/rc.d/ypserv b/etc/rc.d/ypserv index 657a37758937a..66c78ad807a34 100755 --- a/etc/rc.d/ypserv +++ b/etc/rc.d/ypserv @@ -40,7 +40,7 @@ ypserv_precmd() _domain=`domainname` if [ -z "$_domain" ]; then - warn "domainname(1) is not set." + warn "NIS domainname(1) is not set." return 1 fi diff --git a/etc/rc.d/ypset b/etc/rc.d/ypset index 135c5ba86d925..df643b30ef972 100644 --- a/etc/rc.d/ypset +++ b/etc/rc.d/ypset @@ -31,7 +31,7 @@ ypset_precmd() _domain=`domainname` if [ -z "$_domain" ]; then - warn "domainname(1) is not set." + warn "NIS domainname(1) is not set." return 1 fi } diff --git a/etc/rc.d/ypupdated b/etc/rc.d/ypupdated index 1dc43f505b2ed..1fedf76968ef8 100644 --- a/etc/rc.d/ypupdated +++ b/etc/rc.d/ypupdated @@ -29,7 +29,7 @@ rpc_ypupdated_precmd() _domain=`domainname` if [ -z "$_domain" ]; then - warn "domainname(1) is not set." + warn "NIS domainname(1) is not set." return 1 fi } diff --git a/etc/rc.d/ypxfrd b/etc/rc.d/ypxfrd index eeb5a824b2ec6..d39a9c497e473 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 } |
