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/zope28/files | |
parent | 2fcc253b4fe64026838c2650c1f07a590ff2a35e (diff) |
Notes
Diffstat (limited to 'www/zope28/files')
-rw-r--r-- | www/zope28/files/zeo.sh | 2 | ||||
-rw-r--r-- | www/zope28/files/zope.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/zope28/files/zeo.sh b/www/zope28/files/zeo.sh index 099f579fd9a2..f067c06de8db 100644 --- a/www/zope28/files/zeo.sh +++ b/www/zope28/files/zeo.sh @@ -17,7 +17,7 @@ prefix=%%PREFIX%% # # DO NOT CHANGE THESE DEFAULT VALUES HERE # -zeo_enable=${zeo_enable:-"NO"} # Enable gkrellmd +zeo_enable=${zeo_enable:-"NO"} # Enable zeo server zeo_instances=${zeo_instances:-""} # List of instancehome dirs . %%RC_SUBR%% diff --git a/www/zope28/files/zope.sh b/www/zope28/files/zope.sh index a676eef3ec6e..2be9ccd5a487 100644 --- a/www/zope28/files/zope.sh +++ b/www/zope28/files/zope.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope28/files/Attic/zope.sh,v 1.4 2004-11-16 00:02:25 pav Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/zope28/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%% |