Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/mountcritlocal
| Show First 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | *) | ||||
| echo 'Mounting /etc/fstab filesystems failed,' \ | echo 'Mounting /etc/fstab filesystems failed,' \ | ||||
| 'startup aborted' | 'startup aborted' | ||||
| stop_boot true | stop_boot true | ||||
| ;; | ;; | ||||
| esac | esac | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # mounting shall not be performed in a svcj | |||||
| mountcritlocal_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||