Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/mountcritremote
| Show First 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | if $mounted_remote_filesystem; then | ||||
| # Regenerate the ldconfig hints in case there are additional | # Regenerate the ldconfig hints in case there are additional | ||||
| # library paths on remote file systems | # library paths on remote file systems | ||||
| /etc/rc.d/ldconfig quietstart | /etc/rc.d/ldconfig quietstart | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # mounting shall not be performed in a svcj | |||||
| mountcritremote_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||