diff options
author | snj <snj@pkgsrc.org> | 2004-02-24 21:11:12 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-24 21:11:12 +0000 |
commit | f5f0eca23b9ed3d551f7843848ed4ef0ecad7193 (patch) | |
tree | dcb307cd08f2bdce046b8a96e7918d6cbc194c32 | |
parent | 7d9b0c76a846809bb9ef188e3db907505539c962 (diff) | |
download | pkgsrc-f5f0eca23b9ed3d551f7843848ed4ef0ecad7193.tar.gz |
Point to a couple of useful URLs. Requested by Michal Pasternak in
PR pkg/24549.
Also slightly change some wording.
-rw-r--r-- | databases/py-ZODB/MESSAGE | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/databases/py-ZODB/MESSAGE b/databases/py-ZODB/MESSAGE index 09743d2097a..d491933c918 100644 --- a/databases/py-ZODB/MESSAGE +++ b/databases/py-ZODB/MESSAGE @@ -1,8 +1,14 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/12/06 19:52:43 recht Exp $ +$NetBSD: MESSAGE,v 1.2 2004/02/24 21:11:12 snj Exp $ -To start the server, bound to port 9999: +To start the server, bound to port 9999, run: ${PREFIX}/bin/runzeo.py -f DBNAME -a 9999 +For more information about ZODB, see: + http://zope.org/Wikis/ZODB/FrontPage/ + +The ZODB Programming Guide is located at: + http://zope.org/Wikis/ZODB/FrontPage/guide/index.html + =========================================================================== |