summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-11-26 23:19:24 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-11-26 23:19:24 +0000
commitc223a8508d5f4506152fec71ce69c67770ccd5b2 (patch)
treefc1c2f38c24de4a7b00cfbaf83d4186f76e8366b /dev-db
parentNew styles added for Openbox pixmap/button use (diff)
downloadgentoo-2-c223a8508d5f4506152fec71ce69c67770ccd5b2.tar.gz
gentoo-2-c223a8508d5f4506152fec71ce69c67770ccd5b2.tar.bz2
gentoo-2-c223a8508d5f4506152fec71ce69c67770ccd5b2.zip
Changed notification after installation
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql/ChangeLog5
-rw-r--r--dev-db/postgresql/postgresql-7.2.3-r1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog
index 243a25984b2d..e9093da510d8 100644
--- a/dev-db/postgresql/ChangeLog
+++ b/dev-db/postgresql/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-db/postgresql
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.41 2002/11/26 21:53:40 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.42 2002/11/26 23:19:24 rphillips Exp $
26 Nov 2002; Mark Guertin <gerk@gentoo.org> postgresql-7.2.3-r1.ebuild:
forced CFLAGS="-pipe -fsigned-char", any more aggressive optimizations
@@ -14,6 +14,9 @@
*postgresql-7.2.3-r1 (27 Oct 2002)
+ 26 Nov 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2.3-r1.ebuild :
+ Notified the user to give the postgres user a /bin/bash or /bin/true account
+
14 Nov 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2.3-r1.ebuild :
Fixed location that is printed out
diff --git a/dev-db/postgresql/postgresql-7.2.3-r1.ebuild b/dev-db/postgresql/postgresql-7.2.3-r1.ebuild
index a97f6c60ec11..dd01a8eeba53 100644
--- a/dev-db/postgresql/postgresql-7.2.3-r1.ebuild
+++ b/dev-db/postgresql/postgresql-7.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.3-r1.ebuild,v 1.5 2002/11/26 21:53:40 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.3-r1.ebuild,v 1.6 2002/11/26 23:19:20 rphillips Exp $
IUSE="ssl nls java python tcltk perl"
@@ -138,6 +138,8 @@ pkg_postinst() {
einfo ">>> Execute the following command"
einfo ">>> ebuild /var/db/pkg/dev-db/${PF}/${PF}.ebuild config"
einfo ">>> to setup the initial database environment."
+ einfo ">>> "
+ einfo ">>> Make sure the postgres user in /etc/passwd has an account setup with /bin/bash as the shell, or /bin/true"
}