diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-03 09:34:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-03 09:34:13 +0000 |
commit | 386c36c2bc993b85768b7b497c59a464b125a8bf (patch) | |
tree | 5df5ceaddfb3df4f5f9780529ac8817bbcd3c128 /japanese/postgresql7/files/post-install-notes | |
parent | * Update my e-mail address (diff) |
Update to 7.0.2 + jumbo 20001025 patch.
PR: ports/22530
Submitted by: Tomokatsu Saito <saito@a2z.co.jp> (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.
Diffstat (limited to 'japanese/postgresql7/files/post-install-notes')
-rw-r--r-- | japanese/postgresql7/files/post-install-notes | 2 |
1 files changed, 2 insertions, 0 deletions
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 |