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

- whitespace removal, formatting and few typos


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36430 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0d2d7e2
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
# Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential # programmers who take the whole responsibility of assessing all potential
# consequences resulting from its eventual inadequacies and bugs # consequences resulting from its eventual inadequacies and bugs
# End users who are looking for a ready-to-use solution with commercial # End users who are looking for a ready-to-use solution with commercial
# garantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly advised to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is Free Software; you can redistribute it and/or
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
[System] [System]
# Folder where all oood core files are installed # Folder where all oood core files are installed
oood_home = ${software_definition:oood_software} 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}
# Folder where OpenOffice Uno interpreter is installed # Folder where OpenOffice Uno interpreter is installed
...@@ -65,7 +66,8 @@ printer_name = default_printer ...@@ -65,7 +66,8 @@ printer_name = default_printer
[Pool] [Pool]
# The pool consist of several OpenOffice.org instances # The pool consist of several OpenOffice.org instances
pool_host = ${configuration:oood_pool_host} pool_host = ${configuration:oood_pool_host}
# According www.iana.org/assignments/port-numbers , 4060-4088 port range is unassigned # According www.iana.org/assignments/port-numbers , 4060-4088 port range is
# unassigned
pool_port_range_start = ${configuration:oood_pool_range_start} pool_port_range_start = ${configuration:oood_pool_range_start}
# time in seconds we have to give one OOo instance to load in restart # time in seconds we have to give one OOo instance to load in restart
instance_load_time = ${configuration:oood_instance_load_time} instance_load_time = ${configuration:oood_instance_load_time}
......
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