summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/apache/files/apache.rc6')
-rw-r--r--net-www/apache/files/apache.rc64
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/files/apache.rc6 b/net-www/apache/files/apache.rc6
index a65c62e46656..00916b681609 100644
--- a/net-www/apache/files/apache.rc6
+++ b/net-www/apache/files/apache.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apache.rc6,v 1.14 2003/10/30 17:51:18 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/apache.rc6,v 1.15 2003/10/30 19:57:10 woodchip Exp $
opts="${opts} reload"
@@ -13,7 +13,7 @@ depend() {
start() {
ebegin "Starting apache"
- env -i start-stop-daemon -o --quiet --start --startas /usr/sbin/apache \
+ env -i /sbin/start-stop-daemon -o --quiet --start --startas /usr/sbin/apache \
--pidfile /var/run/apache.pid -- ${APACHE_OPTS}
eend $?
}