Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/hostid
| Show First 20 Lines • Show All 150 Lines • ▼ Show 20 Lines | if [ -r ${hostid_file} ]; then | ||||
| fi | fi | ||||
| fi | fi | ||||
| # No hostid file, generate UUID. | # No hostid file, generate UUID. | ||||
| hostid_generate | hostid_generate | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| hostid_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||