diff options
author | mcrane <mctch@yahoo.com> | 2009-07-15 04:29:13 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-07-15 04:29:13 -0600 |
commit | 3232f9a83bb042dd037de6560dc95007b7f42f02 (patch) | |
tree | 8e8863885769104fadcb202a108769ab1ca4fdb5 /config/freeswitch | |
parent | 51be50dcbc1c6492a5de308dbb4dec9066336c04 (diff) | |
download | pfsense-packages-3232f9a83bb042dd037de6560dc95007b7f42f02.tar.gz pfsense-packages-3232f9a83bb042dd037de6560dc95007b7f42f02.tar.bz2 pfsense-packages-3232f9a83bb042dd037de6560dc95007b7f42f02.zip |
FreeSWITCH package add sqlite command line package for pfsense 1.2.3 benefit that uses PHP4 and doesn't have the option of PHP PDO.
Diffstat (limited to 'config/freeswitch')
-rw-r--r-- | config/freeswitch/freeswitch.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index e67cf1a8..c7b256cf 100644 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -2736,6 +2736,9 @@ function freeswitch_php_install_command() //used with fax to png, and fax to pdf conversion exec("pkg_add -r tiff2png"); + //add sqlite package + exec("pkg_add -r sqlite34"); + clearstatcache(); if (!is_dir('/usr/local/www/packages/')) { exec("mkdir /usr/local/www/packages/"); |