[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Simon Busch morphis at gravedo.de
Sat Aug 6 08:20:19 UTC 2011


The following commit has been merged in the debian branch:
commit 60791a9340e3b92669488a4bacb55ec43d53ca3d
Author: Simon Busch <morphis at gravedo.de>
Date:   Sun Feb 20 18:18:24 2011 +0100

    Add configuration for palmpre machine

diff --git a/etc/htcdream/frameworkd.conf b/etc/palmpre/frameworkd.conf
similarity index 66%
copy from etc/htcdream/frameworkd.conf
copy to etc/palmpre/frameworkd.conf
index 8c20508..3fb5b32 100644
--- a/etc/htcdream/frameworkd.conf
+++ b/etc/palmpre/frameworkd.conf
@@ -17,50 +17,81 @@ rootdir = ../etc/freesmartphone:/etc/freesmartphone:/usr/etc/freesmartphone
 # the default is "auto" (slow).
 scantype = auto
 
+#
+# Subsystem configuration for oeventsd
+#
 [odeviced]
+# set 1 to disable a subsystem or a module
 disable = 1
 
-[ogsmd]
-disable = 1
+#
+# Subsystem configuration for oeventsd
+#
+[oeventsd]
+log_level = DEBUG
+disable = 0
 
-[ogpsd]
-device = MSMDevice
-channel = SerialChannel
-path = /dev/smd27
+[oeventsd.oevents]
 
-[opreferencesd]
-rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+#
+# Subsystem configuration for ogspd
+#
+[ogpsd]
+disable = 1
 
-[opreferencesd.opreferenced]
+#
+# Subsystem configuration for ogsmd
+#
+[ogsmd]
+disable = 1
 
-[oeventsd]
-rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
+#
+# Subsystem configuration for onetworkd
+#
+[onetworkd]
+disable = 1
 
-[oeventsd.oeventsd]
+#
+# Subsystem configuration for ophoned
+#
+[ophoned]
+disable = 1
 
+#
+# Subsystem configuration for opimd
+#
 [opimd]
-contacts_default_backend = SQLite-Contacts
-messages_default_backend = SQLite-Messages
+contacts_default_backend = CSV-Contacts
+messages_default_backend = SIM-Messages-FSO
 calls_default_backend = SQLite-Calls
 dates_default_backend = SQLite-Dates
 notes_default_backend = SQLite-Notes
 tasks_default_backend = SQLite-Tasks
+contacts_merging_enabled = 1
 messages_default_folder = Unfiled
 messages_trash_folder = Trash
 sim_messages_default_folder = SMS
-contacts_merging_enabled = 1
 rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim
 
 [opimd.opimd]
 
-[ousaged]
-disable = 1
+#
+# Subsystem configuration for opreferencesd
+#
+[opreferencesd]
+log_level = DEBUG
+disable = 0
 
-[ophoned]
-disable = 1
+[opreferencesd.opreferences]
 
+#
+# Subsystem configuration for otimed
+#
 [otimed]
 disable = 1
 
-[onetworkd]
+#
+# Subsystem configuration for ousaged
+#
+[ousaged]
 disable = 1

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list