summaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2009-07-20 18:12:02 +0200
committerDenis Kenzior <denkenz@gmail.com>2009-07-27 17:09:48 -0500
commitaa71d0951600f1b415d8b0f03a3ed68033d9af08 (patch)
treee1de9af1be546e8a5ef70bd8ab0b3d29070c7369 /bootstrap-configure
parent5c981d421eacef2644a39b4f1fbe68cea2a04fee (diff)
downloadofono-aa71d0951600f1b415d8b0f03a3ed68033d9af08.tar.bz2
Cache EF-PNN, EF-OPL sim files on disk.
This uses plain files in /var/lib/ofono for storing contents of the operator lists to avoid possibly numerous queries to the SIM on every startup. Files are indexed with IMSI. I'm not 100% sure about the autoconf magic. Users need to rerun bootstrap-configure after applying this. Depends on [PATCH] Return SIM file access conditions from read_file_info.
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
index cc82e1a9..cea17bfa 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -12,4 +12,5 @@ fi
--prefix=/usr \
--mandir=/usr/share/man \
--sysconfdir=/etc \
- --disable-datafiles
+ --disable-datafiles \
+ --localstatedir=/var