From 540ca6917676364131f99c4535fdd67154a17dc9 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 7 Feb 2001 15:08:30 +0000 Subject: Fix typo. --- www/apache/files/apache.sh | 4 ++-- www/apache6/files/apache.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/apache/files/apache.sh b/www/apache/files/apache.sh index 80f9eee3270..e3e9c21300f 100644 --- a/www/apache/files/apache.sh +++ b/www/apache/files/apache.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: apache.sh,v 1.9 2001/02/02 16:39:57 jlam Exp $ +# $NetBSD: apache.sh,v 1.10 2001/02/07 15:08:30 tron Exp $ # # PROVIDE: apache # REQUIRE: DAEMON @@ -30,7 +30,7 @@ then ;; stop) - if [ -a -f ${pidfile} ] + if [ -f ${pidfile} ] then echo "Stopping ${name}." ${ctl_command} ${cmd} > /dev/null diff --git a/www/apache6/files/apache.sh b/www/apache6/files/apache.sh index 50d85d89081..7606b04545a 100644 --- a/www/apache6/files/apache.sh +++ b/www/apache6/files/apache.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: apache.sh,v 1.5 2001/02/06 10:58:18 itojun Exp $ +# $NetBSD: apache.sh,v 1.6 2001/02/07 15:11:18 tron Exp $ # # PROVIDE: apache # REQUIRE: DAEMON @@ -30,7 +30,7 @@ then ;; stop) - if [ -a -f ${pidfile} ] + if [ -f ${pidfile} ] then echo "Stopping ${name}." ${ctl_command} ${cmd} > /dev/null -- cgit v1.2.3