Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/ldconfig
| Show First 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | if check_kern_features compat_freebsd32; then | ||||
| startmsg '32-bit compatibility ldconfig path:' ${_LDC} | startmsg '32-bit compatibility ldconfig path:' ${_LDC} | ||||
| ${ldconfig} -32 ${_ins} ${_LDC} | ${ldconfig} -32 ${_ins} ${_LDC} | ||||
| fi | fi | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| ldconfig_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||