use /etc/rc.d/httpd restart in MESSAGE, not apachectl

This commit is contained in:
sthen 2012-05-18 20:56:25 +00:00
parent 74a8e01f0e
commit 3ef19ea173
2 changed files with 7 additions and 7 deletions

View File

@ -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/}

View File

@ -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