summaryrefslogtreecommitdiff
path: root/recipes/freesmartphone/fsotdld
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-02-01 18:54:21 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-02 11:37:40 +0100
commit01d1a1ffd67f176630ed1d8d8ae21417a1cf2b09 (patch)
tree205586ab7e77133d10313b39866637128bc86af9 /recipes/freesmartphone/fsotdld
parentfb7f42bf127885c12668f53de30fbbfd661c1117 (diff)
freesmartphone: bump SRCREVs to HEAD, drop configs and use configs provided with source
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Diffstat (limited to 'recipes/freesmartphone/fsotdld')
-rw-r--r--recipes/freesmartphone/fsotdld/fsotdld.conf43
1 files changed, 0 insertions, 43 deletions
diff --git a/recipes/freesmartphone/fsotdld/fsotdld.conf b/recipes/freesmartphone/fsotdld/fsotdld.conf
deleted file mode 100644
index 07e91b0ff8..0000000000
--- a/recipes/freesmartphone/fsotdld/fsotdld.conf
+++ /dev/null
@@ -1,43 +0,0 @@
-#######################################################################################
-# FSO Time Date Location Daemon Configuration File -- for SYSTEM INTEGRATORS only
-########################################################################################
-[logging]
-# Log level: DEBUG, INFO (default), WARNING, ERROR
-# Override via environment as FSO_LOG_LEVEL
-log_level = INFO
-# Where to log to: none (default), stderr, stderr:colors, file, syslog
-# Override via environment as FSO_LOG_TO
-log_to = file
-# Log Destination (valid only for log_to = file)
-# Override via environment as FSO_LOG_DESTINATION
-log_destination = /var/log/fsotdld.log
-
-[fsotdl]
-gps_receiver_transport = serial
-gps_receiver_port = /dev/rfcomm0
-gps_receiver_speed = 9600
-
-[fsotdl.alarm]
-# No settings yet
-
-[fsotdl.source_ntp]
-# Which server to use; default is 'pool.ntp.org'
-server = time.windows.com
-
-[fsotdl.source_gsm]
-# No settings yet
-
-[fsotdl.provider_gps_nmea]
-# No settings yet
-
-[fsotdl.provider_gps]
-provider_type = nmea
-
-[fsotdl.sync_time]
-# Which sources to use; what is available depends on the loaded modules
-sources = ntp;gsm
-# Which current timezone file to use; default is /etc/timezone
-timezone_file = /etc/timezone
-# Path to zoneinfo files, default is /usr/share/zoneinfo
-zoneinfo_dir = /usr/share/zoneinfo
-