summaryrefslogtreecommitdiff
path: root/1.3
diff options
context:
space:
mode:
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
}