s/run_rc_commmand/run_rc_command/

Pointed out by:	Dan Langille <dan@langille.org>
Pointy hat to:	nork
This commit is contained in:
Norikatsu Shigemura 2004-05-03 16:27:45 +00:00
parent e610fe051a
commit 6a2523de1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108283
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= apache+mod_ssl
PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL}${PVERSION_MODSNMP}${PVERSION_MODACCEL}${PVERSION_MODDEFLATE}
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www security
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
${MASTER_SITES_MODSSL:S/$/:mod_ssl/} \

View file

@ -27,4 +27,4 @@ load_rc_config $name
pidfile="${apache_pidfile}"
run_rc_commmand "$1"
run_rc_command "$1"