From owner-freebsd-questions@FreeBSD.ORG Thu Dec 2 16:39:03 2004 Return-Path: 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 F1AAD16A4CF for ; Thu, 2 Dec 2004 16:39:03 +0000 (GMT) Received: from debian.akroteq.com (rdbck-static-72.palmer.mtaonline.net [12.17.141.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C4AE43D49 for ; Thu, 2 Dec 2004 16:39:01 +0000 (GMT) (envelope-from andy@firman.us) Received: from andy by debian.akroteq.com with local (Exim 4.34) id 1CZtyu-0003vC-Ev for freebsd-questions@freebsd.org; Thu, 02 Dec 2004 07:39:00 -0900 Date: Thu, 2 Dec 2004 07:39:00 -0900 From: Andy Firman To: freebsd-questions@freebsd.org Message-ID: <20041202163900.GA14829@akroteq.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: /usr/local/etc/rc.d vs /etc/rc.conf question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Firman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:39:04 -0000 I just took over a FreeBSD box and there is a proftpd.sh script in the /usr/local/etc/rc.d directory. There is also this entry in /etc/rc.conf: proftpd_enable="YES" There is no need for entries in /etc/rc.conf if the script exists in /usr/local/etc/rc.d right? Andy