mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
s/run_rc_commmand/run_rc_command/
Pointed out by: Dan Langille <dan@langille.org> Pointy hat to: nork
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= apache+mod_ssl
|
PORTNAME= apache+mod_ssl
|
||||||
PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL}${PVERSION_MODSNMP}${PVERSION_MODACCEL}${PVERSION_MODDEFLATE}
|
PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL}${PVERSION_MODSNMP}${PVERSION_MODACCEL}${PVERSION_MODDEFLATE}
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= www security
|
CATEGORIES= www security
|
||||||
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
|
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
|
||||||
${MASTER_SITES_MODSSL:S/$/:mod_ssl/} \
|
${MASTER_SITES_MODSSL:S/$/:mod_ssl/} \
|
||||||
|
|
|
@ -27,4 +27,4 @@ load_rc_config $name
|
||||||
|
|
||||||
pidfile="${apache_pidfile}"
|
pidfile="${apache_pidfile}"
|
||||||
|
|
||||||
run_rc_commmand "$1"
|
run_rc_command "$1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue