From owner-cvs-all@FreeBSD.ORG Fri Mar 30 18:36:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3AB116A404; Fri, 30 Mar 2007 18:36:46 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9D20613C458; Fri, 30 Mar 2007 18:36:46 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2UIakoR065859; Fri, 30 Mar 2007 18:36:46 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2UIakDl065858; Fri, 30 Mar 2007 18:36:46 GMT (envelope-from mtm) Message-Id: <200703301836.l2UIakDl065858@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 30 Mar 2007 18:36:45 +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.d isdnd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2007 18:36:46 -0000 mtm 2007-03-30 18:36:45 UTC FreeBSD src repository Modified files: etc/rc.d isdnd Log: Some rc.d commands (such as stop|restart etc.) won't automagically work if we don't explicitly set the name of the executable program. PR: conf/104408 Revision Changes Path 1.22 +1 -0 src/etc/rc.d/isdnd