From 0f823effabf827efd69eaf1bb753e6088b1e191b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 8 May 2009 10:53:25 +0200 Subject: Add config vars to the conf.d-file --- conf.d/moztmp | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'conf.d') diff --git a/conf.d/moztmp b/conf.d/moztmp index 57f0718..254c1a7 100644 --- a/conf.d/moztmp +++ b/conf.d/moztmp @@ -1 +1,17 @@ -USERS="necoro root" +# The users whose mozilla directory should be moved +MOZ_USERS="root necoro" + +# The mozilla directory in each home directory +MOZ_DIR=.mozilla + +# The name of the directory which should be a backup, +# while it is placed in RAM +MOZ_SAVEDIR=.mozilla_save + +# Directory where the ramdisk should be mounted +MOZ_MOUNTDIR=/tmp/moztmp + +# Enable mounting. Disable this, if $MOZ_MOUNTDIR is already in a ramdisk, f.ex. +MOZ_MOUNT=YES + +# vim:ft=gentoo-conf-d -- cgit v1.2.3