summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-09-28 17:38:58 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-09-28 17:38:58 +0000
commit2c59a7984e32d863ad621a99d5c156b05d858f0d (patch)
tree06ad9457e82fa7bc638630b89d4556031958e831 /net-www/apache
parentKEYWORDS for alpha (diff)
downloadgentoo-2-2c59a7984e32d863ad621a99d5c156b05d858f0d.tar.gz
gentoo-2-2c59a7984e32d863ad621a99d5c156b05d858f0d.tar.bz2
gentoo-2-2c59a7984e32d863ad621a99d5c156b05d858f0d.zip
Fixed restart in init script.
Diffstat (limited to 'net-www/apache')
-rw-r--r--net-www/apache/ChangeLog4
-rw-r--r--net-www/apache/files/apache.rc62
2 files changed, 5 insertions, 1 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog
index 15d026e72c54..47df2b7d3562 100644
--- a/net-www/apache/ChangeLog
+++ b/net-www/apache/ChangeLog
@@ -19,6 +19,10 @@ B
*apache-1.3.26-r4 (3 Jul 2002)
+ 28 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> files/apache.rc6 :
+ Made restart send signal to apache processes instead of httpd processes. Thanks to ska-fan
+ in #gentoo-dev for finding this.
+
19 Sep 2002; Michael Frysinger <vapier@gentoo.org> apache-1.3.26-r4.ebuild files/apache.rc6 :
Fixed the grep expressions for DATA_DIR and GID ... #8124
Fixed 'use named' (was already added to 2.0.x just not 1.3.x) ... #5556
diff --git a/net-www/apache/files/apache.rc6 b/net-www/apache/files/apache.rc6
index 1bdb72e0318c..2358e6c9e915 100644
--- a/net-www/apache/files/apache.rc6
+++ b/net-www/apache/files/apache.rc6
@@ -30,7 +30,7 @@ svc_restart() {
svc_stop
eend 1 "Apache configuration error"
else
- killall -USR1 httpd &> /dev/null
+ killall -USR1 apache &> /dev/null
svc_start &>/dev/null
eend $?
fi