diff options
author | tron <tron@pkgsrc.org> | 2001-02-07 15:08:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-07 15:08:30 +0000 |
commit | a12bae94e6492b8ef3a15519931bfe656db09a0f (patch) | |
tree | 5ddd4386abe3a7f78f779db9cde5e717b743e6f5 /www/apache | |
parent | 4b4cbfdf1eb5e49bf7b0977cb49cf6b6af0d698c (diff) | |
download | pkgsrc-a12bae94e6492b8ef3a15519931bfe656db09a0f.tar.gz |
Fix typo.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/files/apache.sh | 4 |
1 files changed, 2 insertions, 2 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 |