diff options
author | penSec.IT UG (haftungsbeschränkt) <etherpad@pensec.it> | 2010-04-04 16:55:10 +0200 |
---|---|---|
committer | penSec.IT UG (haftungsbeschränkt) <etherpad@pensec.it> | 2010-04-04 16:55:10 +0200 |
commit | 88d7621d96efb657c8a1f347d7c260bcd4d83a88 (patch) | |
tree | c516c243ff13961faa3736b475d76faa185acae6 /build/apt/etc | |
parent | 59bd14e6deb341909d48cf2c6dc75483bdbd1c4d (diff) | |
download | etherpad-88d7621d96efb657c8a1f347d7c260bcd4d83a88.tar.gz etherpad-88d7621d96efb657c8a1f347d7c260bcd4d83a88.tar.xz etherpad-88d7621d96efb657c8a1f347d7c260bcd4d83a88.zip |
Complete translation to english language
Diffstat (limited to 'build/apt/etc')
-rwxr-xr-x | build/apt/etc/init.d/etherpad | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/build/apt/etc/init.d/etherpad b/build/apt/etc/init.d/etherpad index 42bd7a9..95847b8 100755 --- a/build/apt/etc/init.d/etherpad +++ b/build/apt/etc/init.d/etherpad @@ -45,14 +45,12 @@ ##### # -# Patches the configuration file by replacing ,,%$1%'' with the contents of -# $2 +# Patches the configuration file by replacing ,,%$2%'' with the contents of file +# $1 in file $3 # # @param $1 Configuration File which contains the value to set to # @param $2 Configuration key to apply (can be done only once) -# @param $3 Konfigurationsdatei -# -# @deprecated Wird nicht mehr verwendet +# @param $3 Configuration file # function apply_config() { CONFIG_FILE="${3}" |