From 49cc73a76d395d75f250d28c8ab0cd791bb0092e Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 26 Jul 2006 13:11:44 +0000 Subject: [PATCH] towada database is now off port 5430. --- scripts/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/Makefile b/scripts/Makefile index c9adce3..e5961de 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.47 2006/03/27 16:43:44 rich Exp $ +# $Id: Makefile,v 1.48 2006/07/26 13:11:44 rich Exp $ include ../Makefile.config @@ -15,9 +15,9 @@ export PGDATABASE=cocanwiki ifeq ($(shell hostname),oirase) # While compiling on home machine, create a tunnel using -# ssh -L 5431:localhost:5432 towada.merjis.com +# ssh -L 5430:localhost:5432 towada.merjis.com export PGHOST=localhost -export PGPORT=5431 +export PGPORT=5430 endif SRCS := $(wildcard *.ml) -- 1.8.3.1