From owner-freebsd-questions Wed Sep 24 04:11:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA22864 for questions-outgoing; Wed, 24 Sep 1997 04:11:19 -0700 (PDT) Received: from hometeam.techpower.net (hometeam@techpower.net [206.244.73.241]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA22859 for ; Wed, 24 Sep 1997 04:11:15 -0700 (PDT) Received: from localhost (hometeam@localhost) by hometeam.techpower.net (8.8.7/8.8.5) with SMTP id TAA01799 for ; Tue, 23 Sep 1997 19:08:29 -0400 (EDT) Date: Tue, 23 Sep 1997 19:08:29 -0400 (EDT) From: Dr Freebsd To: freebsd-questions@FreeBSD.ORG Subject: rc.conf Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Why would my rc.conf file grow ? here is a sample: swapfile="NO" # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfil e if aux swapfile desired." # Set to name of swapfile if aux swapfil e desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired. apm_enable="NO" I noticed this before and grabed a new one from sources, now it is building again... Anyone know what would cause this and how to fix it ?