From owner-freebsd-questions@FreeBSD.ORG Fri Aug 1 15:59:12 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3A331065692 for ; Fri, 1 Aug 2008 15:59:12 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0D3DE8FC1A for ; Fri, 1 Aug 2008 15:59:11 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so581431nfh.33 for ; Fri, 01 Aug 2008 08:59:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=LMYO9rdSzn279OJhXhZc8PoHnU5yyGYuk0a7sKHLhVs=; b=bibDDHMAEJ9KhMvdTLByVPAW8Y7zr2TRgOh3CB3AjeiFu6RY+u8YhKwMs7Abm0IMU2 Hut/5ONWDoOvSetDkWe0Zdgqa+eST6nLaAxrCwWR1RMjxEVaZCcLCmOehKgKAmweZN0i KsXlU9aDMG01ggW3Kk5jxwDsihXta8BclBwFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=VXqhPXj8t39EECl3iCxiHbEaIqZgKMDBt1rtYUy6RJFrKTW8UAtaT9RxcF615ZmVUQ U+29MYxCjGJuNRlNhIMpnDVHbSlv6F1RNWUh1Pe0OnxyurGBV4MFHWo0tAQ3YCCeiQ7v JRmDo1A3nL9fo+eEeg7fwHh9y4xwz70dNbksI= Received: by 10.103.228.12 with SMTP id f12mr4423138mur.28.1217606350596; Fri, 01 Aug 2008 08:59:10 -0700 (PDT) Received: by 10.103.199.5 with HTTP; Fri, 1 Aug 2008 08:59:10 -0700 (PDT) Message-ID: Date: Fri, 1 Aug 2008 17:59:10 +0200 From: "Redd Vinylene" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: src.conf: WITHOUT_SOMETHING 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: Fri, 01 Aug 2008 15:59:13 -0000 Let's say I add WITHOUT_SOMETHING to /etc/rc.conf, and remake and reinstall my world. What will happen to the previous install of SOMETHING? Will it be removed or just left there to rot? Thank you!