diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-18 16:52:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-18 16:52:17 +0000 |
commit | e153f4d0be435f71ae1b759cefd0ca8384097a00 (patch) | |
tree | 530394d40079e864dd9a017f6bbd7a6c4b582cd0 /www/zope/files/zope.sh | |
parent | Update to 0.20 (diff) |
- Update to 2.7.4
PR: ports/77633
Submitted by: Gerhard Schmidt <estartu@augusta.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=129190
Diffstat (limited to 'www/zope/files/zope.sh')
-rw-r--r-- | www/zope/files/zope.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zope/files/zope.sh b/www/zope/files/zope.sh index 933132518bed..d4d2c4e3f785 100644 --- a/www/zope/files/zope.sh +++ b/www/zope/files/zope.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope/files/Attic/zope.sh,v 1.4 2004-11-16 00:02:25 pav Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/zope/files/Attic/zope.sh,v 1.5 2005-02-18 16:52:17 pav Exp $ # PROVIDE: zope # REQUIRE: DAEMON @@ -17,7 +17,7 @@ prefix=%%PREFIX%% # # DO NOT CHANGE THESE DEFAULT VALUES HERE # -zope_enable=${zope_enable:-"NO"} # Enable gkrellmd +zope_enable=${zope_enable:-"NO"} # Enable zope zope_instances=${zope_instances:-""} # List of instancehome dirs . %%RC_SUBR%% |