aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2005-03-19 11:54:49 +0800
committergirgen <girgen@FreeBSD.org>2005-03-19 11:54:49 +0800
commit7b3b2a4f09327ea189c5c86341d340a30d2563a9 (patch)
treea85191ee67e563fc744810b5abd39b8e8ec7c0cf /UPDATING
parentdb920dc7d9d41a28402f0c75f12d0e6a42233f87 (diff)
downloadfreebsd-ports-gnome-7b3b2a4f09327ea189c5c86341d340a30d2563a9.tar.gz
freebsd-ports-gnome-7b3b2a4f09327ea189c5c86341d340a30d2563a9.tar.zst
freebsd-ports-gnome-7b3b2a4f09327ea189c5c86341d340a30d2563a9.zip
Add UPDATING reminder that all versions of postgresql now use need
postgresql_enable=yes in /etc/rc.conf
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b254d19d91ca..db19f8cd048f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20050319:
+ AFFECTS: users of databases/postgresql7[34]-server
+ AUTHOR: girgen@FreeBSD.org
+
+ The startup script has been merged from 8.0 to 7.3 and 7.4. Hence,
+ to start the PostgreSQL server at boot time (regardless of version),
+ add the following to /etc/rc.conf:
+
+ postgresql_enable=yes
+
20050318:
AFFECTS: users of x11-wm/blackbox, boxtools, bbkeys and bbpager
AUTHOR: A.J.Caines@halplant.com