svn commit: r353054 - head/libexec/rc/rc.d
Edward Tomasz Napierala
trasz at FreeBSD.org
Thu Oct 3 16:38:44 UTC 2019
Author: trasz
Date: Thu Oct 3 16:38:44 2019
New Revision: 353054
URL: https://svnweb.freebsd.org/changeset/base/353054
Log:
Add rcvar back to the linux rc script. Without it it was enabled
unconditionally.
Reported by: Michael Butler <imb at protected-networks dot net>
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/libexec/rc/rc.d/linux
Modified: head/libexec/rc/rc.d/linux
==============================================================================
--- head/libexec/rc/rc.d/linux Thu Oct 3 16:22:56 2019 (r353053)
+++ head/libexec/rc/rc.d/linux Thu Oct 3 16:38:44 2019 (r353054)
@@ -11,6 +11,7 @@
name="linux"
desc="Enable Linux ABI"
+rcvar="linux_enable"
start_cmd="${name}_start"
stop_cmd=":"
More information about the svn-src-all
mailing list