summaryrefslogtreecommitdiffstats
path: root/tools/inc
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-09-15 15:54:28 +0200
committerSebastian Schmelzer2010-09-15 15:54:28 +0200
commit5144ffcde9045024e33dfe9d005539d78023f192 (patch)
treed0d388b793fa7bf3b070ece79dd4774c8f9a9740 /tools/inc
parentminor changes (diff)
downloadcore-5144ffcde9045024e33dfe9d005539d78023f192.tar.gz
core-5144ffcde9045024e33dfe9d005539d78023f192.tar.xz
core-5144ffcde9045024e33dfe9d005539d78023f192.zip
fully working installer ;)
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/openslx.settings4
-rw-r--r--tools/inc/openslx.settings.dist10
2 files changed, 14 insertions, 0 deletions
diff --git a/tools/inc/openslx.settings b/tools/inc/openslx.settings
new file mode 100644
index 00000000..6d42f8f8
--- /dev/null
+++ b/tools/inc/openslx.settings
@@ -0,0 +1,4 @@
+# Local setup for OpenSLX (overrides default settings).
+#
+# Please look at ###SLX_BASE_PATH###/share/settings.default and the docs to learn
+# about the available options. \ No newline at end of file
diff --git a/tools/inc/openslx.settings.dist b/tools/inc/openslx.settings.dist
index e69de29b..dfcbf51f 100644
--- a/tools/inc/openslx.settings.dist
+++ b/tools/inc/openslx.settings.dist
@@ -0,0 +1,10 @@
+# default setup for OpenSLX-installation
+
+# paths that are fixed at packaging/installation time:
+SLX_BASE_PATH=###SLX_BASE_PATH###
+SLX_CONFIG_PATH=###SLX_CONFIG_PATH###
+
+# paths which can be adjusted after installation:
+SLX_PRIVATE_PATH=###SLX_PRIVATE_PATH###
+SLX_PUBLIC_PATH=###SLX_PUBLIC_PATH###
+SLX_TEMP_PATH=###SLX_TEMP_PATH### \ No newline at end of file