diff options
Diffstat (limited to 'libexec/rc/rc.d/gptboot')
-rwxr-xr-x | libexec/rc/rc.d/gptboot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/gptboot b/libexec/rc/rc.d/gptboot index 3f04143e79ec..188f1bb77557 100755 --- a/libexec/rc/rc.d/gptboot +++ b/libexec/rc/rc.d/gptboot @@ -73,4 +73,8 @@ gptboot_report() } load_rc_config $name + +# doesn't make sense to run in a svcj: config setting +gptboot_svcj="NO" + run_rc_command "$1" |