summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-05-08 10:53:25 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-05-08 10:53:25 +0200
commit0f823effabf827efd69eaf1bb753e6088b1e191b (patch)
tree9b7d075ec5fdb29c54c7783f8c24e110fec2d5e3 /conf.d
parent73f553e95bad63955234fd30e1536fd9430167e8 (diff)
downloadmoztmp-0f823effabf827efd69eaf1bb753e6088b1e191b.tar.gz
moztmp-0f823effabf827efd69eaf1bb753e6088b1e191b.tar.bz2
moztmp-0f823effabf827efd69eaf1bb753e6088b1e191b.zip
Add config vars to the conf.d-file
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/moztmp18
1 files changed, 17 insertions, 1 deletions
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