From 386c36c2bc993b85768b7b497c59a464b125a8bf Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 3 Nov 2000 09:34:13 +0000 Subject: Update to 7.0.2 + jumbo 20001025 patch. PR: ports/22530 Submitted by: Tomokatsu Saito (MAINTAINER) Prepare for the future merger with databases/postgresql7. - Fix broken plist's by copying from those of databases/postgresql7. - Previous plist removed all the precious user data mercilessly. :( DO NOT PERFORM A "pkg_delete" AGAINST THE PREVIOUS INSTALLATION! YOU WILL LOSE ALL THE DATA STORED IN "${PREFIX}/pgsql/data"!!! - A bunch of missing entries have been added for pgacess files to plist.tcl. - Fix permissions for ${PREFIX}/pgsql/lib to avoid causing a security error when doing ldconfig. - Make scripts PREFIX-safe. - Synchronize with databases/postgresql7. - Standardize variable names. - Complete user friendly messages. - Move the Java class files to the standard directory.. - Minor cleanups. I hope the merger will be accomplished in near future. --- japanese/postgresql7/files/post-install-notes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'japanese/postgresql7/files/post-install-notes') diff --git a/japanese/postgresql7/files/post-install-notes b/japanese/postgresql7/files/post-install-notes index d99f47615730..289a7651109a 100644 --- a/japanese/postgresql7/files/post-install-notes +++ b/japanese/postgresql7/files/post-install-notes @@ -12,3 +12,5 @@ If you built PostgreSQL with TCL support, you can install the port "pgaccess" to get a TCL/TK based database frontend for database operations. +To start PostgreSQL, run the startup script: +$PREFIX/etc/rc.d/pgsql.sh start -- cgit v1.2.3