diff options
Diffstat (limited to 'russian/apache13/files/apache.sh')
-rw-r--r-- | russian/apache13/files/apache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/apache13/files/apache.sh b/russian/apache13/files/apache.sh index 619918254852..ca4321814e5a 100644 --- a/russian/apache13/files/apache.sh +++ b/russian/apache13/files/apache.sh @@ -10,7 +10,7 @@ start) [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache' ;; stop) - [ -r /var/run/httpd.pid ] && ${PREFIX}/apachectl stop > /dev/null && echo -n ' apache' + [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 |