summaryrefslogtreecommitdiff
path: root/www/zope/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope/files')
-rw-r--r--www/zope/files/zeo.in2
-rw-r--r--www/zope/files/zope.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/zope/files/zeo.in b/www/zope/files/zeo.in
index f56d186831fe..87a37fa25154 100644
--- a/www/zope/files/zeo.in
+++ b/www/zope/files/zeo.in
@@ -18,7 +18,7 @@
zeo_enable=${zeo_enable:-"NO"} # Enable zeo server
zeo_instances=${zeo_instances:-""} # List of instancehome dirs
-. %%RC_SUBR%%
+. /etc/rc.subr
name="zeo"
rcvar=`set_rcvar`
diff --git a/www/zope/files/zope.in b/www/zope/files/zope.in
index 8c72f2800e37..1e54792c409d 100644
--- a/www/zope/files/zope.in
+++ b/www/zope/files/zope.in
@@ -18,7 +18,7 @@
zope_enable=${zope_enable:-"NO"} # Enable zope
zope_instances=${zope_instances:-""} # List of instancehome dirs
-. %%RC_SUBR%%
+. /etc/rc.subr
name="zope"
rcvar=`set_rcvar`