From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 14:26:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2664216A41F for ; Sat, 17 Sep 2005 14:26:30 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0D8443D45 for ; Sat, 17 Sep 2005 14:26:29 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 2770 invoked from network); 17 Sep 2005 14:26:29 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Sep 2005 14:26:29 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6B6C23E; Sat, 17 Sep 2005 10:26:28 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Denny White References: <20050916101922.D7793@dualman.cableone.net> From: Lowell Gilbert Date: 17 Sep 2005 10:26:27 -0400 In-Reply-To: <20050916101922.D7793@dualman.cableone.net> Message-ID: <44ek7nkbxo.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions Subject: Re: ntop question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 14:26:30 -0000 Denny White writes: > Installed ntop. ntop.sh in /usr/local/etc/rc.d, so starts > automatically at boot. That part I understand. Couldn't > find where there's any conf file for it. Read all over > google & in mailing lists. So, question is, I simply have > to move the script out of /usr/local/etc/rc.d to no longer > have it run automatically? Correct? Just remove the executable bit from it ("chmod gou-x /usr/local/etc/rc.d/ntop.sh") >