Check for @PREFIX@/etc/httpd/mod_ssl.conf, not @PREFIX@/etc/mod_ssl.conf,
if we're sourcing the former.
This commit is contained in:
parent
08d70e6954
commit
141783533c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
#
|
||||
# $NetBSD: apache.sh,v 1.4 2000/09/12 14:50:51 jlam Exp $
|
||||
# $NetBSD: apache.sh,v 1.5 2000/09/13 20:06:24 jlam Exp $
|
||||
#
|
||||
# PROVIDE: apache
|
||||
# REQUIRE: DAEMON
|
||||
|
@ -12,7 +12,7 @@ conffile="@PREFIX@/etc/httpd/httpd.conf"
|
|||
|
||||
apache_start="start"
|
||||
|
||||
if [ -f @PREFIX@/etc/mod_ssl.conf ]
|
||||
if [ -f @PREFIX@/etc/httpd/mod_ssl.conf ]
|
||||
then
|
||||
# This file can reset apache_start to "startssl"
|
||||
. @PREFIX@/etc/httpd/mod_ssl.conf
|
||||
|
|
Loading…
Reference in a new issue