diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-09-02 02:29:57 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-09-02 02:29:57 +0000 |
commit | d1475c67b1913e04f7b2a10671fa07941df168a1 (patch) | |
tree | 9a68e0b04cc1e8c7cbfb8156b98bf43842dab54f /etc/rc | |
parent | 5af041edf56bcb3f0524ab2951803e7938f6fcf5 (diff) | |
download | pfsense-d1475c67b1913e04f7b2a10671fa07941df168a1.zip pfsense-d1475c67b1913e04f7b2a10671fa07941df168a1.tar.gz |
Use apc on cli, too
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |