diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2024-05-22 13:31:47 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2024-05-22 13:41:49 +0000 |
| commit | f99f0ee14e3af81c23150a6a340259ca8a33d01a (patch) | |
| tree | d89c2174bd84df6c1552b7e98e7a29f421fe2272 /libexec/rc/rc.d/mdconfig | |
| parent | 2efbd480f1d37cbadc5af4476a87e5336c493910 (diff) | |
Diffstat (limited to 'libexec/rc/rc.d/mdconfig')
| -rwxr-xr-x | libexec/rc/rc.d/mdconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/mdconfig b/libexec/rc/rc.d/mdconfig index 2322cdc55fc2..4df14017334b 100755 --- a/libexec/rc/rc.d/mdconfig +++ b/libexec/rc/rc.d/mdconfig @@ -181,6 +181,9 @@ fi load_rc_config $name +# doesn't make sense to run in a svcj: config setting +mdconfig_svcj="NO" + if [ -z "${_mdconfig_list}" ]; then for _mdconfig_config in `list_vars mdconfig_md[0-9]\* | sort_lite -nk1.12` |
