diff options
Diffstat (limited to 'libexec/rc/rc.d/dmesg')
| -rwxr-xr-x | libexec/rc/rc.d/dmesg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/dmesg b/libexec/rc/rc.d/dmesg index ed36ec17b419..51e35d5d4e80 100755 --- a/libexec/rc/rc.d/dmesg +++ b/libexec/rc/rc.d/dmesg @@ -23,4 +23,8 @@ do_dmesg() } load_rc_config $name + +# doesn't make sense to run in a svcj +dmesg_svcj="NO" + run_rc_command "$1" |
