summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2007-04-27 22:14:49 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2007-04-27 22:14:49 +0000
commited86192fba579410e4895a207e359d095332617c (patch)
tree9225e0ff156994a2bacbd01c2218617bc1ac57f2 /config
parentFix for package_installed (diff)
downloadwebapp-config-ed86192fba579410e4895a207e359d095332617c.tar.gz
webapp-config-ed86192fba579410e4895a207e359d095332617c.tar.bz2
webapp-config-ed86192fba579410e4895a207e359d095332617c.zip
Do not use absolute path names by default
svn path=/trunk/webapp-config/; revision=41
Diffstat (limited to 'config')
-rwxr-xr-xconfig/webapp-config3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/webapp-config b/config/webapp-config
index e8dfe8b..532006c 100755
--- a/config/webapp-config
+++ b/config/webapp-config
@@ -183,6 +183,9 @@ vhost_perms_virtualowned_file="o-w"
vhost_perms_installdir="0755"
+# Allow specifying absolute path names using the -d option?
+allow_absolute="no"
+
# Supported package managers: portage, paludis
package_manager="portage"