summaryrefslogtreecommitdiffstats
path: root/etc/rc.start_packages
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-06-23 13:25:03 -0400
committerjim-p <jimp@pfsense.org>2012-06-23 13:25:03 -0400
commit4593069602bd09ae183f1052cc117e54066bfd0b (patch)
tree97dd184e4e5e6375a3834f5b244128e7e7e050b7 /etc/rc.start_packages
parentea89b8dfd2f846121cc840db4ac1fff2ea408f84 (diff)
downloadpfsense-4593069602bd09ae183f1052cc117e54066bfd0b.zip
pfsense-4593069602bd09ae183f1052cc117e54066bfd0b.tar.gz
Setup library paths to include /usr/pbi/*/lib as a last resort to make sure things can find libraries. We may eventually replace this with a better method as this can lead to conflicts, but for now it will allow packages to find their proper libraries.
Diffstat (limited to 'etc/rc.start_packages')
-rwxr-xr-xetc/rc.start_packages1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.start_packages b/etc/rc.start_packages
index 4b78718..80e7aaf 100755
--- a/etc/rc.start_packages
+++ b/etc/rc.start_packages
@@ -39,6 +39,7 @@ require_once("pfsense-utils.inc");
require_once("service-utils.inc");
log_error("Restarting/Starting all packages.");
+setup_library_paths();
$rcfiles = glob("{$rcfileprefix}*.sh");
if (!$rcfiles)
OpenPOWER on IntegriCloud