aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf/simplepkg.conf
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-10-09 19:44:47 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-10-09 19:44:47 +0000
commiteb3fb21b03ae731a246965a59e6916638772a4cd (patch)
treef26a9d8f58b48d7b14aa4db07214a1fa042c2cc0 /trunk/conf/simplepkg.conf
parentc68e0857f9aa1a18871b8b23ce6406a21236f466 (diff)
downloadsimplepkg-eb3fb21b03ae731a246965a59e6916638772a4cd.tar.gz
simplepkg-eb3fb21b03ae731a246965a59e6916638772a4cd.tar.bz2
Adding config variables TMP_USER and TMP_GROUP
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@821 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/conf/simplepkg.conf')
-rw-r--r--trunk/conf/simplepkg.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/trunk/conf/simplepkg.conf b/trunk/conf/simplepkg.conf
index 26c6657..2ffb59b 100644
--- a/trunk/conf/simplepkg.conf
+++ b/trunk/conf/simplepkg.conf
@@ -21,6 +21,14 @@
# Temporary folder
TMP="/tmp/simplepkg"
+# Temporary folder user: use it if you want to bind simplepkg's
+# temporary folder to a given user
+# TMP_USER=""
+
+# Temporary folder group: use it if you want to bind simplepkg's
+# temporary folder to a given group
+# TMP_GROUP=""
+
#---------------------------------------------------------------------
# MKBUILD AND CREATEPKG SECTION
#---------------------------------------------------------------------