summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-09-02 02:29:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-09-02 02:29:57 +0000
commitd1475c67b1913e04f7b2a10671fa07941df168a1 (patch)
tree9a68e0b04cc1e8c7cbfb8156b98bf43842dab54f /etc/rc
parent5af041edf56bcb3f0524ab2951803e7938f6fcf5 (diff)
downloadpfsense-d1475c67b1913e04f7b2a10671fa07941df168a1.zip
pfsense-d1475c67b1913e04f7b2a10671fa07941df168a1.tar.gz
Use apc on cli, too
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 97bcfbe..db91aaa 100755
--- a/etc/rc
+++ b/etc/rc
@@ -302,7 +302,7 @@ if [ $RAM -gt 96 ]; then
cat >>/usr/local/lib/php.ini <<EOF
extension=apc.so
apc.enabled="1"
-;apc.enable_cli="1"
+apc.enable_cli="1"
apc.shm_size="25"
EOF
OpenPOWER on IntegriCloud