Commit daa95b40 authored by Łukasz Nowak's avatar Łukasz Nowak

- excess variable removed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32689 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e83a5cfc
...@@ -4,7 +4,6 @@ parts = oood-instance ...@@ -4,7 +4,6 @@ parts = oood-instance
[configuration] [configuration]
oood_conf_file = ${buildout:etc-directory}/oood.conf oood_conf_file = ${buildout:etc-directory}/oood.conf
oood_log_file = ${buildout:log-directory}/oood.log oood_log_file = ${buildout:log-directory}/oood.log
oood_home = ${software_definition:oood_software}
oood_run = ${buildout:var-directory}/oood oood_run = ${buildout:var-directory}/oood
oood_tmp = ${:oood_run} oood_tmp = ${:oood_run}
oood_host = 127.0.0.1 oood_host = 127.0.0.1
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
[System] [System]
# Folder where all oood core files are installed # Folder where all oood core files are installed
oood_home = ${configuration:oood_home} oood_home = ${software_definition:oood_software}
# Folder where pid files, lock files and virtual frame buffer mappings are stored # Folder where pid files, lock files and virtual frame buffer mappings are stored
run_dir = ${configuration:oood_run} run_dir = ${configuration:oood_run}
tmp_dir = ${configuration:oood_tmp} tmp_dir = ${configuration:oood_tmp}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment