svn commit: r219389 - stable/7/etc
Jilles Tjoelker
jilles at FreeBSD.org
Mon Mar 7 22:50:27 UTC 2011
Author: jilles
Date: Mon Mar 7 22:50:27 2011
New Revision: 219389
URL: http://svn.freebsd.org/changeset/base/219389
Log:
MFC r198216 by ed: Fix quoting in a comment,
to make it look more consistent.
Modified:
stable/7/etc/rc.subr
Directory Properties:
stable/7/etc/ (props changed)
Modified: stable/7/etc/rc.subr
==============================================================================
--- stable/7/etc/rc.subr Mon Mar 7 22:36:11 2011 (r219388)
+++ stable/7/etc/rc.subr Mon Mar 7 22:50:27 2011 (r219389)
@@ -551,7 +551,7 @@ run_rc_command()
rc_fast=yes
rc_quiet=yes
;;
- force*) # "force prefix; always run
+ force*) # "force" prefix; always run
rc_force=yes
_rc_prefix=force
rc_arg=${rc_arg#${_rc_prefix}}
More information about the svn-src-stable
mailing list