summaryrefslogtreecommitdiff
path: root/www/apache6
diff options
context:
space:
mode:
authortron <tron>2001-02-07 15:08:30 +0000
committertron <tron>2001-02-07 15:08:30 +0000
commit540ca6917676364131f99c4535fdd67154a17dc9 (patch)
tree5ddd4386abe3a7f78f779db9cde5e717b743e6f5 /www/apache6
parentf6d08592210ac790f2635d8d0921a0c133b50f44 (diff)
downloadpkgsrc-540ca6917676364131f99c4535fdd67154a17dc9.tar.gz
Fix typo.
Diffstat (limited to 'www/apache6')
-rw-r--r--www/apache6/files/apache.sh4
1 files changed, 2 insertions, 2 deletions
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