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 | f2acda3c867bf3231a8b420c50edaf3115231047 (patch) | |
tree | dcb307cd08f2bdce046b8a96e7918d6cbc194c32 /databases | |
parent | 8b22f22fbfb53d2d63e72b9f2b29197cf0f96152 (diff) | |
download | pkgsrc-f2acda3c867bf3231a8b420c50edaf3115231047.tar.gz |
Point to a couple of useful URLs. Requested by Michal Pasternak in
PR pkg/24549.
Also slightly change some wording.
Diffstat (limited to 'databases')
-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 + =========================================================================== |