diff -Nur -x '*.orig' -x '*.rej' smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/amportal.conf/25fop mezzanine_patched_smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/amportal.conf/25fop --- smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/amportal.conf/25fop 2008-09-20 01:45:49.000000000 +0200 +++ mezzanine_patched_smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/amportal.conf/25fop 2008-10-13 09:02:53.000000000 +0200 @@ -11,6 +11,6 @@ # FOPRUN: set to true if you want FOP started by freepbx_engine (amportal_start), false otherwise FOPRUN={((${'freepbx'}{'Fop'} || 'disabled') eq 'enabled') ? 'true': 'false';} -FOPDISABLE={((${'freepbx'}{'Fop'} || 'disabled') eq 'enabled') ? 'true': 'false';} +FOPDISABLE={((${'freepbx'}{'Fop'} || 'disabled') eq 'enabled') ? 'false': 'true';} # Disables FOP in interface and retrieve_conf. Usefull for sqlite3 or if you don't want FOP.