Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/mountlate
| Show All 38 Lines | mountlate_start() | ||||
| # If we booted a special kernel remove the record | # If we booted a special kernel remove the record | ||||
| # so we will boot the default kernel next time. | # so we will boot the default kernel next time. | ||||
| if [ -x /sbin/nextboot ]; then | if [ -x /sbin/nextboot ]; then | ||||
| /sbin/nextboot -D | /sbin/nextboot -D | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # mounting shall not be performed in a svcj | |||||
| mountlate_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||