From owner-freebsd-questions@FreeBSD.ORG Sat Sep 13 03:20:43 2008 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 B02841065675 for ; Sat, 13 Sep 2008 03:20:43 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.184.195]) by mx1.freebsd.org (Postfix) with ESMTP id 680388FC08 for ; Sat, 13 Sep 2008 03:20:43 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (localhost [127.0.0.1]) by pencil.math.missouri.edu (8.13.8/8.13.8) with ESMTP id m8D3KgdW067598 for ; Fri, 12 Sep 2008 22:20:42 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.13.8/8.13.8/Submit) id m8D3Kghs067597 for freebsd-questions@freebsd.org; Fri, 12 Sep 2008 22:20:42 -0500 (CDT) (envelope-from rich) Date: Fri, 12 Sep 2008 22:20:42 -0500 From: Rich Winkel To: freebsd-questions@freebsd.org Message-ID: <20080913032042.GA67542@pencil.math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: browser.cache.disk.parent_directory in firefox 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: Sat, 13 Sep 2008 03:20:43 -0000 I'd like to move firefox's cache dir into tmp, under a user-specific parent directory. How can I specify the userid in the argument to browser.cache.disk.parent_directory in the system-wide firefox.js settings file? Something like user_pref("browser.cache.disk.parent_directory", "/tmp/ffCache/$USER"); ?? Thanks, Rich