From owner-freebsd-questions@FreeBSD.ORG Fri Feb 11 19:31:07 2005 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 EF4AF16A4CE for ; Fri, 11 Feb 2005 19:31:07 +0000 (GMT) Received: from enigmedia.com (mail.enigmedia.com [207.158.46.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id C335043D46 for ; Fri, 11 Feb 2005 19:31:07 +0000 (GMT) (envelope-from aklist_061666@enigmedia.com) Received: from ANDREW9KNFJ0JD (68.161.247.47) by enigmedia.com with ESMTP (Eudora Internet Mail Server 3.2.6) for ; Fri, 11 Feb 2005 14:31:07 -0500 Message-ID: <00e901c51070$4ed460d0$0b01a8c0@enigmedia.net> From: "aklist_061666" To: Date: Fri, 11 Feb 2005 14:31:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Newbie: where is the startup configuration line for BIND? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 19:31:08 -0000 Hi All: I just upgraded from freebsd 5.1 to 5.3, and I want to edit the startup parameters for named so that it reads my previous config file, basically I want the startup parameter to be: /usr/sbin/named -4 -c /etc/named.conf But I can't find where that command string is? all that is in my /etc/rc.conf is "named_enable="YES" " I have another file called /etc/rc.conf~ which has the line: "named_program="/urs/sbin/named" " But is that file a backup file or is it actually used? Or do I just need to modify that line with the parameters I want it to start up with? Thanks!