Package: fso-gsmd / 0.11.3-2

Metadata

Package Version Patches format
fso-gsmd 0.11.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pdp_ppp_internal logging dir.patch | (download)

src/plugins/pdp_ppp_internal/plugin.vala | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 log ppp into /var/log/ppp.log
 Use /var/log for logging as described in the FHS.
phonebook storage dir.patch | (download)

src/lib/phonebook.vala | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 store phonebook in /var/lib/fsogsmd/pb
 Use /var/lib/fsogsmd/pb to store the phonebook. Upstream's
 default location may be flushed during the boot. The new
 location complies with the FHS.
sms storage dir.patch | (download)

conf/GTA04/fsogsmd.conf | 2 1 + 1 - 0 !
conf/default/fsogsmd.conf | 2 1 + 1 - 0 !
conf/htc_qualcomm_dream/fsogsmd.conf | 2 1 + 1 - 0 !
conf/htc_qualcomm_msm/fsogsmd.conf | 2 1 + 1 - 0 !
conf/htcleo/fsogsmd.conf | 2 1 + 1 - 0 !
conf/motorola_ezx/fsogsmd.conf | 2 1 + 1 - 0 !
conf/openmoko_gta/fsogsmd.conf | 2 1 + 1 - 0 !
conf/palm_pre/fsogsmd.conf | 2 1 + 1 - 0 !
8 files changed, 8 insertions(+), 8 deletions(-)

 store sms in /var/lib/fsogsmd/sms
 Use /var/lib/fsogsmd/sms to store SMS messages. Upstream's
 default location may be flushed during the boot. The new
 location complies with the FHS.
fix pkglibdir.patch | (download)

configure.ac | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 search modules in multiarch path
 The modules are installed correctly into the multiarch
 path, but the code doesn't look for them in these
 directories. This patch changes the module search path
 to the correct multiarch path.