From 5917f43f09a5b075354453699f68a119e0db1d91 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 13 Sep 2000 20:06:24 +0000 Subject: Check for @PREFIX@/etc/httpd/mod_ssl.conf, not @PREFIX@/etc/mod_ssl.conf, if we're sourcing the former. --- www/apache/files/apache.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/apache/files') diff --git a/www/apache/files/apache.sh b/www/apache/files/apache.sh index 61b1d4f9022..5ebe04de8cb 100644 --- a/www/apache/files/apache.sh +++ b/www/apache/files/apache.sh @@ -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 -- cgit v1.2.3