From owner-freebsd-questions@FreeBSD.ORG Sat May 10 15:07:02 2003 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 D0AC337B401 for ; Sat, 10 May 2003 15:07:02 -0700 (PDT) Received: from thalia.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id F342343FAF for ; Sat, 10 May 2003 15:07:00 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a128.otenet.gr [212.205.215.128]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h4AM6tRU024796; Sun, 11 May 2003 01:06:56 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h4AM6tmi002485; Sun, 11 May 2003 01:06:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h4AM6lbF002484; Sun, 11 May 2003 01:06:47 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 11 May 2003 01:06:47 +0300 From: Giorgos Keramidas To: Hudson T Clark Message-ID: <20030510220647.GD2208@gothmog.gr> References: <20030509.223425.-909321.2.dark_archon1@juno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030509.223425.-909321.2.dark_archon1@juno.com> cc: jez.hancock@munk.nu cc: freebsd-questions@freebsd.org Subject: Re: rc.conf and inetd.conf 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: Sat, 10 May 2003 22:07:03 -0000 On 2003-05-09 22:34, Hudson T Clark wrote: > Ok well I'm getting lost now... is there a area on the freebsd web page > that has a list of configuration files? I still havent' figured out how > to get rc.conf working (both the defaults and the one in /etc) Point your browser at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-tuning.html Then read the manpage of rc.conf(5): man 5 rc.conf > and now I can't disable MOTD in /etc/login.conf!!! Try man login.conf :) - Giorgos