summaryrefslogtreecommitdiffstats
path: root/build/apt/etc
diff options
context:
space:
mode:
Diffstat (limited to 'build/apt/etc')
-rwxr-xr-xbuild/apt/etc/init.d/etherpad8
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}"