Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/motd
| Show First 20 Lines • Show All 49 Lines • ▼ Show 20 Lines | motd_start() | ||||
| install -C -o root -g wheel -m "${PERMS}" "$T" "${TARGET}" | install -C -o root -g wheel -m "${PERMS}" "$T" "${TARGET}" | ||||
| rm -f "$T" | rm -f "$T" | ||||
| startmsg '.' | startmsg '.' | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| motd_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||