From 4f2ddecc37b8d42bd6dc95b7aaa48d7cd9cbdfee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?penSec=2EIT=20UG=20=28haftungsbeschr=C3=A4nkt=29?= Date: Sun, 4 Apr 2010 16:57:30 +0200 Subject: Removed unused code --- build/apt/DEBIAN/postinst | 137 ---------------------------------------------- 1 file changed, 137 deletions(-) (limited to 'build') diff --git a/build/apt/DEBIAN/postinst b/build/apt/DEBIAN/postinst index 6f595e0..f872508 100755 --- a/build/apt/DEBIAN/postinst +++ b/build/apt/DEBIAN/postinst @@ -125,143 +125,6 @@ configuration_property "database_password" "database-password" "DATABASE_PASSWOR -# ##### -# # -# # Install in production mode -# # -# IS_PRODUCTION="false" -# db_input high "etherpad-%BRANCH%/is_production" || true -# db_go -# -# db_get "etherpad-%BRANCH%/is_production" -# if [ "" != "$RET" ]; then -# IS_PRODUCTION="$RET" -# fi -# -# apply_config "IS_PRODUCTION" "${IS_PRODUCTION}" -# # -# ##### - -# ##### -# # -# # Admin password -# # -# ADMIN_PASSWORD="password" -# db_input high "etherpad-%BRANCH%/admin_password" || true -# db_go -# -# db_get "etherpad-%BRANCH%/admin_password" -# if [ "" != "$RET" ]; then -# ADMIN_PASSWORD="$RET" -# fi -# -# apply_config "ADMIN_PASSWORD" "${ADMIN_PASSWORD}" -# # -# ##### - -# ##### -# # -# # Application listen port -# # -# PORT="9000" -# db_input high "etherpad-%BRANCH%/port" || true -# db_go -# -# db_get "etherpad-%BRANCH%/port" -# if [ "" != "$RET" ]; then -# PORT="$RET" -# fi -# -# apply_config "PORT" "${PORT}" -# # -# ##### - -# ##### -# # -# # MySQL Host -# # -# DATABASE_HOST="localhost" -# db_input high "etherpad-%BRANCH%/database_host" || true -# db_go -# -# db_get "etherpad-%BRANCH%/database_host" -# if [ "" != "$RET" ]; then -# DATABASE_HOST="$RET" -# fi -# -# apply_config "DATABASE_HOST" "${DATABASE_HOST}" -# # -# ##### - -# ##### -# # -# # MySQL Port -# # -# DATABASE_PORT="3306" -# db_input high "etherpad-%BRANCH%/database_port" || true -# db_go -# -# db_get "etherpad-%BRANCH%/database_port" -# if [ "" != "$RET" ]; then -# DATABASE_PORT="$RET" -# fi -# -# apply_config "DATABASE_PORT" "${DATABASE_PORT}" -# # -# ##### - -# ##### -# # -# # MySQL database name -# # -# DATABASE_NAME="etherpad" -# db_input high "etherpad-%BRANCH%/database_name" || true -# db_go -# -# db_get "etherpad-%BRANCH%/database_name" -# if [ "" != "$RET" ]; then -# DATABASE_NAME="$RET" -# fi -# -# apply_config "DATABASE_NAME" "${DATABASE_NAME}" -# # -# ##### - -# ##### -# # -# # MySQL database username -# # -# DATABASE_USERNAME="etherpad" -# db_input high "etherpad-%BRANCH%/database_username" || true -# db_go -# -# db_get "etherpad-%BRANCH%/database_username" -# if [ "" != "$RET" ]; then -# DATABASE_USERNAME="$RET" -# fi -# -# apply_config "DATABASE_USERNAME" "${DATABASE_USERNAME}" -# # -# ##### - -# ##### -# # -# # MySQL database password -# # -# DATABASE_PASSWORD="password" -# db_input high "etherpad-%BRANCH%/database_password" || true -# db_go -# -# db_get "etherpad-%BRANCH%/database_password" -# if [ "" != "$RET" ]; then -# DATABASE_PASSWORD="$RET" -# fi -# -# apply_config "DATABASE_PASSWORD" "${DATABASE_PASSWORD}" -# # -# ##### - - ##### # # MySQL-Autosetup should be discussed. Simply calling setup-myql-db.sh is -- cgit v1.2.3-1-g7c22