From 3ef19ea173541959f3b8fa564dcb7cc8d2c0cd5f Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 18 May 2012 20:56:25 +0000 Subject: [PATCH] use /etc/rc.d/httpd restart in MESSAGE, not apachectl --- www/mod_perl/Makefile | 4 ++-- www/mod_perl/pkg/MESSAGE | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index 4337f726b1d..949279a9aa0 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.36 2011/09/17 10:29:44 sthen Exp $ +# $OpenBSD: Makefile,v 1.37 2012/05/18 20:56:25 sthen Exp $ COMMENT= module that embeds a Perl interpreter into Apache DISTNAME= mod_perl-1.31 PKGNAME= ${DISTNAME} -REVISION= 4 +REVISION= 5 CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ \ ${MASTER_SITE_PERL_CPAN:=Apache/} diff --git a/www/mod_perl/pkg/MESSAGE b/www/mod_perl/pkg/MESSAGE index 58011e6e441..fb7719bb5a4 100644 --- a/www/mod_perl/pkg/MESSAGE +++ b/www/mod_perl/pkg/MESSAGE @@ -1,8 +1,8 @@ -To finish the install of ${PKGNAME}, you need -to enable the module using the following command +To finish the install of ${PKGNAME}, enable the module using the +following command: ${PREFIX}/sbin/${MODAPACHE_ENABLE} -If you already have Apache running on your machine, -you should not use "apachectl restart" - instead, -you should fully stop and then restart the server. +Then restart Apache: + + /etc/rc.d/httpd restart