# # # patch "hostconfig.dist" # from [314a6edd35df9dda2f0af2399cc3f677fc57d7a3] # to [02f756cead9359b3d5c3730c840c4deff4ebf344] # # patch "install" # from [590996a3a02a088b78ef1cec25925a51ff8d0dbc] # to [19388d8754a1d991a82f0f4832b97214f20a34f6] # ============================================================ --- hostconfig.dist 314a6edd35df9dda2f0af2399cc3f677fc57d7a3 +++ hostconfig.dist 02f756cead9359b3d5c3730c840c4deff4ebf344 @@ -1,6 +1,6 @@ userpass "username" "password" adodb_path "/usr/share/adodb/adodb.inc.php" -dbstring "postgres://dbuser:address@hidden/dbname" +dbstring "postgres://DBUSER:address@hidden/DBNAME" admin "127.0.0.5:12345" hostkey "address@hidden" ============================================================ --- install 590996a3a02a088b78ef1cec25925a51ff8d0dbc +++ install 19388d8754a1d991a82f0f4832b97214f20a34f6 @@ -5,7 +5,9 @@ USHERUSER=www-data USHERGROUP=www-data NAME=webhost +DBHOST=127.0.0.1 DBNAME=webhost-db +DBUSER=$WEBUSER CONFDIR=/etc/$NAME PROJDIR=/var/lib/$NAME/projects GRAPHDIR=/var/cache/$NAME/graphs @@ -118,7 +120,9 @@ install_file $CONFDIR/monotonerc /bin/false sed -e "s!HOSTNAME!$HOSTNAME!" \ + -e "s!DBHOST!$DBHOST!" \ -e "s!DBNAME!$DBNAME!" \ + -e "s!DBUSER!$DBUSER!" \ -e "s!MONOTONE!$MONOTONE!" \ -e "s!BASE_URL!http://$HOSTNAME/$NAME/!" \ -e "s!PROJECT_DIR!$PROJDIR!" \