Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/local
| Show All 27 Lines | local_stop() | ||||
| if [ -f /etc/rc.shutdown.local ]; then | if [ -f /etc/rc.shutdown.local ]; then | ||||
| echo -n 'Shutting down local daemons:' | echo -n 'Shutting down local daemons:' | ||||
| . /etc/rc.shutdown.local | . /etc/rc.shutdown.local | ||||
| echo '.' | echo '.' | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: it may contain everything | |||||
| local_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||