diff options
Diffstat (limited to 'libexec/rc/rc.d/pwcheck')
-rwxr-xr-x | libexec/rc/rc.d/pwcheck | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/pwcheck b/libexec/rc/rc.d/pwcheck index 564c110d6a98..db42fdd0d37e 100755 --- a/libexec/rc/rc.d/pwcheck +++ b/libexec/rc/rc.d/pwcheck @@ -24,4 +24,8 @@ pwcheck_start() } load_rc_config $name + +# doesn't make sense to run in a svcj: config setting +pwcheck_svcj="NO" + run_rc_command "$1" |