svn commit: r242373 - user/crees/rclint

Chris Rees crees at FreeBSD.org
Tue Oct 30 20:40:22 UTC 2012


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
 


More information about the svn-src-user mailing list