From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 21:02:03 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A06201065673 for ; Thu, 2 Feb 2012 21:02:03 +0000 (UTC) (envelope-from noeldude@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 553B28FC1F for ; Thu, 2 Feb 2012 21:02:03 +0000 (UTC) Received: by yenl12 with SMTP id l12so1608585yen.13 for ; Thu, 02 Feb 2012 13:02:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=2eK9hMLO6T7mx9qf8f6xDDlYSgiG8TztZ7BoBJS+pPA=; b=o6Z2pRUBsHaWQ5Lb5RBwVQOCiou5rG+pSLprTbFoxb6DY8KSbtwN100QVFFBvhvS+k LcmJH50FA4ertZQOXs6kczx9Q5TezaW+Ue88rsBWRKrSPB2Sb2PdpcrigmUp09EFXfYx ZVX0dufrSfeR7eomzZbU8gwSGpg6zP0R4DIFk= Received: by 10.236.124.172 with SMTP id x32mr7118320yhh.19.1328215081039; Thu, 02 Feb 2012 12:38:01 -0800 (PST) Received: from [192.168.70.161] (70-90-156-234-Knoxville.hfc.comcastbusiness.net. [70.90.156.234]) by mx.google.com with ESMTPS id o11sm7956057anl.11.2012.02.02.12.37.59 (version=SSLv3 cipher=OTHER); Thu, 02 Feb 2012 12:38:00 -0800 (PST) Message-ID: <4F2AF422.5010207@gmail.com> Date: Thu, 02 Feb 2012 14:37:54 -0600 From: Noel User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: OT: Slackware: Starting Servers at Boot 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: Thu, 02 Feb 2012 21:02:03 -0000 On 2/2/2012 2:22 PM, Chris Maness wrote: > I have been using FreeBSD for so long I forgot how to configure > services and startup. I now also have a Slack box. What file do I > edit to so that services like named start automagically? I am aware > lines can be uncommented in inetd.conf, but I want the service running > without spawning from inetd. http://www.freebsd.org/cgi/man.cgi?query=rc.conf&sektion=5 # /etc/rc.conf named_enable="YES"