summaryrefslogtreecommitdiff
path: root/1.3
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-01-30 07:14:12 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-01-30 07:14:12 +0000
commit4f9a14ce406380aa1b8811239d8d59605fdaccdd (patch)
tree945f73e7f8d6114ef71969ccdefe52918fa50c3f /1.3
parentremoved old files (diff)
downloadapache-4f9a14ce406380aa1b8811239d8d59605fdaccdd.tar.gz
apache-4f9a14ce406380aa1b8811239d8d59605fdaccdd.tar.bz2
apache-4f9a14ce406380aa1b8811239d8d59605fdaccdd.zip
fixed init script bug. closes #63964
Diffstat (limited to '1.3')
-rwxr-xr-x1.3/init/apache.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/1.3/init/apache.initd b/1.3/init/apache.initd
index ce53c43..5ac1765 100755
--- a/1.3/init/apache.initd
+++ b/1.3/init/apache.initd
@@ -7,7 +7,7 @@ opts="${opts} reload configtest"
depend() {
need net
- use mysql dns logger netmount postgres lingerd
+ use mysql dns logger netmount postgresql lingerd
after sshd
}