From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 04:10:47 2010 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 15D30106566C for ; Thu, 1 Jul 2010 04:10:47 +0000 (UTC) (envelope-from chrisstankevitz@yahoo.com) Received: from web52906.mail.re2.yahoo.com (web52906.mail.re2.yahoo.com [206.190.49.16]) by mx1.freebsd.org (Postfix) with SMTP id 985918FC1B for ; Thu, 1 Jul 2010 04:10:46 +0000 (UTC) Received: (qmail 33910 invoked by uid 60001); 1 Jul 2010 04:10:41 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1277957441; bh=64hUV68tEjoeGgldP/G1dpkOTk5RUcoCLBgvXMSd6e8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=QzTj6y80dwDD5o/MJqsz3AkjqMwZ+0WfA+96Ep0ij0gAmwiLfRDkRZ28sVrUjNjDHRgSnLVkUjLYpGijW0m4dRM22UuupmfGqB3zCh3eE7W/H0FGBJbmxNklYvg+TGQ/yZdY+P4WoZ17GFitlcJfsx0FirJPlFXCOWtwdCWNFy8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=MGF1d/p5Ss9FHwXBDlSDJYtIKtlmOGdvLziVHnEVSMrYSoP+wjqnSa12XHwojtD8AjI40YPjaQvJ5C8LgQWRnavolb8FQ0WxR81jSvwtfDaa7qh07fltxoVQIKdy5IJB5nWci335drhDVang6Fcup2zj8qjltdqv4tiDxn5pLFw=; Message-ID: <80514.32728.qm@web52906.mail.re2.yahoo.com> X-YMail-OSG: GEKqnKwVM1lQYMViKIsPUzRLSEE5VWzXZvlQMKqKSqrmywx kRvr63jRjN1sF5njTEa6UixuUzzzXYf3rRL38cNCx.t5o3kVx_n0HC91piW3 i24idekGne0Fg1RFw4cpi3l1KaJEmO4GZh5BJaaQpIa2_8DGZGbRdOGTFEFQ K4e_Nhqq.xNZGb3cecikd8mvu.a4NuGFRl5pb4qpUM0XNHQr2XA.6MC3GuXa GwO3aWVRNOicqr4SErI0E7ayCOYh0YGmlk4JiCopUULgUDSfHd3yVpr3x9bl ItFSdkLyitEGMFw7uSOi21nAw Received: from [206.190.77.154] by web52906.mail.re2.yahoo.com via HTTP; Wed, 30 Jun 2010 21:10:41 PDT X-Mailer: YahooMailClassic/11.1.4 YahooMailWebService/0.8.104.274457 Date: Wed, 30 Jun 2010 21:10:41 -0700 (PDT) From: Chris Stankevitz To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: rc.conf: gnome_enable="YES" - which instructions executed? 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, 01 Jul 2010 04:10:47 -0000 My rc.conf file has this entry: gnome_enable="YES" Q: Where on my hard drive can I find the instructions executed to "enable" GNOME? A: /usr/local/etc/rc.d/gnome [bad answer: file does not exist] Thank you, Chris