diff options
Diffstat (limited to 'libexec/rc/rc.d/natd')
-rwxr-xr-x | libexec/rc/rc.d/natd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/natd b/libexec/rc/rc.d/natd index d95d586ac69f..1c8c1cb50a96 100755 --- a/libexec/rc/rc.d/natd +++ b/libexec/rc/rc.d/natd @@ -40,4 +40,8 @@ natd_precmd() } load_rc_config $name + +# precmd is not compatible with svcj +natd_svcj="NO" + run_rc_command "$1" |