From owner-cvs-src@FreeBSD.ORG Sat Oct 1 20:58:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3F316A41F; Sat, 1 Oct 2005 20:58:03 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F9F243D45; Sat, 1 Oct 2005 20:58:03 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Kw3WF097138; Sat, 1 Oct 2005 20:58:03 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91Kw3L9097137; Sat, 1 Oct 2005 20:58:03 GMT (envelope-from yar) Message-Id: <200510012058.j91Kw3L9097137@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 1 Oct 2005 20:58:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 20:58:04 -0000 yar 2005-10-01 20:58:03 UTC FreeBSD src repository Modified files: etc rc.subr Log: Fix the usage of rc_usage. The rc_usage function takes a list of possible keywords, not all them in a single argument. This also fixes the issue of extra delimiter characters appearing on the help line from rc.d scripts not setting $extra_commands. Revision Changes Path 1.38 +3 -3 src/etc/rc.subr