diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-16 00:02:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-16 00:02:25 +0000 |
commit | bf01faeea1f0011fc692da98ed6e8541fe42d6b5 (patch) | |
tree | 9505b7a8dbeea040d613c8cda0914bda67e16412 /www/zope210/files/zope.sh | |
parent | . Antlr now seems to require Java 1.4 or better (certainly the build fails (diff) |
- Update to 2.7.3
PR: ports/73969
Submitted by: Gerhard Schmidt <estartu@augusta.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=121728
Diffstat (limited to 'www/zope210/files/zope.sh')
-rw-r--r-- | www/zope210/files/zope.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zope210/files/zope.sh b/www/zope210/files/zope.sh index f63e48793a73..4529b3aa2eee 100644 --- a/www/zope210/files/zope.sh +++ b/www/zope210/files/zope.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope210/files/Attic/zope.sh,v 1.3 2004-07-02 20:41:00 thierry Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/zope210/files/Attic/zope.sh,v 1.4 2004-11-16 00:02:25 pav Exp $ # PROVIDE: zope # REQUIRE: DAEMON @@ -13,7 +13,7 @@ prefix=%%PREFIX%% # Define these zope_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local -# /etc/rc.conf.d/gkrellmd +# /etc/rc.conf.d/zope # # DO NOT CHANGE THESE DEFAULT VALUES HERE # |