[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1ba8903c40413f692ff0146ece061417eafcdafd
Evergreen Git
git at git.evergreen-ils.org
Wed Oct 5 16:32:03 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 1ba8903c40413f692ff0146ece061417eafcdafd (commit)
from 21ab8e25595faf24bfc413611f7e3a52497c140d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1ba8903c40413f692ff0146ece061417eafcdafd
Author: Dan Scott <dscott at laurentian.ca>
Date: Wed Oct 5 16:30:54 2011 -0400
Fix copy-paste-o: "su - postgres" to become postgres
Thanks to sal_ in IRC who caught this nugget!
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/README b/README
index d0f8b2e..bd1a6cb 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ follows:
issuing the `su - opensrf` command.
** The *postgres* Linux account is created automatically when you install
the PostgreSQL database server. You can switch to this account from the
- *root* account by issuing the `su - opensrf` command.
+ *root* account by issuing the `su - postgres` command.
* PostgreSQL user accounts:
** The *evergreen* PostgreSQL account is a superuser account that you will
create to connect to the PostgreSQL database server.
-----------------------------------------------------------------------
Summary of changes:
README | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list