From owner-svn-src-head@freebsd.org Tue Dec 6 20:45:22 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31A56C6B376; Tue, 6 Dec 2016 20:45:22 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from mr11p00im-asmtp003.me.com (mr11p00im-asmtp003.me.com [17.110.69.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 156C71C92; Tue, 6 Dec 2016 20:45:22 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from process-dkim-sign-daemon.mr11p00im-asmtp003.me.com by mr11p00im-asmtp003.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OHS00O003XRFF00@mr11p00im-asmtp003.me.com>; Tue, 06 Dec 2016 19:44:58 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=4d515a; t=1481053497; bh=wGO0Iry/b/mT1l0sFoYa4CuLekYXw06nmFBimUuMAB8=; h=Date:Subject:From:To:Message-id:MIME-version:Content-type; b=RvsxTFYE3S5Y1fEVfkbrwA5BsGT/KnqJeEf/gWTLEkXPQ4REWwX/aG8ahnkrSgQYq sUfoh3Q4+wvKOoQHnCSDBal3QaGKbjS+4xdKGSO+Dte7Sie/BS/I2mW1E0wvrDEPhD o9DPYRNoH5cYk4gxDn0/f4YCzxtXLstdiDfluhqSWD02OukOrfQi+3RInj93QT3byc IqxI9tR/ugt1Sqg+j8RXrBqZ9xj4x9FGvzuF1ARGj9NF/yHgeD6A44AFlACeIo4jZk M44O2e6uhfCou750Z3aYXsm59drG/FW+NFjkSzYS56Tp+ibKzF7dueQrZdOKldliaM NA20GnL9uTVeA== Received: from [172.17.133.77] (dip-cali.panasas.com [64.80.217.3]) by mr11p00im-asmtp003.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OHS008E346UGT20@mr11p00im-asmtp003.me.com>; Tue, 06 Dec 2016 19:44:56 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-12-06_11:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1612060296 User-Agent: Microsoft-MacOutlook/f.1c.1.161117 Date: Tue, 06 Dec 2016 11:44:53 -0800 Subject: Re: svn commit: r309625 - head/sbin/rcorder From: Ravi Pokala Sender: "Pokala, Ravi" To: Ian Lepore , Eric van Gyzen , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-id: <1F947149-E2E6-4B50-BE65-EF426585343E@panasas.com> Thread-topic: svn commit: r309625 - head/sbin/rcorder References: <201612061549.uB6Fndxo044249@repo.freebsd.org> <1481052934.1889.267.camel@freebsd.org> In-reply-to: <1481052934.1889.267.camel@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 20:45:22 -0000 -----Original Message----- > From: Ian Lepore > Date: 2016-12-06, Tuesday at 11:35 > To: Eric van Gyzen , Ravi Pokala , , , > Subject: Re: svn commit: r309625 - head/sbin/rcorder > > On Tue, 2016-12-06 at 13:07 -0600, Eric van Gyzen wrote: >> On 12/06/2016 11:30, Ravi Pokala wrote: >>> >>> ... >>> >> I saw that, too. I'm pretty sure they're not called directly, but are >> called from other scripts, such as network.subr and ipfw, respectively. >> They certainly /look/ like they can be called directly. Maybe that's >> leftover from an older style of configuration? I defer to the rc experts. >> >> Eric > > The clue for that is the "nostart" keyword -- scripts flagged with that > won't be run automatically because /etc/rc does 'rcorder -s nostart', > but they can be run by other scripts or from devd. > > -- Ian Ahhh! Good to know. Thanks Ian, Ravi (rpokala@)