OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 10-Jan-2007 23:18:54 Branch: HEAD Handle: 2007011022185400 Modified files: openpkg-src/postgresql postgresql.spec Log: use the PostgreSQL 8 world order name: ROLE instead of USER Summary: Revision Changes Path 1.228 +1 -1 openpkg-src/postgresql/postgresql.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/postgresql/postgresql.spec ============================================================================ $ cvs diff -u -r1.227 -r1.228 postgresql.spec --- openpkg-src/postgresql/postgresql.spec 10 Jan 2007 18:35:03 -0000 1.227 +++ openpkg-src/postgresql/postgresql.spec 10 Jan 2007 22:18:54 -0000 1.228 @@ -679,7 +679,7 @@ echo " \$ $RPM_INSTALL_PREFIX/etc/rc postgresql start" echo "you should immediately change this with the following command:" echo " \$ $RPM_INSTALL_PREFIX/bin/psql -U $l_pguser -d template1 \\" - echo " -c \"ALTER USER $l_pguser WITH PASSWORD '<new-password>'\"" + echo " -c \"ALTER ROLE $l_pguser WITH PASSWORD '<new-password>'\"" echo "Then you usually create a database for a user <user> (assuming that" echo "his home directory is /u/<user>) with password <password> under" echo "path /u/<user>/rdbms with the commands:" @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org