From 5144ffcde9045024e33dfe9d005539d78023f192 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 15 Sep 2010 15:54:28 +0200 Subject: fully working installer ;) --- tools/inc/openslx.settings | 4 ++++ tools/inc/openslx.settings.dist | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 tools/inc/openslx.settings (limited to 'tools/inc') 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 -- cgit v1.2.3-55-g7522