towada database is now off port 5430.
authorrich <rich>
Wed, 26 Jul 2006 13:11:44 +0000 (13:11 +0000)
committerrich <rich>
Wed, 26 Jul 2006 13:11:44 +0000 (13:11 +0000)
scripts/Makefile

index c9adce3..e5961de 100644 (file)
@@ -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)