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:24:17 Branch: HEAD Handle: 2007011022241600 Modified files: openpkg-src/postgresql81 postgresql81.spec Log: use the PostgreSQL 8 world order name: ROLE instead of USER Summary: Revision Changes Path 1.4 +1 -1 openpkg-src/postgresql81/postgresql81.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/postgresql81/postgresql81.spec ============================================================================ $ cvs diff -u -r1.3 -r1.4 postgresql81.spec --- openpkg-src/postgresql81/postgresql81.spec 10 Jan 2007 18:45:58 -0000 1.3 +++ openpkg-src/postgresql81/postgresql81.spec 10 Jan 2007 22:24:16 -0000 1.4 @@ -677,7 +677,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