From ee0ee18c9ccfb0ff411eec7ed2c5dd41aecda91e Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Thu, 3 Oct 2019 16:38:44 +0000 Subject: [PATCH] Add rcvar back to the linux rc script. Without it it was enabled unconditionally. Reported by: Michael Butler MFC after: 2 weeks Sponsored by: The FreeBSD Foundation --- libexec/rc/rc.d/linux | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/rc/rc.d/linux b/libexec/rc/rc.d/linux index ddb4243062b..dab2f8d461d 100755 --- a/libexec/rc/rc.d/linux +++ b/libexec/rc/rc.d/linux @@ -11,6 +11,7 @@ name="linux" desc="Enable Linux ABI" +rcvar="linux_enable" start_cmd="${name}_start" stop_cmd=":"