From 3e28b983a6e22e13387343b215660d23430e692d Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 5 Mar 2017 16:14:55 +0100 Subject: [PATCH] Change wrong comments in sample configuration file --- .gitignore | 1 + conf/install_roundcube.conf.sample | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 185c6cd..12908e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /BAK/* /conf/*.conf roundcubemail-* +*.swp diff --git a/conf/install_roundcube.conf.sample b/conf/install_roundcube.conf.sample index 977e603..fedad59 100644 --- a/conf/install_roundcube.conf.sample +++ b/conf/install_roundcube.conf.sample @@ -205,7 +205,7 @@ DB_PASS="" # - Settings Postfix Database # ========== -# - Database type of +# - Type of Postfix database # - # - used for setting $config['password_db_dsn'] # - @@ -213,7 +213,7 @@ DB_PASS="" # - POSTFIX_DB_TYPE="pgsql" -# - Host of Roundcube Database +# - Host of Postfix Database # - # - used for setting $config['password_db_dsn'] # - @@ -221,7 +221,7 @@ POSTFIX_DB_TYPE="pgsql" # - #POSTFIX_DB_HOST="" -# - Name of Roundcube Database +# - Name of Postfix Database # - # - used for setting $config['password_db_dsn'] # - @@ -229,7 +229,7 @@ POSTFIX_DB_TYPE="pgsql" # - #POSTFIX_DB_NAME= -# - User of Roundcube Database +# - User of Postfix Database # - # - used for setting $config['password_db_dsn'] # - @@ -237,7 +237,7 @@ POSTFIX_DB_TYPE="pgsql" # - #POSTFIX_DB_USER="" -# - Password of Roundcube Database +# - Password of Postfix Database # - # - used for setting $config['password_db_dsn'] # -