From owner-freebsd-current@FreeBSD.ORG Tue Jul 29 04:13:54 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C9D37B401 for ; Tue, 29 Jul 2003 04:13:54 -0700 (PDT) Received: from mailhub02.unibe.ch (mailhub02-skge0.unibe.ch [130.92.9.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 487CB43F3F for ; Tue, 29 Jul 2003 04:13:53 -0700 (PDT) (envelope-from roth@iam.unibe.ch) Received: from localhost (localhost [127.0.0.1]) by mailhub02.unibe.ch (Postfix) with ESMTP id 620897640A for ; Tue, 29 Jul 2003 13:13:52 +0200 (MEST) Received: from mailhub02.unibe.ch ([127.0.0.1]) by localhost (mailhub02 [127.0.0.1:10024]) (amavisd-new) with LMTP id 00018-01-97 for ; Tue, 29 Jul 2003 13:13:51 +0200 (MEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub02.unibe.ch (Postfix) with ESMTP id A6C8D76404 for ; Tue, 29 Jul 2003 13:13:51 +0200 (MEST) Received: from speedy.unibe.ch (speedy [130.92.64.35]) by asterix.unibe.ch (8.11.6+Sun/8.11.6) with ESMTP id h6TBDpK22932 for ; Tue, 29 Jul 2003 13:13:51 +0200 (MET DST) Received: (from roth@localhost) by speedy.unibe.ch (8.11.6+Sun/8.10.2) id h6TBDpr06490 for current@freebsd.org; Tue, 29 Jul 2003 13:13:51 +0200 (MEST) Date: Tue, 29 Jul 2003 13:13:51 +0200 From: Tobias Roth To: current@freebsd.org Message-ID: <20030729111351.GA6475@speedy.unibe.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: SunOS speedy 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-80 X-Virus-checked: by University of Berne Subject: rcng: additional argument to run_rc_command X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 11:13:54 -0000 is it possible to give an extra argument to an $extra_commands command? the usual call to run_rc_command run_rc_command "$1" suggests otherwise, as $1 already is the name of the command to be executed (start, stop, etc). would this be possible/a good idea to implement? thx, t.