Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2012 20:40:21 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r242373 - user/crees/rclint
Message-ID:  <201210302040.q9UKeLXV071688@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees (ports committer)
Date: Tue Oct 30 20:40:21 2012
New Revision: 242373
URL: http://svn.freebsd.org/changeset/base/242373

Log:
  Clarify the error message when rcvar is incorrectly set

Modified:
  user/crees/rclint/errors.en

Modified: user/crees/rclint/errors.en
==============================================================================
--- user/crees/rclint/errors.en	Tue Oct 30 19:46:00 2012	(r242372)
+++ user/crees/rclint/errors.en	Tue Oct 30 20:40:21 2012	(r242373)
@@ -25,7 +25,7 @@ rcorder_order	rcorder block in the wrong
 
 rcsid	Missing FreeBSD RCSId keyword	All rc scripts must contain a line beginning # $FreeBSD$.  Do not include blank lines without comment markers at the beginning (#) until the script begins
 
-rcvar_incorrect	rcvar is not set correctly	rcvar must be directly set to name_enable.  Do not quote, and do not use indirection; ${name}_enable is slower than example_enable
+rcvar_incorrect	rcvar is not set correctly	rcvar must be directly set to name_enable.  Do not quote, and do not use indirection; ${name}_enable is slower than example_enable.  `set_rcvar` was removed from FreeBSD in January 2012, so definitely do not use that
 
 run_rc_argument	Incorrect argument to run_rc_command	The last line of the file should be run_rc_command $1
 



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