Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/nisdomain
| Show First 20 Lines • Show All 45 Lines • ▼ Show 20 Lines | nisdomain_start() | ||||
| *) | *) | ||||
| domainname ${nisdomainname} | domainname ${nisdomainname} | ||||
| echo "Setting NIS domain: `/bin/domainname`." | echo "Setting NIS domain: `/bin/domainname`." | ||||
| ;; | ;; | ||||
| esac | esac | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| nisdomain_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||