Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 16:38:44 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353054 - head/libexec/rc/rc.d
Message-ID:  <201910031638.x93Gci8j017489@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=":"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910031638.x93Gci8j017489>