aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-22 18:31:44 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-22 18:31:44 -0500
commit3baf900431ee6b4d346ee66fae8e77b3294af124 (patch)
treef5d1e8accb5af37d373b73c6d08d023d8ee05fb2 /config/haproxy
parent42d744e4babe713b32c1fc89d235071c0afe8cd4 (diff)
downloadpfsense-packages-3baf900431ee6b4d346ee66fae8e77b3294af124.tar.gz
pfsense-packages-3baf900431ee6b4d346ee66fae8e77b3294af124.tar.bz2
pfsense-packages-3baf900431ee6b4d346ee66fae8e77b3294af124.zip
s/W/w/
Diffstat (limited to 'config/haproxy')
-rw-r--r--config/haproxy/haproxy.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc
index f3203ab2..e11e6cdf 100644
--- a/config/haproxy/haproxy.inc
+++ b/config/haproxy/haproxy.inc
@@ -86,7 +86,7 @@ run_rc_command "\$1"
EOD;
- $fd = fopen("/usr/local/etc/rc.d/haproxy.sh", "W");
+ $fd = fopen("/usr/local/etc/rc.d/haproxy.sh", "w");
fwrite($fd, $haproxy);
fclose($fd);
exec("chmod a+rx /usr/local/etc/rc.d/haproxy.sh");