]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Thu, 8 Nov 2012 22:31:10 +0000 (23:31 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 8 Nov 2012 22:31:10 +0000 (23:31 +0100)
69 files changed:
apache2/modules.d/00_apache_manual.conf
conf.d/cpufrequtils [new file with mode: 0644]
config-archive/etc/dispatch-conf.conf.dist.new
config-archive/etc/postfix/main.cf
config-archive/etc/postfix/main.cf.1
config-archive/etc/postfix/main.cf.2
config-archive/etc/postfix/main.cf.3 [new file with mode: 0644]
config-archive/etc/postfix/main.cf.dist
cron.daily/hplip_cron [new file with mode: 0755]
cron.monthly/update-pciids [deleted file]
cron.monthly/update-usbids [deleted file]
csh.env
cups/printers.conf
cupshelpers/preferreddrivers.xml
dbus-1/system.d/org.freedesktop.ModemManager.conf [deleted file]
dbus-1/system.d/org.freedesktop.PolicyKit1.conf
dbus-1/system.d/org.gnome.CPUFreqSelector.conf [deleted file]
elinks/keybind.conf.sample
env.d/05portage [new file with mode: 0644]
eselect/boost/.keep_app-admin_eselect-boost-0 [deleted file]
eselect/boost/active
gconf/gconf.xml.defaults/%gconf-tree.xml
gconf/schemas/cpufreq-applet.schemas [deleted file]
gconf/schemas/gucharmap.schemas [deleted file]
gconf/schemas/libcanberra.schemas [deleted file]
group
group-
gshadow
gshadow-
gtk-2.0/x86_64-pc-linux-gnu/gtk.immodules
host.conf
hp/hplip.conf
init.d/cpufrequtils [new file with mode: 0755]
init.d/dhcpcd
init.d/nscd
init.d/udev-mount
kernel-config/config-3.5.7-gentoo-00 [new file with mode: 0644]
make.conf
make.globals [deleted symlink]
mplayer/input.conf
mplayer/mplayer.conf
passwd
passwd-
polkit-1/localauthority.conf.d/50-localauthority.conf [deleted file]
polkit-1/localauthority.conf.d/60-gentoo.conf [deleted file]
polkit-1/nullbackend.conf.d/50-nullbackend.conf [deleted file]
polkit-1/rules.d/50-default.rules [new file with mode: 0644]
portage/package.mask [new file with mode: 0644]
portage/package.use
portage/savedconfig/sys-apps/busybox-1.20.2
postfix/main.cf
profile.env
revdep-rebuild/61-sun-jdk-1.6
revdep-rebuild/61-sun-jre-bin-1.6
shadow
shadow-
texmf/ls-R
udev/rules.d/77-mm-ericsson-mbm.rules [deleted file]
udev/rules.d/77-mm-longcheer-port-types.rules [deleted file]
udev/rules.d/77-mm-pcmcia-device-blacklist.rules [deleted file]
udev/rules.d/77-mm-platform-serial-whitelist.rules [deleted file]
udev/rules.d/77-mm-simtech-port-types.rules [deleted file]
udev/rules.d/77-mm-usb-device-blacklist.rules [deleted file]
udev/rules.d/77-mm-zte-port-types.rules [deleted file]
xdg/autostart/Gentoo-print-applet.desktop
xml/.keep [new file with mode: 0644]
xml/.keep_app-text_build-docbook-catalog-0 [deleted file]
xml/catalog
xml/docbook

index c08b2a62d709b6b2a7121732dfb14872b92cec89..db1f06d85b3ad177f909b8b689eb2cea00a74d48 100644 (file)
@@ -3,9 +3,9 @@
 # The documentation is always available at
 #  http://httpd.apache.org/docs/2.2/
 <IfDefine MANUAL>
-AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-2.2.22-r1/manual$1"
+AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-2.2.23/manual$1"
 
-<Directory "/usr/share/doc/apache-2.2.22-r1/manual">
+<Directory "/usr/share/doc/apache-2.2.23/manual">
        Options Indexes
        AllowOverride None
        Order allow,deny
diff --git a/conf.d/cpufrequtils b/conf.d/cpufrequtils
new file mode 100644 (file)
index 0000000..8959664
--- /dev/null
@@ -0,0 +1,11 @@
+# /etc/conf.d/cpufrequtils: config file for /etc/init.d/cpufrequtils
+
+# Options when starting cpufreq (given to the `cpufreq-set` program)
+START_OPTS="--governor ondemand"
+
+# Options when stopping cpufreq (given to the `cpufreq-set` program)
+STOP_OPTS="--governor performance"
+
+# Extra settings to write to sysfs cpufreq values.
+#SYSFS_EXTRA="ondemand/ignore_nice_load=1 ondemand/up_threshold=70"
+
index 7eea44c8e46a1730b071906728cd25ef1d56a020..125b7cc1f9c6362ff03df8ee764a6019850a53d2 100644 (file)
@@ -6,6 +6,7 @@
 archive-dir=${EPREFIX}/etc/config-archive
 
 # Use rcs for storing files in the archive directory?
+# NOTE: You should install dev-vcs/rcs before enabling this option.
 # WARNING: When configured to use rcs, read and execute permissions of
 # archived files may be inherited from the first check in of a working
 # file, as documented in the ci(1) man page. This means that even if
index 03fb0bfa6fae81fca0290a22e00b561185b27819..22ce437315d6da6fa033208c45656a99e2824738 100644 (file)
@@ -39,7 +39,7 @@ command_directory = /usr/sbin
 # daemon programs (i.e. programs listed in the master.cf file). This
 # directory must be owned by root.
 #
-daemon_directory = /usr/lib64/postfix
+daemon_directory = /usr/libexec/postfix
 
 # The data_directory parameter specifies the location of Postfix-writable
 # data files (caches, random numbers). This directory must be owned
@@ -463,7 +463,12 @@ mynetworks = 10.12.11.0/24, 127.0.0.0/8, [::1]/128, [2001:6f8:1db7::]/64
 # the main.cf file, otherwise the SMTP server will reject mail for    
 # non-UNIX accounts with "User unknown in local recipient table".
 #
-#mailbox_transport = lmtp:unix:/file/name
+# Cyrus IMAP over LMTP. Specify ``lmtpunix      cmd="lmtpd"
+# listen="/var/imap/socket/lmtp" prefork=0'' in cyrus.conf.
+#mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
+#
+# Cyrus IMAP via command line. Uncomment the "cyrus...pipe" and
+# subsequent line in master.cf.
 #mailbox_transport = cyrus
 
 # The fallback_transport specifies the optional transport in master.cf
@@ -640,7 +645,7 @@ setgid_group = postdrop
 
 # html_directory: The location of the Postfix HTML documentation.
 #
-html_directory = /usr/share/doc/postfix-2.8.9/html
+html_directory = /usr/share/doc/postfix-2.9.3/html
 
 # manpage_directory: The location of the Postfix on-line manual pages.
 #
@@ -653,7 +658,7 @@ sample_directory = /etc/postfix
 
 # readme_directory: The location of the Postfix README files.
 #
-readme_directory = /usr/share/doc/postfix-2.8.9/readme
+readme_directory = /usr/share/doc/postfix-2.9.3/readme
 home_mailbox = .maildir/
 
 smtpd_sasl_auth_enable = yes
index 76d1551dda6c859ecd070fa6854ce4200fd9139a..03fb0bfa6fae81fca0290a22e00b561185b27819 100644 (file)
@@ -640,7 +640,7 @@ setgid_group = postdrop
 
 # html_directory: The location of the Postfix HTML documentation.
 #
-html_directory = /usr/share/doc/postfix-2.8.7/html
+html_directory = /usr/share/doc/postfix-2.8.9/html
 
 # manpage_directory: The location of the Postfix on-line manual pages.
 #
@@ -653,7 +653,7 @@ sample_directory = /etc/postfix
 
 # readme_directory: The location of the Postfix README files.
 #
-readme_directory = /usr/share/doc/postfix-2.8.7/readme
+readme_directory = /usr/share/doc/postfix-2.8.9/readme
 home_mailbox = .maildir/
 
 smtpd_sasl_auth_enable = yes
index dba4ff004da5ca7cf91cfb9b30a7415f72ef9938..76d1551dda6c859ecd070fa6854ce4200fd9139a 100644 (file)
@@ -264,7 +264,7 @@ unknown_local_recipient_reject_code = 550
 #mynetworks = 168.100.189.0/28, 127.0.0.0/8
 #mynetworks = $config_directory/mynetworks
 #mynetworks = hash:/etc/postfix/network_table
-mynetworks = 10.12.11.0/24
+mynetworks = 10.12.11.0/24, 127.0.0.0/8, [::1]/128, [2001:6f8:1db7::]/64
 
 # The relay_domains parameter restricts what destinations this system will
 # relay mail to.  See the smtpd_recipient_restrictions description in
diff --git a/config-archive/etc/postfix/main.cf.3 b/config-archive/etc/postfix/main.cf.3
new file mode 100644 (file)
index 0000000..dba4ff0
--- /dev/null
@@ -0,0 +1,692 @@
+# Global Postfix configuration file. This file lists only a subset
+# of all parameters. For the syntax, and for a complete parameter
+# list, see the postconf(5) manual page (command: "man 5 postconf").
+#
+# For common configuration examples, see BASIC_CONFIGURATION_README
+# and STANDARD_CONFIGURATION_README. To find these documents, use
+# the command "postconf html_directory readme_directory", or go to
+# http://www.postfix.org/.
+#
+# For best results, change no more than 2-3 parameters at a time,
+# and test if Postfix still works after every change.
+
+# SOFT BOUNCE
+#
+# The soft_bounce parameter provides a limited safety net for
+# testing.  When soft_bounce is enabled, mail will remain queued that
+# would otherwise bounce. This parameter disables locally-generated
+# bounces, and prevents the SMTP server from rejecting mail permanently
+# (by changing 5xx replies into 4xx replies). However, soft_bounce
+# is no cure for address rewriting mistakes or mail routing mistakes.
+#
+#soft_bounce = no
+
+# LOCAL PATHNAME INFORMATION
+#
+# The queue_directory specifies the location of the Postfix queue.
+# This is also the root directory of Postfix daemons that run chrooted.
+# See the files in examples/chroot-setup for setting up Postfix chroot
+# environments on different UNIX systems.
+#
+queue_directory = /var/spool/postfix
+
+# The command_directory parameter specifies the location of all
+# postXXX commands.
+#
+command_directory = /usr/sbin
+
+# The daemon_directory parameter specifies the location of all Postfix
+# daemon programs (i.e. programs listed in the master.cf file). This
+# directory must be owned by root.
+#
+daemon_directory = /usr/lib64/postfix
+
+# The data_directory parameter specifies the location of Postfix-writable
+# data files (caches, random numbers). This directory must be owned
+# by the mail_owner account (see below).
+#
+data_directory = /var/lib/postfix
+
+# QUEUE AND PROCESS OWNERSHIP
+#
+# The mail_owner parameter specifies the owner of the Postfix queue
+# and of most Postfix daemon processes.  Specify the name of a user
+# account THAT DOES NOT SHARE ITS USER OR GROUP ID WITH OTHER ACCOUNTS
+# AND THAT OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM.  In
+# particular, don't specify nobody or daemon. PLEASE USE A DEDICATED
+# USER.
+#
+mail_owner = postfix
+
+# The default_privs parameter specifies the default rights used by
+# the local delivery agent for delivery to external file or command.
+# These rights are used in the absence of a recipient user context.
+# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
+#
+#default_privs = nobody
+
+# INTERNET HOST AND DOMAIN NAMES
+# 
+# The myhostname parameter specifies the internet hostname of this
+# mail system. The default is to use the fully-qualified domain name
+# from gethostname(). $myhostname is used as a default value for many
+# other configuration parameters.
+#
+#myhostname = host.domain.tld
+#myhostname = virtual.domain.tld
+myhostname = bruni.home.brehm-online.com
+
+# The mydomain parameter specifies the local internet domain name.
+# The default is to use $myhostname minus the first component.
+# $mydomain is used as a default value for many other configuration
+# parameters.
+#
+#mydomain = domain.tld
+mydomain = home.brehm-online.com
+
+# SENDING MAIL
+# 
+# The myorigin parameter specifies the domain that locally-posted
+# mail appears to come from. The default is to append $myhostname,
+# which is fine for small sites.  If you run a domain with multiple
+# machines, you should (1) change this to $mydomain and (2) set up
+# a domain-wide alias database that aliases each user to
+# user@that.users.mailhost.
+#
+# For the sake of consistency between sender and recipient addresses,
+# myorigin also specifies the default domain name that is appended
+# to recipient addresses that have no @domain part.
+#
+#myorigin = $myhostname
+#myorigin = $mydomain
+myorigin = brehm-online.com
+
+# RECEIVING MAIL
+
+# The inet_interfaces parameter specifies the network interface
+# addresses that this mail system receives mail on.  By default,
+# the software claims all active interfaces on the machine. The
+# parameter also controls delivery of mail to user@[ip.address].
+#
+# See also the proxy_interfaces parameter, for network addresses that
+# are forwarded to us via a proxy or network address translator.
+#
+# Note: you need to stop/start Postfix when this parameter changes.
+#
+#inet_interfaces = all
+#inet_interfaces = $myhostname
+#inet_interfaces = $myhostname, localhost
+inet_interfaces = 10.12.11.2, localhost
+
+# The proxy_interfaces parameter specifies the network interface
+# addresses that this mail system receives mail on by way of a
+# proxy or network address translation unit. This setting extends
+# the address list specified with the inet_interfaces parameter.
+#
+# You must specify your proxy/NAT addresses when your system is a
+# backup MX host for other domains, otherwise mail delivery loops
+# will happen when the primary MX host is down.
+#
+#proxy_interfaces =
+#proxy_interfaces = 1.2.3.4
+
+# The mydestination parameter specifies the list of domains that this
+# machine considers itself the final destination for.
+#
+# These domains are routed to the delivery agent specified with the
+# local_transport parameter setting. By default, that is the UNIX
+# compatible delivery agent that lookups all recipients in /etc/passwd
+# and /etc/aliases or their equivalent.
+#
+# The default is $myhostname + localhost.$mydomain.  On a mail domain
+# gateway, you should also include $mydomain.
+#
+# Do not specify the names of virtual domains - those domains are
+# specified elsewhere (see VIRTUAL_README).
+#
+# Do not specify the names of domains that this machine is backup MX
+# host for. Specify those names via the relay_domains settings for
+# the SMTP server, or use permit_mx_backup if you are lazy (see
+# STANDARD_CONFIGURATION_README).
+#
+# The local machine is always the final destination for mail addressed
+# to user@[the.net.work.address] of an interface that the mail system
+# receives mail on (see the inet_interfaces parameter).
+#
+# Specify a list of host or domain names, /file/name or type:table
+# patterns, separated by commas and/or whitespace. A /file/name
+# pattern is replaced by its contents; a type:table is matched when
+# a name matches a lookup key (the right-hand side is ignored).
+# Continue long lines by starting the next line with whitespace.
+#
+# See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS".
+#
+#mydestination = $myhostname, localhost.$mydomain, localhost
+#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
+#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
+#      mail.$mydomain, www.$mydomain, ftp.$mydomain
+
+# REJECTING MAIL FOR UNKNOWN LOCAL USERS
+#
+# The local_recipient_maps parameter specifies optional lookup tables
+# with all names or addresses of users that are local with respect
+# to $mydestination, $inet_interfaces or $proxy_interfaces.
+#
+# If this parameter is defined, then the SMTP server will reject
+# mail for unknown local users. This parameter is defined by default.
+#
+# To turn off local recipient checking in the SMTP server, specify
+# local_recipient_maps = (i.e. empty).
+#
+# The default setting assumes that you use the default Postfix local
+# delivery agent for local delivery. You need to update the
+# local_recipient_maps setting if:
+#
+# - You define $mydestination domain recipients in files other than
+#   /etc/passwd, /etc/aliases, or the $virtual_alias_maps files.
+#   For example, you define $mydestination domain recipients in    
+#   the $virtual_mailbox_maps files.
+#
+# - You redefine the local delivery agent in master.cf.
+#
+# - You redefine the "local_transport" setting in main.cf.
+#
+# - You use the "luser_relay", "mailbox_transport", or "fallback_transport"
+#   feature of the Postfix local delivery agent (see local(8)).
+#
+# Details are described in the LOCAL_RECIPIENT_README file.
+#
+# Beware: if the Postfix SMTP server runs chrooted, you probably have
+# to access the passwd file via the proxymap service, in order to
+# overcome chroot restrictions. The alternative, having a copy of
+# the system passwd file in the chroot jail is just not practical.
+#
+# The right-hand side of the lookup tables is conveniently ignored.
+# In the left-hand side, specify a bare username, an @domain.tld
+# wild-card, or specify a user@domain.tld address.
+# 
+#local_recipient_maps = unix:passwd.byname $alias_maps
+#local_recipient_maps = proxy:unix:passwd.byname $alias_maps
+#local_recipient_maps =
+
+# The unknown_local_recipient_reject_code specifies the SMTP server
+# response code when a recipient domain matches $mydestination or
+# ${proxy,inet}_interfaces, while $local_recipient_maps is non-empty
+# and the recipient address or address local-part is not found.
+#
+# The default setting is 550 (reject mail) but it is safer to start
+# with 450 (try again later) until you are certain that your
+# local_recipient_maps settings are OK.
+#
+unknown_local_recipient_reject_code = 550
+
+# TRUST AND RELAY CONTROL
+
+# The mynetworks parameter specifies the list of "trusted" SMTP
+# clients that have more privileges than "strangers".
+#
+# In particular, "trusted" SMTP clients are allowed to relay mail
+# through Postfix.  See the smtpd_recipient_restrictions parameter
+# in postconf(5).
+#
+# You can specify the list of "trusted" network addresses by hand
+# or you can let Postfix do it for you (which is the default).
+#
+# By default (mynetworks_style = subnet), Postfix "trusts" SMTP
+# clients in the same IP subnetworks as the local machine.
+# On Linux, this does works correctly only with interfaces specified
+# with the "ifconfig" command.
+# 
+# Specify "mynetworks_style = class" when Postfix should "trust" SMTP
+# clients in the same IP class A/B/C networks as the local machine.
+# Don't do this with a dialup site - it would cause Postfix to "trust"
+# your entire provider's network.  Instead, specify an explicit
+# mynetworks list by hand, as described below.
+#  
+# Specify "mynetworks_style = host" when Postfix should "trust"
+# only the local machine.
+# 
+#mynetworks_style = class
+#mynetworks_style = subnet
+#mynetworks_style = host
+
+# Alternatively, you can specify the mynetworks list by hand, in
+# which case Postfix ignores the mynetworks_style setting.
+#
+# Specify an explicit list of network/netmask patterns, where the
+# mask specifies the number of bits in the network part of a host
+# address.
+#
+# You can also specify the absolute pathname of a pattern file instead
+# of listing the patterns here. Specify type:table for table-based lookups
+# (the value on the table right-hand side is not used).
+#
+#mynetworks = 168.100.189.0/28, 127.0.0.0/8
+#mynetworks = $config_directory/mynetworks
+#mynetworks = hash:/etc/postfix/network_table
+mynetworks = 10.12.11.0/24
+
+# The relay_domains parameter restricts what destinations this system will
+# relay mail to.  See the smtpd_recipient_restrictions description in
+# postconf(5) for detailed information.
+#
+# By default, Postfix relays mail
+# - from "trusted" clients (IP address matches $mynetworks) to any destination,
+# - from "untrusted" clients to destinations that match $relay_domains or
+#   subdomains thereof, except addresses with sender-specified routing.
+# The default relay_domains value is $mydestination.
+# 
+# In addition to the above, the Postfix SMTP server by default accepts mail
+# that Postfix is final destination for:
+# - destinations that match $inet_interfaces or $proxy_interfaces,
+# - destinations that match $mydestination
+# - destinations that match $virtual_alias_domains,
+# - destinations that match $virtual_mailbox_domains.
+# These destinations do not need to be listed in $relay_domains.
+# 
+# Specify a list of hosts or domains, /file/name patterns or type:name
+# lookup tables, separated by commas and/or whitespace.  Continue
+# long lines by starting the next line with whitespace. A file name
+# is replaced by its contents; a type:name table is matched when a
+# (parent) domain appears as lookup key.
+#
+# NOTE: Postfix will not automatically forward mail for domains that
+# list this system as their primary or backup MX host. See the
+# permit_mx_backup restriction description in postconf(5).
+#
+#relay_domains = $mydestination
+
+# INTERNET OR INTRANET
+
+# The relayhost parameter specifies the default host to send mail to
+# when no entry is matched in the optional transport(5) table. When
+# no relayhost is given, mail is routed directly to the destination.
+#
+# On an intranet, specify the organizational domain name. If your
+# internal DNS uses no MX records, specify the name of the intranet
+# gateway host instead.
+#
+# In the case of SMTP, specify a domain, host, host:port, [host]:port,
+# [address] or [address]:port; the form [host] turns off MX lookups.
+#
+# If you're connected via UUCP, see also the default_transport parameter.
+#
+#relayhost = $mydomain
+#relayhost = [gateway.my.domain]
+#relayhost = [mailserver.isp.tld]
+#relayhost = uucphost
+#relayhost = [an.ip.add.ress]
+
+# REJECTING UNKNOWN RELAY USERS
+#
+# The relay_recipient_maps parameter specifies optional lookup tables
+# with all addresses in the domains that match $relay_domains.
+#
+# If this parameter is defined, then the SMTP server will reject
+# mail for unknown relay users. This feature is off by default.
+#
+# The right-hand side of the lookup tables is conveniently ignored.
+# In the left-hand side, specify an @domain.tld wild-card, or specify
+# a user@domain.tld address.
+# 
+#relay_recipient_maps = hash:/etc/postfix/relay_recipients
+
+# INPUT RATE CONTROL
+#
+# The in_flow_delay configuration parameter implements mail input
+# flow control. This feature is turned on by default, although it
+# still needs further development (it's disabled on SCO UNIX due
+# to an SCO bug).
+# 
+# A Postfix process will pause for $in_flow_delay seconds before
+# accepting a new message, when the message arrival rate exceeds the
+# message delivery rate. With the default 100 SMTP server process
+# limit, this limits the mail inflow to 100 messages a second more
+# than the number of messages delivered per second.
+# 
+# Specify 0 to disable the feature. Valid delays are 0..10.
+# 
+#in_flow_delay = 1s
+
+# ADDRESS REWRITING
+#
+# The ADDRESS_REWRITING_README document gives information about
+# address masquerading or other forms of address rewriting including
+# username->Firstname.Lastname mapping.
+
+# ADDRESS REDIRECTION (VIRTUAL DOMAIN)
+#
+# The VIRTUAL_README document gives information about the many forms
+# of domain hosting that Postfix supports.
+
+# "USER HAS MOVED" BOUNCE MESSAGES
+#
+# See the discussion in the ADDRESS_REWRITING_README document.
+
+# TRANSPORT MAP
+#
+# See the discussion in the ADDRESS_REWRITING_README document.
+
+# ALIAS DATABASE
+#
+# The alias_maps parameter specifies the list of alias databases used
+# by the local delivery agent. The default list is system dependent.
+#
+# On systems with NIS, the default is to search the local alias
+# database, then the NIS alias database. See aliases(5) for syntax
+# details.
+# 
+# If you change the alias database, run "postalias /etc/aliases" (or
+# wherever your system stores the mail alias file), or simply run
+# "newaliases" to build the necessary DBM or DB file.
+#
+# It will take a minute or so before changes become visible.  Use
+# "postfix reload" to eliminate the delay.
+#
+#alias_maps = dbm:/etc/aliases
+#alias_maps = hash:/etc/aliases
+#alias_maps = hash:/etc/aliases, nis:mail.aliases
+#alias_maps = netinfo:/aliases
+
+# The alias_database parameter specifies the alias database(s) that
+# are built with "newaliases" or "sendmail -bi".  This is a separate
+# configuration parameter, because alias_maps (see above) may specify
+# tables that are not necessarily all under control by Postfix.
+#
+#alias_database = dbm:/etc/aliases
+#alias_database = dbm:/etc/mail/aliases
+#alias_database = hash:/etc/aliases
+#alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
+
+# ADDRESS EXTENSIONS (e.g., user+foo)
+#
+# The recipient_delimiter parameter specifies the separator between
+# user names and address extensions (user+foo). See canonical(5),
+# local(8), relocated(5) and virtual(5) for the effects this has on
+# aliases, canonical, virtual, relocated and .forward file lookups.
+# Basically, the software tries user+foo and .forward+foo before
+# trying user and .forward.
+#
+#recipient_delimiter = +
+
+# DELIVERY TO MAILBOX
+#
+# The home_mailbox parameter specifies the optional pathname of a
+# mailbox file relative to a user's home directory. The default
+# mailbox file is /var/spool/mail/user or /var/mail/user.  Specify
+# "Maildir/" for qmail-style delivery (the / is required).
+#
+#home_mailbox = Mailbox
+#home_mailbox = Maildir/
+# The mail_spool_directory parameter specifies the directory where
+# UNIX-style mailboxes are kept. The default setting depends on the
+# system type.
+#
+#mail_spool_directory = /var/mail
+#mail_spool_directory = /var/spool/mail
+
+# The mailbox_command parameter specifies the optional external
+# command to use instead of mailbox delivery. The command is run as
+# the recipient with proper HOME, SHELL and LOGNAME environment settings.
+# Exception:  delivery for root is done as $default_user.
+#
+# Other environment variables of interest: USER (recipient username),
+# EXTENSION (address extension), DOMAIN (domain part of address),
+# and LOCAL (the address localpart).
+#
+# Unlike other Postfix configuration parameters, the mailbox_command
+# parameter is not subjected to $parameter substitutions. This is to
+# make it easier to specify shell syntax (see example below).
+#
+# Avoid shell meta characters because they will force Postfix to run
+# an expensive shell process. Procmail alone is expensive enough.
+#
+# IF YOU USE THIS TO DELIVER MAIL SYSTEM-WIDE, YOU MUST SET UP AN
+# ALIAS THAT FORWARDS MAIL FOR ROOT TO A REAL USER.
+#
+#mailbox_command = /some/where/procmail
+#mailbox_command = /some/where/procmail -a "$EXTENSION"
+
+# The mailbox_transport specifies the optional transport in master.cf
+# to use after processing aliases and .forward files. This parameter
+# has precedence over the mailbox_command, fallback_transport and
+# luser_relay parameters.
+#
+# Specify a string of the form transport:nexthop, where transport is
+# the name of a mail delivery transport defined in master.cf.  The
+# :nexthop part is optional. For more details see the sample transport
+# configuration file.
+#
+# NOTE: if you use this feature for accounts not in the UNIX password
+# file, then you must update the "local_recipient_maps" setting in
+# the main.cf file, otherwise the SMTP server will reject mail for    
+# non-UNIX accounts with "User unknown in local recipient table".
+#
+#mailbox_transport = lmtp:unix:/file/name
+#mailbox_transport = cyrus
+
+# The fallback_transport specifies the optional transport in master.cf
+# to use for recipients that are not found in the UNIX passwd database.
+# This parameter has precedence over the luser_relay parameter.
+#
+# Specify a string of the form transport:nexthop, where transport is
+# the name of a mail delivery transport defined in master.cf.  The
+# :nexthop part is optional. For more details see the sample transport
+# configuration file.
+#
+# NOTE: if you use this feature for accounts not in the UNIX password
+# file, then you must update the "local_recipient_maps" setting in
+# the main.cf file, otherwise the SMTP server will reject mail for    
+# non-UNIX accounts with "User unknown in local recipient table".
+#
+#fallback_transport = lmtp:unix:/file/name
+#fallback_transport = cyrus
+#fallback_transport =
+
+# The luser_relay parameter specifies an optional destination address
+# for unknown recipients.  By default, mail for unknown@$mydestination,
+# unknown@[$inet_interfaces] or unknown@[$proxy_interfaces] is returned
+# as undeliverable.
+#
+# The following expansions are done on luser_relay: $user (recipient
+# username), $shell (recipient shell), $home (recipient home directory),
+# $recipient (full recipient address), $extension (recipient address
+# extension), $domain (recipient domain), $local (entire recipient
+# localpart), $recipient_delimiter. Specify ${name?value} or
+# ${name:value} to expand value only when $name does (does not) exist.
+#
+# luser_relay works only for the default Postfix local delivery agent.
+#
+# NOTE: if you use this feature for accounts not in the UNIX password
+# file, then you must specify "local_recipient_maps =" (i.e. empty) in
+# the main.cf file, otherwise the SMTP server will reject mail for    
+# non-UNIX accounts with "User unknown in local recipient table".
+#
+#luser_relay = $user@other.host
+#luser_relay = $local@other.host
+#luser_relay = admin+$local
+  
+# JUNK MAIL CONTROLS
+# 
+# The controls listed here are only a very small subset. The file
+# SMTPD_ACCESS_README provides an overview.
+
+# The header_checks parameter specifies an optional table with patterns
+# that each logical message header is matched against, including
+# headers that span multiple physical lines.
+#
+# By default, these patterns also apply to MIME headers and to the
+# headers of attached messages. With older Postfix versions, MIME and
+# attached message headers were treated as body text.
+#
+# For details, see "man header_checks".
+#
+#header_checks = regexp:/etc/postfix/header_checks
+
+# FAST ETRN SERVICE
+#
+# Postfix maintains per-destination logfiles with information about
+# deferred mail, so that mail can be flushed quickly with the SMTP
+# "ETRN domain.tld" command, or by executing "sendmail -qRdomain.tld".
+# See the ETRN_README document for a detailed description.
+# 
+# The fast_flush_domains parameter controls what destinations are
+# eligible for this service. By default, they are all domains that
+# this server is willing to relay mail to.
+# 
+#fast_flush_domains = $relay_domains
+
+# SHOW SOFTWARE VERSION OR NOT
+#
+# The smtpd_banner parameter specifies the text that follows the 220
+# code in the SMTP server's greeting banner. Some people like to see
+# the mail version advertised. By default, Postfix shows no version.
+#
+# You MUST specify $myhostname at the start of the text. That is an
+# RFC requirement. Postfix itself does not care.
+#
+#smtpd_banner = $myhostname ESMTP $mail_name
+#smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
+
+# PARALLEL DELIVERY TO THE SAME DESTINATION
+#
+# How many parallel deliveries to the same user or domain? With local
+# delivery, it does not make sense to do massively parallel delivery
+# to the same user, because mailbox updates must happen sequentially,
+# and expensive pipelines in .forward files can cause disasters when
+# too many are run at the same time. With SMTP deliveries, 10
+# simultaneous connections to the same domain could be sufficient to
+# raise eyebrows.
+# 
+# Each message delivery transport has its XXX_destination_concurrency_limit
+# parameter.  The default is $default_destination_concurrency_limit for
+# most delivery transports. For the local delivery agent the default is 2.
+
+#local_destination_concurrency_limit = 2
+#default_destination_concurrency_limit = 20
+
+# DEBUGGING CONTROL
+#
+# The debug_peer_level parameter specifies the increment in verbose
+# logging level when an SMTP client or server host name or address
+# matches a pattern in the debug_peer_list parameter.
+#
+debug_peer_level = 2
+
+# The debug_peer_list parameter specifies an optional list of domain
+# or network patterns, /file/name patterns or type:name tables. When
+# an SMTP client or server host name or address matches a pattern,
+# increase the verbose logging level by the amount specified in the
+# debug_peer_level parameter.
+#
+#debug_peer_list = 127.0.0.1
+#debug_peer_list = some.domain
+
+# The debugger_command specifies the external command that is executed
+# when a Postfix daemon program is run with the -D option.
+#
+# Use "command .. & sleep 5" so that the debugger can attach before
+# the process marches on. If you use an X-based debugger, be sure to
+# set up your XAUTHORITY environment variable before starting Postfix.
+#
+debugger_command =
+        PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
+        ddd $daemon_directory/$process_name $process_id & sleep 5
+
+# If you can't use X, use this to capture the call stack when a
+# daemon crashes. The result is in a file in the configuration
+# directory, and is named after the process name and the process ID.
+#
+# debugger_command =
+#      PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont;
+#      echo where) | gdb $daemon_directory/$process_name $process_id 2>&1
+#      >$config_directory/$process_name.$process_id.log & sleep 5
+#
+# Another possibility is to run gdb under a detached screen session.
+# To attach to the screen sesssion, su root and run "screen -r
+# <id_string>" where <id_string> uniquely matches one of the detached
+# sessions (from "screen -list").
+#
+# debugger_command =
+#      PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH; screen
+#      -dmS $process_name gdb $daemon_directory/$process_name
+#      $process_id & sleep 1
+
+# INSTALL-TIME CONFIGURATION INFORMATION
+#
+# The following parameters are used when installing a new Postfix version.
+# 
+# sendmail_path: The full pathname of the Postfix sendmail command.
+# This is the Sendmail-compatible mail posting interface.
+# 
+sendmail_path = /usr/sbin/sendmail
+
+# newaliases_path: The full pathname of the Postfix newaliases command.
+# This is the Sendmail-compatible command to build alias databases.
+#
+newaliases_path = /usr/bin/newaliases
+
+# mailq_path: The full pathname of the Postfix mailq command.  This
+# is the Sendmail-compatible mail queue listing command.
+# 
+mailq_path = /usr/bin/mailq
+
+# setgid_group: The group for mail submission and queue management
+# commands.  This must be a group name with a numerical group ID that
+# is not shared with other accounts, not even with the Postfix account.
+#
+setgid_group = postdrop
+
+# html_directory: The location of the Postfix HTML documentation.
+#
+html_directory = /usr/share/doc/postfix-2.8.7/html
+
+# manpage_directory: The location of the Postfix on-line manual pages.
+#
+manpage_directory = /usr/share/man
+
+# sample_directory: The location of the Postfix sample configuration files.
+# This parameter is obsolete as of Postfix 2.1.
+#
+sample_directory = /etc/postfix
+
+# readme_directory: The location of the Postfix README files.
+#
+readme_directory = /usr/share/doc/postfix-2.8.7/readme
+home_mailbox = .maildir/
+
+smtpd_sasl_auth_enable = yes
+smtpd_sasl2_auth_enable = yes
+smtpd_sasl_security_options = noanonymous
+broken_sasl_auth_clients = yes
+smtpd_sasl_local_domain = $myhostname
+
+# Authentifizierter Relay-Mail-Versand
+smtp_sasl_auth_enable = yes 
+smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth
+smtp_sasl_security_options = noanonymous
+relayhost = [mail.brehm-online.com]
+#relayhost = [helga-six.brehm-online.com]
+
+smtpd_use_tls = yes
+#smtpd_tls_auth_only = yes
+smtpd_tls_key_file = /etc/postfix/postfix.pem
+smtpd_tls_cert_file = /etc/postfix/postfix.pem
+#smtpd_tls_CAfile = /etc/ssl/acwain-CA/CAcert.pem
+smtpd_tls_loglevel = 1
+smtpd_tls_received_header = yes
+smtpd_tls_session_cache_timeout = 3600s
+tls_random_source = dev:/dev/urandom
+
+# schön tls verwenden
+smtp_use_tls = yes
+smtp_tls_key_file = /etc/postfix/postfix.pem
+smtp_tls_cert_file = /etc/postfix/postfix.pem
+#smtp_tls_CAfile = /etc/ssl/acwain-CA/CAcert.pem
+# vermurkste zertifikate: egal
+smtp_tls_enforce_peername = no
+
+#debug_peer_list = 217.237.40.156
+
+inet_protocols = all
index f608dfb50f66eb2d7023e685ae24ca5eed59e7f1..a7c383498f992e191d491f0a0b29456d1b6367d6 100644 (file)
@@ -640,7 +640,7 @@ setgid_group = postdrop
 
 # html_directory: The location of the Postfix HTML documentation.
 #
-html_directory = /usr/share/doc/postfix-2.9.3/html
+html_directory = /usr/share/doc/postfix-2.9.4/html
 
 # manpage_directory: The location of the Postfix on-line manual pages.
 #
@@ -653,5 +653,5 @@ sample_directory = /etc/postfix
 
 # readme_directory: The location of the Postfix README files.
 #
-readme_directory = /usr/share/doc/postfix-2.9.3/readme
+readme_directory = /usr/share/doc/postfix-2.9.4/readme
 home_mailbox = .maildir/
diff --git a/cron.daily/hplip_cron b/cron.daily/hplip_cron
new file mode 100755 (executable)
index 0000000..a32906f
--- /dev/null
@@ -0,0 +1,36 @@
+#!/bin/sh
+
+LC_ALL=C
+LANG=C
+
+LOG_DIR=/var/log/hp/tmp/
+
+# Default for number of days to keep old log files in /var/log/hp/tmp
+LOGFILE_DAYS=1
+MAXSIZE=1048576        # 1 GB
+
+# Clears the logs which are less than 3 days.
+if [ -d $LOG_DIR ]; then
+       find $LOG_DIR -type f -mtime +$LOGFILE_DAYS -print0  2>/dev/null | xargs -r -0 rm -rf
+else
+       mkdir -p $LOG_DIR
+       chgrp "lp" -R $LOG_DIR
+       chmod 1774 $LOG_DIR     
+fi
+
+USAGE=`du -c $LOG_DIR 2>/dev/null |grep total |cut -d't' -f1`
+
+# Clears the logs if size is greater that specificed limit
+while [ $USAGE -gt $MAXSIZE ]; do
+
+       # changing the user specified LOGFILE_DAYS days to 1 days lesser.
+       LOGFILE_DAYS=`expr $LOGFILE_DAYS "-" 1`
+
+       # If same day logs are reaching Max size, deleting all log files.
+       if [ $LOGFILE_DAYS -eq 0 ]; then
+               find $LOG_DIR -type f -print0 2>/dev/null | xargs -r -0 rm -rf
+       else    
+               find $LOG_DIR -type f -mtime +$LOGFILE_DAYS -print0 2>/dev/null | xargs -r -0 rm -rf
+       fi
+       USAGE=`du -c $LOG_DIR 2>/dev/null |grep total |cut -d't' -f1`
+done
diff --git a/cron.monthly/update-pciids b/cron.monthly/update-pciids
deleted file mode 100755 (executable)
index 4c69423..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/sbin/update-pciids -q
diff --git a/cron.monthly/update-usbids b/cron.monthly/update-usbids
deleted file mode 100755 (executable)
index 1018546..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/sbin/update-usbids -q
diff --git a/csh.env b/csh.env
index 760be25638eaf132f49943b65fcc95393ce406a6..029193eda78e4f5f01138ca1bb58baafe3d3dee9 100644 (file)
--- a/csh.env
+++ b/csh.env
@@ -36,6 +36,7 @@ setenv PATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.4:/usr/lib64/subversi
 setenv PRELINK_PATH_MASK '/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so:/opt/bin/skype'
 setenv PYTHONDOCS_2_7 '/usr/share/doc/python-docs-2.7.2/html/library'
 setenv PYTHONDOCS_3_2 '/usr/share/doc/python-docs-3.2.2/html/library'
+setenv PYTHONPATH '/usr/lib/portage/pym'
 setenv QT_GRAPHICSSYSTEM 'raster'
 setenv QT_PLUGIN_PATH '/usr/lib64/kde4/plugins'
 setenv ROOTPATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.4:/usr/lib64/subversion/bin'
index dc62076ac0963d73b68b477dc07dce2b1e7a307b..05fcb26a7472384abced0b73d47c80b9c1ca33d8 100644 (file)
@@ -1,5 +1,5 @@
 # Printer configuration file for CUPS v1.5.2
-# Written by cupsd on 2012-10-19 18:59
+# Written by cupsd on 2012-11-04 11:45
 # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
 <Printer Virtual_Printer>
 UUID urn:uuid:7ae9b14e-20ad-3628-427d-870cdf4cdea4
index 31052b9e4fd9ca7efa96ef39ad029286535eb445..fa80c0d07ee6dda9e0acc10534e0a76a5bb7cce4 100644 (file)
       </fit>
     </drivertype>
 
+    <drivertype name="pdf">
+      <attribute name="ppd-make-and-model"
+                match=".*\bpdf\b"/>
+    </drivertype>
+
     <!-- Catch-all -->
     <drivertype name="manufacturer"/>
   </drivertypes>
       </drivers>
     </printer>
 
+    <printer>
+      <make-and-model
+         match="(Hewlett-Packard|HP) LaserJet 1[23]\d\d.*"/>
+      <drivers>
+       <drivertype>hpcups</drivertype>
+      </drivers>
+      <avoid>
+       <drivertype>*-postscript</drivertype>
+       <drivertype>manufacturer*</drivertype>
+      </avoid>
+    </printer>
+
     <!-- HP LaserJet 2100 series: avoid using PostScript for these
          models because they only understand PS level 2 (bug
          #710231). -->
        <drivertype>foomatic-recommended-hpijs</drivertype>
        <drivertype>foomatic-recommended-nonpostscript</drivertype>
        <drivertype>manufacturer*</drivertype>
+       <drivertype>pdf</drivertype>
        <drivertype>foomatic-recommended-postscript</drivertype>
        <drivertype>foomatic-postscript</drivertype>
        <drivertype>hpcups</drivertype>
diff --git a/dbus-1/system.d/org.freedesktop.ModemManager.conf b/dbus-1/system.d/org.freedesktop.ModemManager.conf
deleted file mode 100644 (file)
index 25490e3..0000000
+++ /dev/null
@@ -1,154 +0,0 @@
-<!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
-  <policy context="default">
-    <deny send_destination="org.freedesktop.ModemManager"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.DBus.Introspectable"/>
-
-    <!-- Methods listed here are explicitly allowed or PolicyKit protected.
-         The rest are restricted to root for security.
-      -->
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager"
-           send_member="EnumerateDevices"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.DBus.Properties"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem"
-           send_member="GetInfo"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Cdma"
-           send_member="GetSignalQuality"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Cdma"
-           send_member="GetServingSystem"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Cdma"
-           send_member="GetRegistrationState"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Cdma"
-           send_member="GetEsn"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Network"
-           send_member="GetSignalQuality"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Network"
-           send_member="GetBand"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Network"
-           send_member="GetNetworkMode"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Network"
-           send_member="GetRegistrationInfo"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Network"
-           send_member="Scan"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Card"
-           send_member="GetImei"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Card"
-           send_member="GetImsi"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Card"
-           send_member="SendPuk"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Card"
-           send_member="SendPin"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Card"
-           send_member="EnablePin"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Card"
-           send_member="ChangePin"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Contacts"
-           send_member="Add"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Contacts"
-           send_member="Delete"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Contacts"
-           send_member="Get"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Contacts"
-           send_member="List"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Contacts"
-           send_member="Find"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.Contacts"
-           send_member="GetCount"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.SMS"
-           send_member="Delete"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.SMS"
-           send_member="Get"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.SMS"
-           send_member="List"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.SMS"
-           send_member="Save"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.SMS"
-           send_member="Send"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.SMS"
-           send_member="SendFromStorage"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.SMS"
-           send_member="SetIndication"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.SMS"
-           send_member="GetSmsc"/>
-
-    <allow send_destination="org.freedesktop.ModemManager"
-           send_interface="org.freedesktop.ModemManager.Modem.Gsm.SMS"
-           send_member="SetSmsc"/>
-  </policy>
-
-  <policy user="root">
-    <allow own="org.freedesktop.ModemManager"/>
-    <allow send_destination="org.freedesktop.ModemManager"/>
-  </policy>
-
-  <limit name="max_replies_per_connection">512</limit>
-</busconfig>
-
index c8ef513e38972437b3e4ee8f42bae33b2ea11801..5cb96ede5faaa9617b14a77481a45f314c3a19ab 100644 (file)
@@ -4,7 +4,7 @@
  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
-  <policy user="root">
+  <policy user="polkitd">
     <allow own="org.freedesktop.PolicyKit1"/>
   </policy>
 
@@ -13,7 +13,7 @@
   </policy>
 
   <!-- Allow uid 0 to send messages on the org.freedesktop.PolicyKit1.AuthenticationAgent interface -->
-  <policy user="root">
+  <policy user="polkitd">
     <allow send_interface="org.freedesktop.PolicyKit1.AuthenticationAgent"/>
   </policy>
 
diff --git a/dbus-1/system.d/org.gnome.CPUFreqSelector.conf b/dbus-1/system.d/org.gnome.CPUFreqSelector.conf
deleted file mode 100644 (file)
index 331b6bc..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE busconfig PUBLIC
-         "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-         "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-
-<busconfig>
-
-  <!-- Only root can own the service -->
-  <policy user="root">
-    <allow own="org.gnome.CPUFreqSelector"/>
-    <allow send_interface="org.gnome.CPUFreqSelector"/>
-  </policy>
-
-  <policy context="default">
-    <allow send_interface="org.gnome.CPUFreqSelector"/>
-  </policy>
-
-</busconfig>
-         
index 3dded9c07565a6d5d232b1ca7454611f843f5fbb..a5270c38313e3aad199ae4501cc42f48d2bc3e53 100644 (file)
@@ -4,12 +4,12 @@
 # "elinks.conf" to include it.
 
 # vi-like navigation keys
-bind "main" "j" = "down"
-bind "main" "k" = "up"
-bind "main" "h" = "back"
-bind "main" "l" = "enter"
-bind "main" "g" = "home"
-bind "main" "G" = "end"
+bind "main" "j" = "move-link-next"
+bind "main" "k" = "move-link-prev"
+bind "main" "h" = "history-move-back"
+bind "main" "l" = "link-follow"
+bind "main" "g" = "move-document-start"
+bind "main" "G" = "move-document-end"
 
 # Keys close to the above
 bind "main" "i" = "scroll-up"
@@ -22,8 +22,8 @@ bind "main" "Alt-o" = "goto-url"
 
 # Emacs-like paging keys
 # Ctrl prefixed keys must be capital :-(
-bind "main" "Alt-v" = "page-up"
-bind "main" "Ctrl-V" = "page-down"
+bind "main" "Alt-v" = "move-page-up"
+bind "main" "Ctrl-V" = "move-page-down"
 
 # Emacs-like editing keys
 bind "edit" "Ctrl-B" = "left"
diff --git a/env.d/05portage b/env.d/05portage
new file mode 100644 (file)
index 0000000..e55d2d8
--- /dev/null
@@ -0,0 +1 @@
+PYTHONPATH="/usr/lib/portage/pym"
diff --git a/eselect/boost/.keep_app-admin_eselect-boost-0 b/eselect/boost/.keep_app-admin_eselect-boost-0
deleted file mode 100644 (file)
index e69de29..0000000
index 313b2f319486ea40dab04195d301e7d4fd4dd7bb..18df6a01e136588631470a20878065638e4e97f2 120000 (symlink)
@@ -1 +1 @@
-//usr/share/boost-eselect/profiles/1.48/default
\ No newline at end of file
+//usr/share/boost-eselect/profiles/1.49/default
\ No newline at end of file
index e80893ec52b9d7834c5cc4c89b6d5f22a6acd902..977e2a24ca4e4c9d116b27d6ec19dfbcbd3cbefe 100644 (file)
                </dir>
                <dir name="stickynotes_applet">
                        <dir name="settings">
-                               <entry name="confirm_deletion" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/settings/confirm_deletion"/>
-                               <entry name="desktop_hide" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/settings/desktop_hide"/>
-                               <entry name="force_default" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/settings/force_default"/>
-                               <entry name="use_system_font" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/settings/use_system_font"/>
-                               <entry name="use_system_color" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/settings/use_system_color"/>
-                               <entry name="date_format" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/settings/date_format"/>
-                               <entry name="locked" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/settings/locked"/>
-                               <entry name="sticky" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/settings/sticky"/>
+                               <entry name="confirm_deletion" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/settings/confirm_deletion"/>
+                               <entry name="desktop_hide" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/settings/desktop_hide"/>
+                               <entry name="force_default" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/settings/force_default"/>
+                               <entry name="use_system_font" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/settings/use_system_font"/>
+                               <entry name="use_system_color" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/settings/use_system_color"/>
+                               <entry name="date_format" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/settings/date_format"/>
+                               <entry name="locked" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/settings/locked"/>
+                               <entry name="sticky" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/settings/sticky"/>
                        </dir>
                        <dir name="defaults">
-                               <entry name="font" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/defaults/font"/>
-                               <entry name="font_color" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/defaults/font_color"/>
-                               <entry name="color" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/defaults/color"/>
-                               <entry name="height" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/defaults/height"/>
-                               <entry name="width" mtime="1335217748" schema="/schemas/apps/stickynotes_applet/defaults/width"/>
+                               <entry name="font" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/defaults/font"/>
+                               <entry name="font_color" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/defaults/font_color"/>
+                               <entry name="color" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/defaults/color"/>
+                               <entry name="height" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/defaults/height"/>
+                               <entry name="width" mtime="1350812526" schema="/schemas/apps/stickynotes_applet/defaults/width"/>
                        </dir>
                </dir>
                <dir name="yelp">
                        <entry name="idle_activation_enabled" mtime="1326797018" schema="/schemas/apps/gnome-screensaver/idle_activation_enabled"/>
                </dir>
                <dir name="evolution">
-                       <entry name="last_version" mtime="1335180792" schema="/schemas/apps/evolution/last_version"/>
-                       <entry name="version" mtime="1335180792" schema="/schemas/apps/evolution/version"/>
+                       <entry name="last_version" mtime="1350812236" schema="/schemas/apps/evolution/last_version"/>
+                       <entry name="version" mtime="1350812236" schema="/schemas/apps/evolution/version"/>
                        <dir name="shell">
-                               <entry name="express_mode" mtime="1335180792" schema="/schemas/apps/evolution/shell/express_mode"/>
-                               <entry name="start_offline" mtime="1335180792" schema="/schemas/apps/evolution/shell/start_offline"/>
-                               <entry name="file_chooser_folder" mtime="1335180792" schema="/schemas/apps/evolution/shell/file_chooser_folder"/>
-                               <entry name="attachment_view" mtime="1335180792" schema="/schemas/apps/evolution/shell/attachment_view"/>
-                               <entry name="skip_warning_dialog" mtime="1335180792" schema="/schemas/apps/evolution/shell/skip_warning_dialog"/>
+                               <entry name="express_mode" mtime="1350812236" schema="/schemas/apps/evolution/shell/express_mode"/>
+                               <entry name="start_offline" mtime="1350812236" schema="/schemas/apps/evolution/shell/start_offline"/>
+                               <entry name="file_chooser_folder" mtime="1350812236" schema="/schemas/apps/evolution/shell/file_chooser_folder"/>
+                               <entry name="attachment_view" mtime="1350812236" schema="/schemas/apps/evolution/shell/attachment_view"/>
+                               <entry name="skip_warning_dialog" mtime="1350812236" schema="/schemas/apps/evolution/shell/skip_warning_dialog"/>
                                <dir name="network_config">
-                                       <entry name="autoconfig_url" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/autoconfig_url"/>
-                                       <entry name="ignore_hosts" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/ignore_hosts"/>
-                                       <entry name="authentication_password" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/authentication_password"/>
-                                       <entry name="authentication_user" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/authentication_user"/>
-                                       <entry name="use_authentication" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/use_authentication"/>
-                                       <entry name="use_http_proxy" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/use_http_proxy"/>
-                                       <entry name="socks_host" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/socks_host"/>
-                                       <entry name="socks_port" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/socks_port"/>
-                                       <entry name="secure_host" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/secure_host"/>
-                                       <entry name="secure_port" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/secure_port"/>
-                                       <entry name="http_host" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/http_host"/>
-                                       <entry name="http_port" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/http_port"/>
-                                       <entry name="proxy_type" mtime="1335180792" schema="/schemas/apps/evolution/shell/network_config/proxy_type"/>
+                                       <entry name="autoconfig_url" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/autoconfig_url"/>
+                                       <entry name="ignore_hosts" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/ignore_hosts"/>
+                                       <entry name="authentication_password" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/authentication_password"/>
+                                       <entry name="authentication_user" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/authentication_user"/>
+                                       <entry name="use_authentication" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/use_authentication"/>
+                                       <entry name="use_http_proxy" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/use_http_proxy"/>
+                                       <entry name="socks_host" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/socks_host"/>
+                                       <entry name="socks_port" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/socks_port"/>
+                                       <entry name="secure_host" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/secure_host"/>
+                                       <entry name="secure_port" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/secure_port"/>
+                                       <entry name="http_host" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/http_host"/>
+                                       <entry name="http_port" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/http_port"/>
+                                       <entry name="proxy_type" mtime="1350812236" schema="/schemas/apps/evolution/shell/network_config/proxy_type"/>
                                </dir>
                                <dir name="view_defaults">
-                                       <entry name="component_id" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/component_id"/>
-                                       <entry name="statusbar_visible" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/statusbar_visible"/>
-                                       <entry name="sidebar_visible" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/sidebar_visible"/>
-                                       <entry name="toolbar_visible" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/toolbar_visible"/>
-                                       <entry name="buttons_style" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/buttons_style"/>
-                                       <entry name="buttons_visible" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/buttons_visible"/>
-                                       <entry name="window_maximized" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/window_maximized"/>
-                                       <entry name="window_height" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/window_height"/>
-                                       <entry name="window_width" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/window_width"/>
-                                       <entry name="window_x" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/window_x"/>
-                                       <entry name="window_y" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/window_y"/>
+                                       <entry name="component_id" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/component_id"/>
+                                       <entry name="statusbar_visible" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/statusbar_visible"/>
+                                       <entry name="sidebar_visible" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/sidebar_visible"/>
+                                       <entry name="toolbar_visible" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/toolbar_visible"/>
+                                       <entry name="buttons_style" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/buttons_style"/>
+                                       <entry name="buttons_visible" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/buttons_visible"/>
+                                       <entry name="window_maximized" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/window_maximized"/>
+                                       <entry name="window_height" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/window_height"/>
+                                       <entry name="window_width" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/window_width"/>
+                                       <entry name="window_x" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/window_x"/>
+                                       <entry name="window_y" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/window_y"/>
                                        <dir name="folder_bar">
-                                               <entry name="width" mtime="1335180792" schema="/schemas/apps/evolution/shell/view_defaults/folder_bar/width"/>
+                                               <entry name="width" mtime="1350812236" schema="/schemas/apps/evolution/shell/view_defaults/folder_bar/width"/>
                                        </dir>
                                </dir>
                                <dir name="offline">
-                                       <entry name="folder_paths" mtime="1335180792" schema="/schemas/apps/evolution/shell/offline/folder_paths"/>
+                                       <entry name="folder_paths" mtime="1350812236" schema="/schemas/apps/evolution/shell/offline/folder_paths"/>
                                </dir>
                        </dir>
                        <dir name="addressbook">
                                <entry name="gal_cache_interval" mtime="1326800522" schema="/schemas/apps/evolution/addressbook/gal_cache_interval"/>
                                <dir name="display">
-                                       <entry name="show_preview" mtime="1335180791" schema="/schemas/apps/evolution/addressbook/display/show_preview"/>
-                                       <entry name="vpane_position" mtime="1335180791" schema="/schemas/apps/evolution/addressbook/display/vpane_position"/>
-                                       <entry name="hpane_position" mtime="1335180791" schema="/schemas/apps/evolution/addressbook/display/hpane_position"/>
-                                       <entry name="layout" mtime="1335180791" schema="/schemas/apps/evolution/addressbook/display/layout"/>
+                                       <entry name="show_preview" mtime="1350812236" schema="/schemas/apps/evolution/addressbook/display/show_preview"/>
+                                       <entry name="vpane_position" mtime="1350812236" schema="/schemas/apps/evolution/addressbook/display/vpane_position"/>
+                                       <entry name="hpane_position" mtime="1350812236" schema="/schemas/apps/evolution/addressbook/display/hpane_position"/>
+                                       <entry name="layout" mtime="1350812236" schema="/schemas/apps/evolution/addressbook/display/layout"/>
                                </dir>
                                <dir name="select_names">
-                                       <entry name="last_used_uri" mtime="1335180791" schema="/schemas/apps/evolution/addressbook/select_names/last_used_uri"/>
+                                       <entry name="last_used_uri" mtime="1350812236" schema="/schemas/apps/evolution/addressbook/select_names/last_used_uri"/>
                                </dir>
                                <dir name="completion">
-                                       <entry name="show_address" mtime="1335180791" schema="/schemas/apps/evolution/addressbook/completion/show_address"/>
-                                       <entry name="minimum_query_length" mtime="1335180791" schema="/schemas/apps/evolution/addressbook/completion/minimum_query_length"/>
-                                       <entry name="uris" mtime="1335180791" schema="/schemas/apps/evolution/addressbook/completion/uris"/>
+                                       <entry name="show_address" mtime="1350812236" schema="/schemas/apps/evolution/addressbook/completion/show_address"/>
+                                       <entry name="minimum_query_length" mtime="1350812236" schema="/schemas/apps/evolution/addressbook/completion/minimum_query_length"/>
+                                       <entry name="uris" mtime="1350812236" schema="/schemas/apps/evolution/addressbook/completion/uris"/>
                                </dir>
                        </dir>
                        <dir name="calendar">
-                               <entry name="audio_dir" mtime="1335180791" schema="/schemas/apps/evolution/calendar/audio_dir"/>
+                               <entry name="audio_dir" mtime="1350812236" schema="/schemas/apps/evolution/calendar/audio_dir"/>
                                <dir name="publish">
-                                       <entry name="template" mtime="1335180791" schema="/schemas/apps/evolution/calendar/publish/template"/>
-                                       <entry name="uris" mtime="1335180791" schema="/schemas/apps/evolution/calendar/publish/uris"/>
+                                       <entry name="template" mtime="1350812236" schema="/schemas/apps/evolution/calendar/publish/template"/>
+                                       <entry name="uris" mtime="1350812236" schema="/schemas/apps/evolution/calendar/publish/uris"/>
                                </dir>
                                <dir name="notify">
-                                       <entry name="notify_with_tray" mtime="1335180791" schema="/schemas/apps/evolution/calendar/notify/notify_with_tray"/>
-                                       <entry name="programs" mtime="1335180791" schema="/schemas/apps/evolution/calendar/notify/programs"/>
-                                       <entry name="calendars" mtime="1335180791" schema="/schemas/apps/evolution/calendar/notify/calendars"/>
-                                       <entry name="last_notification_time" mtime="1335180791" schema="/schemas/apps/evolution/calendar/notify/last_notification_time"/>
+                                       <entry name="notify_with_tray" mtime="1350812236" schema="/schemas/apps/evolution/calendar/notify/notify_with_tray"/>
+                                       <entry name="programs" mtime="1350812236" schema="/schemas/apps/evolution/calendar/notify/programs"/>
+                                       <entry name="calendars" mtime="1350812236" schema="/schemas/apps/evolution/calendar/notify/calendars"/>
+                                       <entry name="last_notification_time" mtime="1350812236" schema="/schemas/apps/evolution/calendar/notify/last_notification_time"/>
                                </dir>
                                <dir name="other">
-                                       <entry name="def_recur_count" mtime="1335180791" schema="/schemas/apps/evolution/calendar/other/def_recur_count"/>
-                                       <entry name="default_reminder_units" mtime="1335180791" schema="/schemas/apps/evolution/calendar/other/default_reminder_units"/>
-                                       <entry name="default_reminder_interval" mtime="1335180791" schema="/schemas/apps/evolution/calendar/other/default_reminder_interval"/>
-                                       <entry name="use_default_reminder" mtime="1335180791" schema="/schemas/apps/evolution/calendar/other/use_default_reminder"/>
+                                       <entry name="def_recur_count" mtime="1350812236" schema="/schemas/apps/evolution/calendar/other/def_recur_count"/>
+                                       <entry name="default_reminder_units" mtime="1350812236" schema="/schemas/apps/evolution/calendar/other/default_reminder_units"/>
+                                       <entry name="default_reminder_interval" mtime="1350812236" schema="/schemas/apps/evolution/calendar/other/default_reminder_interval"/>
+                                       <entry name="use_default_reminder" mtime="1350812236" schema="/schemas/apps/evolution/calendar/other/use_default_reminder"/>
                                </dir>
                                <dir name="prompts">
-                                       <entry name="confirm_purge" mtime="1335180791" schema="/schemas/apps/evolution/calendar/prompts/confirm_purge"/>
-                                       <entry name="confirm_delete" mtime="1335180791" schema="/schemas/apps/evolution/calendar/prompts/confirm_delete"/>
+                                       <entry name="confirm_purge" mtime="1350812236" schema="/schemas/apps/evolution/calendar/prompts/confirm_purge"/>
+                                       <entry name="confirm_delete" mtime="1350812236" schema="/schemas/apps/evolution/calendar/prompts/confirm_delete"/>
                                </dir>
                                <dir name="tasks">
-                                       <entry name="hide_completed_value" mtime="1335180791" schema="/schemas/apps/evolution/calendar/tasks/hide_completed_value"/>
-                                       <entry name="hide_completed_units" mtime="1335180791" schema="/schemas/apps/evolution/calendar/tasks/hide_completed_units"/>
-                                       <entry name="hide_completed" mtime="1335180791" schema="/schemas/apps/evolution/calendar/tasks/hide_completed"/>
-                                       <entry name="primary_tasks" mtime="1335180791" schema="/schemas/apps/evolution/calendar/tasks/primary_tasks"/>
+                                       <entry name="hide_completed_value" mtime="1350812236" schema="/schemas/apps/evolution/calendar/tasks/hide_completed_value"/>
+                                       <entry name="hide_completed_units" mtime="1350812236" schema="/schemas/apps/evolution/calendar/tasks/hide_completed_units"/>
+                                       <entry name="hide_completed" mtime="1350812236" schema="/schemas/apps/evolution/calendar/tasks/hide_completed"/>
+                                       <entry name="primary_tasks" mtime="1350812236" schema="/schemas/apps/evolution/calendar/tasks/primary_tasks"/>
                                        <dir name="colors">
-                                               <entry name="overdue" mtime="1335180791" schema="/schemas/apps/evolution/calendar/tasks/colors/overdue"/>
-                                               <entry name="due_today" mtime="1335180791" schema="/schemas/apps/evolution/calendar/tasks/colors/due_today"/>
+                                               <entry name="overdue" mtime="1350812236" schema="/schemas/apps/evolution/calendar/tasks/colors/overdue"/>
+                                               <entry name="due_today" mtime="1350812236" schema="/schemas/apps/evolution/calendar/tasks/colors/due_today"/>
                                        </dir>
                                </dir>
                                <dir name="memos">
-                                       <entry name="primary_memos" mtime="1335180791" schema="/schemas/apps/evolution/calendar/memos/primary_memos"/>
+                                       <entry name="primary_memos" mtime="1350812236" schema="/schemas/apps/evolution/calendar/memos/primary_memos"/>
                                </dir>
                                <dir name="display">
-                                       <entry name="error_level" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/error_level"/>
-                                       <entry name="error_timeout" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/error_timeout"/>
-                                       <entry name="month_scroll_by_week" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/month_scroll_by_week"/>
-                                       <entry name="show_week_numbers" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/show_week_numbers"/>
-                                       <entry name="events_gradient" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/events_gradient"/>
-                                       <entry name="events_transparency" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/events_transparency"/>
-                                       <entry name="marcus_bains_color_timebar" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/marcus_bains_color_timebar"/>
-                                       <entry name="marcus_bains_color_dayview" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/marcus_bains_color_dayview"/>
-                                       <entry name="marcus_bains_line" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/marcus_bains_line"/>
-                                       <entry name="working_days" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/working_days"/>
-                                       <entry name="show_event_end" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/show_event_end"/>
-                                       <entry name="compress_weekend" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/compress_weekend"/>
-                                       <entry name="task_vpane_position" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/task_vpane_position"/>
-                                       <entry name="task_hpane_position" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/task_hpane_position"/>
-                                       <entry name="show_task_preview" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/show_task_preview"/>
-                                       <entry name="task_layout" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/task_layout"/>
-                                       <entry name="memo_vpane_position" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/memo_vpane_position"/>
-                                       <entry name="memo_hpane_position" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/memo_hpane_position"/>
-                                       <entry name="show_memo_preview" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/show_memo_preview"/>
-                                       <entry name="memo_layout" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/memo_layout"/>
-                                       <entry name="date_navigator_pane_position" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/date_navigator_pane_position"/>
-                                       <entry name="month_vpane_position" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/month_vpane_position"/>
-                                       <entry name="month_hpane_position" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/month_hpane_position"/>
-                                       <entry name="vpane_position" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/vpane_position"/>
-                                       <entry name="hpane_position" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/hpane_position"/>
-                                       <entry name="time_divisions" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/time_divisions"/>
-                                       <entry name="day_end_minute" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/day_end_minute"/>
-                                       <entry name="day_end_hour" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/day_end_hour"/>
-                                       <entry name="day_start_minute" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/day_start_minute"/>
-                                       <entry name="day_start_hour" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/day_start_hour"/>
-                                       <entry name="week_start_day" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/week_start_day"/>
-                                       <entry name="show_categories" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/show_categories"/>
-                                       <entry name="show_timezone" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/show_timezone"/>
-                                       <entry name="show_rsvp" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/show_rsvp"/>
-                                       <entry name="show_type" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/show_type"/>
-                                       <entry name="show_status" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/show_status"/>
-                                       <entry name="show_role" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/show_role"/>
-                                       <entry name="use_24hour_format" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/use_24hour_format"/>
-                                       <entry name="day_second_zones_max" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/day_second_zones_max"/>
-                                       <entry name="day_second_zones" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/day_second_zones"/>
-                                       <entry name="day_second_zone" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/day_second_zone"/>
-                                       <entry name="use_system_timezone" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/use_system_timezone"/>
-                                       <entry name="timezone" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/timezone"/>
-                                       <entry name="primary_calendar" mtime="1335180791" schema="/schemas/apps/evolution/calendar/display/primary_calendar"/>
+                                       <entry name="error_level" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/error_level"/>
+                                       <entry name="error_timeout" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/error_timeout"/>
+                                       <entry name="month_scroll_by_week" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/month_scroll_by_week"/>
+                                       <entry name="show_week_numbers" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/show_week_numbers"/>
+                                       <entry name="events_gradient" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/events_gradient"/>
+                                       <entry name="events_transparency" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/events_transparency"/>
+                                       <entry name="marcus_bains_color_timebar" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/marcus_bains_color_timebar"/>
+                                       <entry name="marcus_bains_color_dayview" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/marcus_bains_color_dayview"/>
+                                       <entry name="marcus_bains_line" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/marcus_bains_line"/>
+                                       <entry name="working_days" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/working_days"/>
+                                       <entry name="show_event_end" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/show_event_end"/>
+                                       <entry name="compress_weekend" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/compress_weekend"/>
+                                       <entry name="task_vpane_position" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/task_vpane_position"/>
+                                       <entry name="task_hpane_position" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/task_hpane_position"/>
+                                       <entry name="show_task_preview" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/show_task_preview"/>
+                                       <entry name="task_layout" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/task_layout"/>
+                                       <entry name="memo_vpane_position" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/memo_vpane_position"/>
+                                       <entry name="memo_hpane_position" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/memo_hpane_position"/>
+                                       <entry name="show_memo_preview" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/show_memo_preview"/>
+                                       <entry name="memo_layout" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/memo_layout"/>
+                                       <entry name="date_navigator_pane_position" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/date_navigator_pane_position"/>
+                                       <entry name="month_vpane_position" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/month_vpane_position"/>
+                                       <entry name="month_hpane_position" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/month_hpane_position"/>
+                                       <entry name="vpane_position" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/vpane_position"/>
+                                       <entry name="hpane_position" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/hpane_position"/>
+                                       <entry name="time_divisions" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/time_divisions"/>
+                                       <entry name="day_end_minute" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/day_end_minute"/>
+                                       <entry name="day_end_hour" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/day_end_hour"/>
+                                       <entry name="day_start_minute" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/day_start_minute"/>
+                                       <entry name="day_start_hour" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/day_start_hour"/>
+                                       <entry name="week_start_day" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/week_start_day"/>
+                                       <entry name="show_categories" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/show_categories"/>
+                                       <entry name="show_timezone" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/show_timezone"/>
+                                       <entry name="show_rsvp" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/show_rsvp"/>
+                                       <entry name="show_type" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/show_type"/>
+                                       <entry name="show_status" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/show_status"/>
+                                       <entry name="show_role" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/show_role"/>
+                                       <entry name="use_24hour_format" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/use_24hour_format"/>
+                                       <entry name="day_second_zones_max" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/day_second_zones_max"/>
+                                       <entry name="day_second_zones" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/day_second_zones"/>
+                                       <entry name="day_second_zone" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/day_second_zone"/>
+                                       <entry name="use_system_timezone" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/use_system_timezone"/>
+                                       <entry name="timezone" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/timezone"/>
+                                       <entry name="primary_calendar" mtime="1350812236" schema="/schemas/apps/evolution/calendar/display/primary_calendar"/>
                                </dir>
                        </dir>
                        <dir name="eplugin">
                                <dir name="face">
-                                       <entry name="insert_by_default" mtime="1335180792" schema="/schemas/apps/evolution/eplugin/face/insert_by_default"/>
+                                       <entry name="insert_by_default" mtime="1350812236" schema="/schemas/apps/evolution/eplugin/face/insert_by_default"/>
                                </dir>
                                <dir name="mail-notification">
-                                       <entry name="sound-use-theme" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/mail-notification/sound-use-theme"/>
-                                       <entry name="sound-file" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/mail-notification/sound-file"/>
-                                       <entry name="sound-beep" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/mail-notification/sound-beep"/>
-                                       <entry name="sound-enabled" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/mail-notification/sound-enabled"/>
-                                       <entry name="status-notification" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/mail-notification/status-notification"/>
-                                       <entry name="status-enabled" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/mail-notification/status-enabled"/>
-                                       <entry name="dbus-enabled" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/mail-notification/dbus-enabled"/>
-                                       <entry name="notify-only-inbox" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/mail-notification/notify-only-inbox"/>
+                                       <entry name="sound-use-theme" mtime="1350812236" schema="/schemas/apps/evolution/eplugin/mail-notification/sound-use-theme"/>
+                                       <entry name="sound-file" mtime="1350812236" schema="/schemas/apps/evolution/eplugin/mail-notification/sound-file"/>
+                                       <entry name="sound-beep" mtime="1350812236" schema="/schemas/apps/evolution/eplugin/mail-notification/sound-beep"/>
+                                       <entry name="sound-enabled" mtime="1350812236" schema="/schemas/apps/evolution/eplugin/mail-notification/sound-enabled"/>
+                                       <entry name="status-notification" mtime="1350812236" schema="/schemas/apps/evolution/eplugin/mail-notification/status-notification"/>
+                                       <entry name="status-enabled" mtime="1350812236" schema="/schemas/apps/evolution/eplugin/mail-notification/status-enabled"/>
+                                       <entry name="dbus-enabled" mtime="1350812236" schema="/schemas/apps/evolution/eplugin/mail-notification/dbus-enabled"/>
+                                       <entry name="notify-only-inbox" mtime="1350812236" schema="/schemas/apps/evolution/eplugin/mail-notification/notify-only-inbox"/>
                                </dir>
                                <dir name="email_custom_header">
-                                       <entry name="customHeader" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/email_custom_header/customHeader"/>
+                                       <entry name="customHeader" mtime="1350812236" schema="/schemas/apps/evolution/eplugin/email_custom_header/customHeader"/>
                                </dir>
                                <dir name="external-editor">
-                                       <entry name="launch-on-key-press" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/external-editor/launch-on-key-press"/>
-                                       <entry name="editor-command" mtime="1335180791" schema="/schemas/apps/evolution/eplugin/external-editor/editor-command"/>
+                                       <entry name="launch-on-key-press" mtime="1350812235" schema="/schemas/apps/evolution/eplugin/external-editor/launch-on-key-press"/>
+                                       <entry name="editor-command" mtime="1350812235" schema="/schemas/apps/evolution/eplugin/external-editor/editor-command"/>
                                </dir>
                        </dir>
                        <dir name="mail">
-                               <entry name="template_placeholders" mtime="1335180792" schema="/schemas/apps/evolution/mail/template_placeholders"/>
-                               <entry name="sync_interval" mtime="1335180792" schema="/schemas/apps/evolution/mail/sync_interval"/>
-                               <entry name="vfolder_editor_width" mtime="1335180792" schema="/schemas/apps/evolution/mail/vfolder_editor_width"/>
-                               <entry name="vfolder_editor_maximized" mtime="1335180792" schema="/schemas/apps/evolution/mail/vfolder_editor_maximized"/>
-                               <entry name="vfolder_editor_height" mtime="1335180792" schema="/schemas/apps/evolution/mail/vfolder_editor_height"/>
-                               <entry name="send_recv_width" mtime="1335180792" schema="/schemas/apps/evolution/mail/send_recv_width"/>
-                               <entry name="send_recv_maximized" mtime="1335180792" schema="/schemas/apps/evolution/mail/send_recv_maximized"/>
-                               <entry name="send_recv_height" mtime="1335180792" schema="/schemas/apps/evolution/mail/send_recv_height"/>
-                               <entry name="filter_editor_width" mtime="1335180792" schema="/schemas/apps/evolution/mail/filter_editor_width"/>
-                               <entry name="filter_editor_maximized" mtime="1335180792" schema="/schemas/apps/evolution/mail/filter_editor_maximized"/>
-                               <entry name="filter_editor_height" mtime="1335180792" schema="/schemas/apps/evolution/mail/filter_editor_height"/>
-                               <entry name="save_dir" mtime="1335180792" schema="/schemas/apps/evolution/mail/save_dir"/>
-                               <entry name="licenses" mtime="1335180792" schema="/schemas/apps/evolution/mail/licenses"/>
-                               <entry name="accounts" mtime="1335180792" schema="/schemas/apps/evolution/mail/accounts"/>
-                               <entry name="default_account" mtime="1335180792" schema="/schemas/apps/evolution/mail/default_account"/>
-                               <entry name="labels" mtime="1335180792" schema="/schemas/apps/evolution/mail/labels"/>
-                               <entry name="mail_browser_maximized" mtime="1335180792" schema="/schemas/apps/evolution/mail/mail_browser_maximized"/>
-                               <entry name="mail_browser_height" mtime="1335180792" schema="/schemas/apps/evolution/mail/mail_browser_height"/>
-                               <entry name="mail_browser_width" mtime="1335180792" schema="/schemas/apps/evolution/mail/mail_browser_width"/>
-                               <entry name="attachment_reminder_clues" mtime="1335180791" schema="/schemas/apps/evolution/mail/attachment_reminder_clues"/>
+                               <entry name="template_placeholders" mtime="1350812237" schema="/schemas/apps/evolution/mail/template_placeholders"/>
+                               <entry name="sync_interval" mtime="1350812236" schema="/schemas/apps/evolution/mail/sync_interval"/>
+                               <entry name="vfolder_editor_width" mtime="1350812236" schema="/schemas/apps/evolution/mail/vfolder_editor_width"/>
+                               <entry name="vfolder_editor_maximized" mtime="1350812236" schema="/schemas/apps/evolution/mail/vfolder_editor_maximized"/>
+                               <entry name="vfolder_editor_height" mtime="1350812236" schema="/schemas/apps/evolution/mail/vfolder_editor_height"/>
+                               <entry name="send_recv_width" mtime="1350812236" schema="/schemas/apps/evolution/mail/send_recv_width"/>
+                               <entry name="send_recv_maximized" mtime="1350812236" schema="/schemas/apps/evolution/mail/send_recv_maximized"/>
+                               <entry name="send_recv_height" mtime="1350812236" schema="/schemas/apps/evolution/mail/send_recv_height"/>
+                               <entry name="filter_editor_width" mtime="1350812236" schema="/schemas/apps/evolution/mail/filter_editor_width"/>
+                               <entry name="filter_editor_maximized" mtime="1350812236" schema="/schemas/apps/evolution/mail/filter_editor_maximized"/>
+                               <entry name="filter_editor_height" mtime="1350812236" schema="/schemas/apps/evolution/mail/filter_editor_height"/>
+                               <entry name="save_dir" mtime="1350812236" schema="/schemas/apps/evolution/mail/save_dir"/>
+                               <entry name="licenses" mtime="1350812236" schema="/schemas/apps/evolution/mail/licenses"/>
+                               <entry name="accounts" mtime="1350812236" schema="/schemas/apps/evolution/mail/accounts"/>
+                               <entry name="default_account" mtime="1350812236" schema="/schemas/apps/evolution/mail/default_account"/>
+                               <entry name="labels" mtime="1350812236" schema="/schemas/apps/evolution/mail/labels"/>
+                               <entry name="mail_browser_maximized" mtime="1350812236" schema="/schemas/apps/evolution/mail/mail_browser_maximized"/>
+                               <entry name="mail_browser_height" mtime="1350812236" schema="/schemas/apps/evolution/mail/mail_browser_height"/>
+                               <entry name="mail_browser_width" mtime="1350812236" schema="/schemas/apps/evolution/mail/mail_browser_width"/>
+                               <entry name="attachment_reminder_clues" mtime="1350812236" schema="/schemas/apps/evolution/mail/attachment_reminder_clues"/>
                                <dir name="trash">
-                                       <entry name="empty_date" mtime="1335180792" schema="/schemas/apps/evolution/mail/trash/empty_date"/>
-                                       <entry name="empty_on_exit_days" mtime="1335180792" schema="/schemas/apps/evolution/mail/trash/empty_on_exit_days"/>
-                                       <entry name="empty_on_exit" mtime="1335180792" schema="/schemas/apps/evolution/mail/trash/empty_on_exit"/>
+                                       <entry name="empty_date" mtime="1350812236" schema="/schemas/apps/evolution/mail/trash/empty_date"/>
+                                       <entry name="empty_on_exit_days" mtime="1350812236" schema="/schemas/apps/evolution/mail/trash/empty_on_exit_days"/>
+                                       <entry name="empty_on_exit" mtime="1350812236" schema="/schemas/apps/evolution/mail/trash/empty_on_exit"/>
                                </dir>
                                <dir name="prompts">
-                                       <entry name="checkdefault" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/checkdefault"/>
-                                       <entry name="reply_many_recips" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/reply_many_recips"/>
-                                       <entry name="list_reply_to" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/list_reply_to"/>
-                                       <entry name="private_list_reply" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/private_list_reply"/>
-                                       <entry name="delete_in_vfolder" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/delete_in_vfolder"/>
-                                       <entry name="mark_all_read" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/mark_all_read"/>
-                                       <entry name="open_many" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/open_many"/>
-                                       <entry name="unwanted_html" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/unwanted_html"/>
-                                       <entry name="only_bcc" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/only_bcc"/>
-                                       <entry name="expunge" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/expunge"/>
-                                       <entry name="empty_subject" mtime="1335180792" schema="/schemas/apps/evolution/mail/prompts/empty_subject"/>
+                                       <entry name="checkdefault" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/checkdefault"/>
+                                       <entry name="reply_many_recips" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/reply_many_recips"/>
+                                       <entry name="list_reply_to" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/list_reply_to"/>
+                                       <entry name="private_list_reply" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/private_list_reply"/>
+                                       <entry name="delete_in_vfolder" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/delete_in_vfolder"/>
+                                       <entry name="mark_all_read" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/mark_all_read"/>
+                                       <entry name="open_many" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/open_many"/>
+                                       <entry name="unwanted_html" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/unwanted_html"/>
+                                       <entry name="only_bcc" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/only_bcc"/>
+                                       <entry name="expunge" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/expunge"/>
+                                       <entry name="empty_subject" mtime="1350812236" schema="/schemas/apps/evolution/mail/prompts/empty_subject"/>
                                </dir>
                                <dir name="format">
-                                       <entry name="message_display_style" mtime="1335180792" schema="/schemas/apps/evolution/mail/format/message_display_style"/>
-                                       <entry name="reply_style" mtime="1335180792" schema="/schemas/apps/evolution/mail/format/reply_style"/>
-                                       <entry name="forward_style" mtime="1335180792" schema="/schemas/apps/evolution/mail/format/forward_style"/>
+                                       <entry name="message_display_style" mtime="1350812236" schema="/schemas/apps/evolution/mail/format/message_display_style"/>
+                                       <entry name="reply_style" mtime="1350812236" schema="/schemas/apps/evolution/mail/format/reply_style"/>
+                                       <entry name="forward_style" mtime="1350812236" schema="/schemas/apps/evolution/mail/format/forward_style"/>
                                </dir>
                                <dir name="filters">
-                                       <entry name="flush-outbox" mtime="1335180792" schema="/schemas/apps/evolution/mail/filters/flush-outbox"/>
-                                       <entry name="logfile" mtime="1335180792" schema="/schemas/apps/evolution/mail/filters/logfile"/>
-                                       <entry name="log" mtime="1335180792" schema="/schemas/apps/evolution/mail/filters/log"/>
+                                       <entry name="flush-outbox" mtime="1350812236" schema="/schemas/apps/evolution/mail/filters/flush-outbox"/>
+                                       <entry name="logfile" mtime="1350812236" schema="/schemas/apps/evolution/mail/filters/logfile"/>
+                                       <entry name="log" mtime="1350812236" schema="/schemas/apps/evolution/mail/filters/log"/>
                                </dir>
                                <dir name="subscribe_window">
-                                       <entry name="height" mtime="1335180792" schema="/schemas/apps/evolution/mail/subscribe_window/height"/>
-                                       <entry name="width" mtime="1335180792" schema="/schemas/apps/evolution/mail/subscribe_window/width"/>
+                                       <entry name="height" mtime="1350812236" schema="/schemas/apps/evolution/mail/subscribe_window/height"/>
+                                       <entry name="width" mtime="1350812236" schema="/schemas/apps/evolution/mail/subscribe_window/width"/>
                                </dir>
                                <dir name="display">
-                                       <entry name="show_real_date" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/show_real_date"/>
-                                       <entry name="error_level" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/error_level"/>
-                                       <entry name="error_timeout" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/error_timeout"/>
-                                       <entry name="thread_latest" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/thread_latest"/>
-                                       <entry name="thread_expand" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/thread_expand"/>
-                                       <entry name="thread_subject" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/thread_subject"/>
-                                       <entry name="address_count" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/address_count"/>
-                                       <entry name="message_text_part_limit" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/message_text_part_limit"/>
-                                       <entry name="force_message_limit" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/force_message_limit"/>
-                                       <entry name="address_compress" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/address_compress"/>
-                                       <entry name="layout" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/layout"/>
-                                       <entry name="hpaned_size" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/hpaned_size"/>
-                                       <entry name="paned_size" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/paned_size"/>
-                                       <entry name="safe_list" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/safe_list"/>
-                                       <entry name="enable_vfolders" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/enable_vfolders"/>
-                                       <entry name="show_deleted" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/show_deleted"/>
-                                       <entry name="mark_seen_timeout" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/mark_seen_timeout"/>
-                                       <entry name="vertical_view_fonts" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/vertical_view_fonts"/>
-                                       <entry name="show_email" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/show_email"/>
-                                       <entry name="mark_seen" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/mark_seen"/>
-                                       <entry name="mime_types" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/mime_types"/>
-                                       <entry name="photo_local" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/photo_local"/>
-                                       <entry name="sender_photo" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/sender_photo"/>
-                                       <entry name="headers" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/headers"/>
-                                       <entry name="show_all_headers" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/show_all_headers"/>
-                                       <entry name="animate_images" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/animate_images"/>
-                                       <entry name="load_http_images" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/load_http_images"/>
-                                       <entry name="charset" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/charset"/>
-                                       <entry name="caret_mode" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/caret_mode"/>
-                                       <entry name="citation_colour" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/citation_colour"/>
-                                       <entry name="mark_citations" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/mark_citations"/>
-                                       <entry name="global_view_setting" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/global_view_setting"/>
-                                       <entry name="magic_spacebar" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/magic_spacebar"/>
-                                       <entry name="no_folder_dots" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/no_folder_dots"/>
-                                       <entry name="side_bar_search" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/side_bar_search"/>
-                                       <entry name="animated_images" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/animated_images"/>
+                                       <entry name="show_real_date" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/show_real_date"/>
+                                       <entry name="error_level" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/error_level"/>
+                                       <entry name="error_timeout" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/error_timeout"/>
+                                       <entry name="thread_latest" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/thread_latest"/>
+                                       <entry name="thread_expand" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/thread_expand"/>
+                                       <entry name="thread_subject" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/thread_subject"/>
+                                       <entry name="address_count" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/address_count"/>
+                                       <entry name="message_text_part_limit" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/message_text_part_limit"/>
+                                       <entry name="force_message_limit" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/force_message_limit"/>
+                                       <entry name="address_compress" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/address_compress"/>
+                                       <entry name="layout" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/layout"/>
+                                       <entry name="hpaned_size" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/hpaned_size"/>
+                                       <entry name="paned_size" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/paned_size"/>
+                                       <entry name="safe_list" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/safe_list"/>
+                                       <entry name="enable_vfolders" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/enable_vfolders"/>
+                                       <entry name="show_deleted" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/show_deleted"/>
+                                       <entry name="mark_seen_timeout" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/mark_seen_timeout"/>
+                                       <entry name="vertical_view_fonts" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/vertical_view_fonts"/>
+                                       <entry name="show_email" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/show_email"/>
+                                       <entry name="mark_seen" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/mark_seen"/>
+                                       <entry name="mime_types" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/mime_types"/>
+                                       <entry name="photo_local" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/photo_local"/>
+                                       <entry name="sender_photo" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/sender_photo"/>
+                                       <entry name="headers" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/headers"/>
+                                       <entry name="show_all_headers" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/show_all_headers"/>
+                                       <entry name="animate_images" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/animate_images"/>
+                                       <entry name="load_http_images" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/load_http_images"/>
+                                       <entry name="charset" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/charset"/>
+                                       <entry name="caret_mode" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/caret_mode"/>
+                                       <entry name="citation_colour" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/citation_colour"/>
+                                       <entry name="mark_citations" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/mark_citations"/>
+                                       <entry name="global_view_setting" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/global_view_setting"/>
+                                       <entry name="magic_spacebar" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/magic_spacebar"/>
+                                       <entry name="no_folder_dots" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/no_folder_dots"/>
+                                       <entry name="side_bar_search" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/side_bar_search"/>
+                                       <entry name="animated_images" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/animated_images"/>
                                        <dir name="fonts">
-                                               <entry name="use_custom" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/fonts/use_custom"/>
-                                               <entry name="monospace" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/fonts/monospace"/>
-                                               <entry name="variable" mtime="1335180792" schema="/schemas/apps/evolution/mail/display/fonts/variable"/>
+                                               <entry name="use_custom" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/fonts/use_custom"/>
+                                               <entry name="monospace" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/fonts/monospace"/>
+                                               <entry name="variable" mtime="1350812236" schema="/schemas/apps/evolution/mail/display/fonts/variable"/>
                                        </dir>
                                </dir>
                                <dir name="composer">
-                                       <entry name="current_folder" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/current_folder"/>
-                                       <entry name="ignore_list_reply_to" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/ignore_list_reply_to"/>
-                                       <entry name="height" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/height"/>
-                                       <entry name="width" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/width"/>
-                                       <entry name="no_signature_delim" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/no_signature_delim"/>
-                                       <entry name="top_signature" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/top_signature"/>
-                                       <entry name="outlook_filenames" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/outlook_filenames"/>
-                                       <entry name="show_post_reply_to" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/show_post_reply_to"/>
-                                       <entry name="show_post_from" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/show_post_from"/>
-                                       <entry name="show_mail_reply_to" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/show_mail_reply_to"/>
-                                       <entry name="show_mail_cc" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/show_mail_cc"/>
-                                       <entry name="show_mail_bcc" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/show_mail_bcc"/>
-                                       <entry name="spell_languages" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/spell_languages"/>
-                                       <entry name="spell_color" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/spell_color"/>
-                                       <entry name="send_html" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/send_html"/>
-                                       <entry name="request_receipt" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/request_receipt"/>
-                                       <entry name="reply_start_bottom" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/reply_start_bottom"/>
-                                       <entry name="group_reply_to_list" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/group_reply_to_list"/>
-                                       <entry name="magic_smileys" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/magic_smileys"/>
-                                       <entry name="magic_links" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/magic_links"/>
-                                       <entry name="inline_spelling" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/inline_spelling"/>
-                                       <entry name="charset" mtime="1335180792" schema="/schemas/apps/evolution/mail/composer/charset"/>
+                                       <entry name="current_folder" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/current_folder"/>
+                                       <entry name="ignore_list_reply_to" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/ignore_list_reply_to"/>
+                                       <entry name="height" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/height"/>
+                                       <entry name="width" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/width"/>
+                                       <entry name="no_signature_delim" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/no_signature_delim"/>
+                                       <entry name="top_signature" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/top_signature"/>
+                                       <entry name="outlook_filenames" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/outlook_filenames"/>
+                                       <entry name="show_post_reply_to" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/show_post_reply_to"/>
+                                       <entry name="show_post_from" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/show_post_from"/>
+                                       <entry name="show_mail_reply_to" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/show_mail_reply_to"/>
+                                       <entry name="show_mail_cc" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/show_mail_cc"/>
+                                       <entry name="show_mail_bcc" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/show_mail_bcc"/>
+                                       <entry name="spell_languages" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/spell_languages"/>
+                                       <entry name="spell_color" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/spell_color"/>
+                                       <entry name="send_html" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/send_html"/>
+                                       <entry name="request_receipt" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/request_receipt"/>
+                                       <entry name="reply_start_bottom" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/reply_start_bottom"/>
+                                       <entry name="group_reply_to_list" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/group_reply_to_list"/>
+                                       <entry name="magic_smileys" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/magic_smileys"/>
+                                       <entry name="magic_links" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/magic_links"/>
+                                       <entry name="inline_spelling" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/inline_spelling"/>
+                                       <entry name="charset" mtime="1350812236" schema="/schemas/apps/evolution/mail/composer/charset"/>
                                </dir>
                                <dir name="junk">
-                                       <entry name="custom_header" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/custom_header"/>
-                                       <entry name="check_custom_header" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/check_custom_header"/>
-                                       <entry name="lookup_addressbook_local_only" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/lookup_addressbook_local_only"/>
-                                       <entry name="lookup_addressbook" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/lookup_addressbook"/>
-                                       <entry name="default_plugin" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/default_plugin"/>
-                                       <entry name="empty_date" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/empty_date"/>
-                                       <entry name="empty_on_exit_days" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/empty_on_exit_days"/>
-                                       <entry name="empty_on_exit" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/empty_on_exit"/>
-                                       <entry name="check_incoming" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/check_incoming"/>
+                                       <entry name="custom_header" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/custom_header"/>
+                                       <entry name="check_custom_header" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/check_custom_header"/>
+                                       <entry name="lookup_addressbook_local_only" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/lookup_addressbook_local_only"/>
+                                       <entry name="lookup_addressbook" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/lookup_addressbook"/>
+                                       <entry name="default_plugin" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/default_plugin"/>
+                                       <entry name="empty_date" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/empty_date"/>
+                                       <entry name="empty_on_exit_days" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/empty_on_exit_days"/>
+                                       <entry name="empty_on_exit" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/empty_on_exit"/>
+                                       <entry name="check_incoming" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/check_incoming"/>
                                        <dir name="sa">
-                                               <entry name="use_daemon" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/sa/use_daemon"/>
-                                               <entry name="local_only" mtime="1335180792" schema="/schemas/apps/evolution/mail/junk/sa/local_only"/>
+                                               <entry name="use_daemon" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/sa/use_daemon"/>
+                                               <entry name="local_only" mtime="1350812236" schema="/schemas/apps/evolution/mail/junk/sa/local_only"/>
                                        </dir>
                                        <dir name="bogofilter">
-                                               <entry name="unicode" mtime="1335180791" schema="/schemas/apps/evolution/mail/junk/bogofilter/unicode"/>
+                                               <entry name="unicode" mtime="1350812235" schema="/schemas/apps/evolution/mail/junk/bogofilter/unicode"/>
                                        </dir>
                                </dir>
                        </dir>
                </dir>
                <dir name="eog">
                        <dir name="plugins">
-                               <entry name="active_plugins" mtime="1326793880" schema="/schemas/apps/eog/plugins/active_plugins"/>
+                               <entry name="active_plugins" mtime="1350807793" schema="/schemas/apps/eog/plugins/active_plugins"/>
                        </dir>
                        <dir name="ui">
-                               <entry name="propsdialog_netbook_mode" mtime="1326793880" schema="/schemas/apps/eog/ui/propsdialog_netbook_mode"/>
-                               <entry name="filechooser_xdg_fallback" mtime="1326793880" schema="/schemas/apps/eog/ui/filechooser_xdg_fallback"/>
-                               <entry name="disable_trash_confirmation" mtime="1326793880" schema="/schemas/apps/eog/ui/disable_trash_confirmation"/>
-                               <entry name="scroll_buttons" mtime="1326793880" schema="/schemas/apps/eog/ui/scroll_buttons"/>
-                               <entry name="sidebar" mtime="1326793880" schema="/schemas/apps/eog/ui/sidebar"/>
-                               <entry name="image_collection_resizable" mtime="1326793880" schema="/schemas/apps/eog/ui/image_collection_resizable"/>
-                               <entry name="image_collection_position" mtime="1326793880" schema="/schemas/apps/eog/ui/image_collection_position"/>
-                               <entry name="image_collection" mtime="1326793880" schema="/schemas/apps/eog/ui/image_collection"/>
-                               <entry name="statusbar" mtime="1326793880" schema="/schemas/apps/eog/ui/statusbar"/>
-                               <entry name="toolbar" mtime="1326793880" schema="/schemas/apps/eog/ui/toolbar"/>
+                               <entry name="propsdialog_netbook_mode" mtime="1350807793" schema="/schemas/apps/eog/ui/propsdialog_netbook_mode"/>
+                               <entry name="filechooser_xdg_fallback" mtime="1350807793" schema="/schemas/apps/eog/ui/filechooser_xdg_fallback"/>
+                               <entry name="disable_trash_confirmation" mtime="1350807793" schema="/schemas/apps/eog/ui/disable_trash_confirmation"/>
+                               <entry name="scroll_buttons" mtime="1350807793" schema="/schemas/apps/eog/ui/scroll_buttons"/>
+                               <entry name="sidebar" mtime="1350807793" schema="/schemas/apps/eog/ui/sidebar"/>
+                               <entry name="image_collection_resizable" mtime="1350807793" schema="/schemas/apps/eog/ui/image_collection_resizable"/>
+                               <entry name="image_collection_position" mtime="1350807793" schema="/schemas/apps/eog/ui/image_collection_position"/>
+                               <entry name="image_collection" mtime="1350807793" schema="/schemas/apps/eog/ui/image_collection"/>
+                               <entry name="statusbar" mtime="1350807793" schema="/schemas/apps/eog/ui/statusbar"/>
+                               <entry name="toolbar" mtime="1350807793" schema="/schemas/apps/eog/ui/toolbar"/>
                        </dir>
                        <dir name="full_screen">
-                               <entry name="seconds" mtime="1326793880" schema="/schemas/apps/eog/full_screen/seconds"/>
-                               <entry name="upscale" mtime="1326793880" schema="/schemas/apps/eog/full_screen/upscale"/>
-                               <entry name="loop" mtime="1326793880" schema="/schemas/apps/eog/full_screen/loop"/>
+                               <entry name="seconds" mtime="1350807793" schema="/schemas/apps/eog/full_screen/seconds"/>
+                               <entry name="upscale" mtime="1350807793" schema="/schemas/apps/eog/full_screen/upscale"/>
+                               <entry name="loop" mtime="1350807793" schema="/schemas/apps/eog/full_screen/loop"/>
                        </dir>
                        <dir name="view">
-                               <entry name="trans_color" mtime="1326793880" schema="/schemas/apps/eog/view/trans_color"/>
-                               <entry name="zoom_multiplier" mtime="1326793880" schema="/schemas/apps/eog/view/zoom_multiplier"/>
-                               <entry name="scroll_wheel_zoom" mtime="1326793880" schema="/schemas/apps/eog/view/scroll_wheel_zoom"/>
-                               <entry name="transparency" mtime="1326793880" schema="/schemas/apps/eog/view/transparency"/>
-                               <entry name="extrapolate" mtime="1326793880" schema="/schemas/apps/eog/view/extrapolate"/>
-                               <entry name="interpolate" mtime="1326793880" schema="/schemas/apps/eog/view/interpolate"/>
-                               <entry name="use-background-color" mtime="1326793880" schema="/schemas/apps/eog/view/use-background-color"/>
-                               <entry name="background-color" mtime="1326793880" schema="/schemas/apps/eog/view/background-color"/>
-                               <entry name="autorotate" mtime="1326793880" schema="/schemas/apps/eog/view/autorotate"/>
+                               <entry name="trans_color" mtime="1350807793" schema="/schemas/apps/eog/view/trans_color"/>
+                               <entry name="zoom_multiplier" mtime="1350807793" schema="/schemas/apps/eog/view/zoom_multiplier"/>
+                               <entry name="scroll_wheel_zoom" mtime="1350807793" schema="/schemas/apps/eog/view/scroll_wheel_zoom"/>
+                               <entry name="transparency" mtime="1350807793" schema="/schemas/apps/eog/view/transparency"/>
+                               <entry name="extrapolate" mtime="1350807793" schema="/schemas/apps/eog/view/extrapolate"/>
+                               <entry name="interpolate" mtime="1350807793" schema="/schemas/apps/eog/view/interpolate"/>
+                               <entry name="use-background-color" mtime="1350807793" schema="/schemas/apps/eog/view/use-background-color"/>
+                               <entry name="background-color" mtime="1350807793" schema="/schemas/apps/eog/view/background-color"/>
+                               <entry name="autorotate" mtime="1350807793" schema="/schemas/apps/eog/view/autorotate"/>
                        </dir>
                </dir>
                <dir name="same-gnome">
                </dir>
                <dir name="panel">
                        <dir name="general">
-                               <entry name="profiles_migrated" mtime="1326736219" schema="/schemas/apps/panel/general/profiles_migrated"/>
-                               <entry name="object_id_list" mtime="1326736219" schema="/schemas/apps/panel/general/object_id_list"/>
-                               <entry name="applet_id_list" mtime="1326736219" schema="/schemas/apps/panel/general/applet_id_list"/>
-                               <entry name="toplevel_id_list" mtime="1326736219" schema="/schemas/apps/panel/general/toplevel_id_list"/>
-                               <entry name="enable_autocompletion" mtime="1326736219" schema="/schemas/apps/panel/general/enable_autocompletion"/>
-                               <entry name="show_program_list" mtime="1326736219" schema="/schemas/apps/panel/general/show_program_list"/>
-                               <entry name="enable_program_list" mtime="1326736219" schema="/schemas/apps/panel/general/enable_program_list"/>
+                               <entry name="profiles_migrated" mtime="1350811986" schema="/schemas/apps/panel/general/profiles_migrated"/>
+                               <entry name="object_id_list" mtime="1350811986" schema="/schemas/apps/panel/general/object_id_list"/>
+                               <entry name="applet_id_list" mtime="1350811986" schema="/schemas/apps/panel/general/applet_id_list"/>
+                               <entry name="toplevel_id_list" mtime="1350811986" schema="/schemas/apps/panel/general/toplevel_id_list"/>
+                               <entry name="enable_autocompletion" mtime="1350811986" schema="/schemas/apps/panel/general/enable_autocompletion"/>
+                               <entry name="show_program_list" mtime="1350811986" schema="/schemas/apps/panel/general/show_program_list"/>
+                               <entry name="enable_program_list" mtime="1350811986" schema="/schemas/apps/panel/general/enable_program_list"/>
                        </dir>
                        <dir name="global">
-                               <entry name="disable_force_quit" mtime="1326736219" schema="/schemas/apps/panel/global/disable_force_quit"/>
-                               <entry name="disable_log_out" mtime="1326736219" schema="/schemas/apps/panel/global/disable_log_out"/>
-                               <entry name="disable_lock_screen" mtime="1326736219" schema="/schemas/apps/panel/global/disable_lock_screen"/>
-                               <entry name="disabled_applets" mtime="1326736219" schema="/schemas/apps/panel/global/disabled_applets"/>
-                               <entry name="locked_down" mtime="1326736219" schema="/schemas/apps/panel/global/locked_down"/>
-                               <entry name="highlight_launchers_on_mouseover" mtime="1326736219" schema="/schemas/apps/panel/global/highlight_launchers_on_mouseover"/>
-                               <entry name="confirm_panel_remove" mtime="1326736219" schema="/schemas/apps/panel/global/confirm_panel_remove"/>
-                               <entry name="drawer_autoclose" mtime="1326736219" schema="/schemas/apps/panel/global/drawer_autoclose"/>
-                               <entry name="window_screenshot_key" mtime="1326736219" schema="/schemas/apps/panel/global/window_screenshot_key"/>
-                               <entry name="screenshot_key" mtime="1326736219" schema="/schemas/apps/panel/global/screenshot_key"/>
-                               <entry name="run_key" mtime="1326736219" schema="/schemas/apps/panel/global/run_key"/>
-                               <entry name="menu_key" mtime="1326736219" schema="/schemas/apps/panel/global/menu_key"/>
-                               <entry name="enable_key_bindings" mtime="1326736219" schema="/schemas/apps/panel/global/enable_key_bindings"/>
-                               <entry name="panel_hide_delay" mtime="1326736219" schema="/schemas/apps/panel/global/panel_hide_delay"/>
-                               <entry name="panel_animation_speed" mtime="1326736219" schema="/schemas/apps/panel/global/panel_animation_speed"/>
-                               <entry name="panel_show_delay" mtime="1326736219" schema="/schemas/apps/panel/global/panel_show_delay"/>
-                               <entry name="panel_minimized_size" mtime="1326736219" schema="/schemas/apps/panel/global/panel_minimized_size"/>
-                               <entry name="enable_animations" mtime="1326736219" schema="/schemas/apps/panel/global/enable_animations"/>
-                               <entry name="keep_menus_in_memory" mtime="1326736219" schema="/schemas/apps/panel/global/keep_menus_in_memory"/>
-                               <entry name="tooltips_enabled" mtime="1326736219" schema="/schemas/apps/panel/global/tooltips_enabled"/>
+                               <entry name="disable_force_quit" mtime="1350811986" schema="/schemas/apps/panel/global/disable_force_quit"/>
+                               <entry name="disable_log_out" mtime="1350811986" schema="/schemas/apps/panel/global/disable_log_out"/>
+                               <entry name="disable_lock_screen" mtime="1350811986" schema="/schemas/apps/panel/global/disable_lock_screen"/>
+                               <entry name="disabled_applets" mtime="1350811986" schema="/schemas/apps/panel/global/disabled_applets"/>
+                               <entry name="locked_down" mtime="1350811986" schema="/schemas/apps/panel/global/locked_down"/>
+                               <entry name="highlight_launchers_on_mouseover" mtime="1350811986" schema="/schemas/apps/panel/global/highlight_launchers_on_mouseover"/>
+                               <entry name="confirm_panel_remove" mtime="1350811986" schema="/schemas/apps/panel/global/confirm_panel_remove"/>
+                               <entry name="drawer_autoclose" mtime="1350811986" schema="/schemas/apps/panel/global/drawer_autoclose"/>
+                               <entry name="window_screenshot_key" mtime="1350811986" schema="/schemas/apps/panel/global/window_screenshot_key"/>
+                               <entry name="screenshot_key" mtime="1350811986" schema="/schemas/apps/panel/global/screenshot_key"/>
+                               <entry name="run_key" mtime="1350811986" schema="/schemas/apps/panel/global/run_key"/>
+                               <entry name="menu_key" mtime="1350811986" schema="/schemas/apps/panel/global/menu_key"/>
+                               <entry name="enable_key_bindings" mtime="1350811986" schema="/schemas/apps/panel/global/enable_key_bindings"/>
+                               <entry name="panel_hide_delay" mtime="1350811986" schema="/schemas/apps/panel/global/panel_hide_delay"/>
+                               <entry name="panel_animation_speed" mtime="1350811986" schema="/schemas/apps/panel/global/panel_animation_speed"/>
+                               <entry name="panel_show_delay" mtime="1350811986" schema="/schemas/apps/panel/global/panel_show_delay"/>
+                               <entry name="panel_minimized_size" mtime="1350811986" schema="/schemas/apps/panel/global/panel_minimized_size"/>
+                               <entry name="enable_animations" mtime="1350811986" schema="/schemas/apps/panel/global/enable_animations"/>
+                               <entry name="keep_menus_in_memory" mtime="1350811986" schema="/schemas/apps/panel/global/keep_menus_in_memory"/>
+                               <entry name="tooltips_enabled" mtime="1350811986" schema="/schemas/apps/panel/global/tooltips_enabled"/>
                        </dir>
                        <dir name="default_setup">
                                <dir name="applets">
                                        <dir name="workspace_switcher">
-                                               <entry name="action_type" mtime="1326736219" schema="/schemas/apps/panel/objects/action_type"/>
-                                               <entry name="launcher_location" mtime="1326736219" schema="/schemas/apps/panel/objects/launcher_location"/>
-                                               <entry name="menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/menu_path"/>
-                                               <entry name="use_menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/use_menu_path"/>
-                                               <entry name="custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/custom_icon"/>
-                                               <entry name="use_custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/use_custom_icon"/>
-                                               <entry name="tooltip" mtime="1326736219" schema="/schemas/apps/panel/objects/tooltip"/>
-                                               <entry name="attached_toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
-                                               <entry name="applet_iid" mtime="1326736219" schema="/schemas/apps/panel/objects/applet_iid" type="string">
+                                               <entry name="action_type" mtime="1350811985" schema="/schemas/apps/panel/objects/action_type"/>
+                                               <entry name="launcher_location" mtime="1350811985" schema="/schemas/apps/panel/objects/launcher_location"/>
+                                               <entry name="menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/menu_path"/>
+                                               <entry name="use_menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/use_menu_path"/>
+                                               <entry name="custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/custom_icon"/>
+                                               <entry name="use_custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/use_custom_icon"/>
+                                               <entry name="tooltip" mtime="1350811985" schema="/schemas/apps/panel/objects/tooltip"/>
+                                               <entry name="attached_toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
+                                               <entry name="applet_iid" mtime="1350811985" schema="/schemas/apps/panel/objects/applet_iid" type="string">
                                                        <stringvalue>WnckletFactory::WorkspaceSwitcherApplet</stringvalue>
                                                </entry>
-                                               <entry name="locked" mtime="1326736219" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
-                                               <entry name="panel_right_stick" mtime="1326736219" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="true"/>
-                                               <entry name="position" mtime="1326736219" schema="/schemas/apps/panel/objects/position" type="int" value="0"/>
-                                               <entry name="toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
+                                               <entry name="locked" mtime="1350811985" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
+                                               <entry name="panel_right_stick" mtime="1350811985" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="true"/>
+                                               <entry name="position" mtime="1350811985" schema="/schemas/apps/panel/objects/position" type="int" value="0"/>
+                                               <entry name="toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
                                                        <stringvalue>bottom_panel</stringvalue>
                                                </entry>
-                                               <entry name="object_type" mtime="1326736219" schema="/schemas/apps/panel/objects/object_type" type="string">
+                                               <entry name="object_type" mtime="1350811985" schema="/schemas/apps/panel/objects/object_type" type="string">
                                                        <stringvalue>external-applet</stringvalue>
                                                </entry>
                                        </dir>
                                        <dir name="window_list">
-                                               <entry name="action_type" mtime="1326736219" schema="/schemas/apps/panel/objects/action_type"/>
-                                               <entry name="launcher_location" mtime="1326736219" schema="/schemas/apps/panel/objects/launcher_location"/>
-                                               <entry name="menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/menu_path"/>
-                                               <entry name="use_menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/use_menu_path"/>
-                                               <entry name="custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/custom_icon"/>
-                                               <entry name="use_custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/use_custom_icon"/>
-                                               <entry name="tooltip" mtime="1326736219" schema="/schemas/apps/panel/objects/tooltip"/>
-                                               <entry name="attached_toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
-                                               <entry name="applet_iid" mtime="1326736219" schema="/schemas/apps/panel/objects/applet_iid" type="string">
+                                               <entry name="action_type" mtime="1350811985" schema="/schemas/apps/panel/objects/action_type"/>
+                                               <entry name="launcher_location" mtime="1350811985" schema="/schemas/apps/panel/objects/launcher_location"/>
+                                               <entry name="menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/menu_path"/>
+                                               <entry name="use_menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/use_menu_path"/>
+                                               <entry name="custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/custom_icon"/>
+                                               <entry name="use_custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/use_custom_icon"/>
+                                               <entry name="tooltip" mtime="1350811985" schema="/schemas/apps/panel/objects/tooltip"/>
+                                               <entry name="attached_toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
+                                               <entry name="applet_iid" mtime="1350811985" schema="/schemas/apps/panel/objects/applet_iid" type="string">
                                                        <stringvalue>WnckletFactory::WindowListApplet</stringvalue>
                                                </entry>
-                                               <entry name="locked" mtime="1326736219" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
-                                               <entry name="panel_right_stick" mtime="1326736219" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
-                                               <entry name="position" mtime="1326736219" schema="/schemas/apps/panel/objects/position" type="int" value="1"/>
-                                               <entry name="toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
+                                               <entry name="locked" mtime="1350811985" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
+                                               <entry name="panel_right_stick" mtime="1350811985" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
+                                               <entry name="position" mtime="1350811985" schema="/schemas/apps/panel/objects/position" type="int" value="1"/>
+                                               <entry name="toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
                                                        <stringvalue>bottom_panel</stringvalue>
                                                </entry>
-                                               <entry name="object_type" mtime="1326736219" schema="/schemas/apps/panel/objects/object_type" type="string">
+                                               <entry name="object_type" mtime="1350811985" schema="/schemas/apps/panel/objects/object_type" type="string">
                                                        <stringvalue>external-applet</stringvalue>
                                                </entry>
                                        </dir>
                                        <dir name="show_desktop_button">
-                                               <entry name="action_type" mtime="1326736219" schema="/schemas/apps/panel/objects/action_type"/>
-                                               <entry name="launcher_location" mtime="1326736219" schema="/schemas/apps/panel/objects/launcher_location"/>
-                                               <entry name="menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/menu_path"/>
-                                               <entry name="use_menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/use_menu_path"/>
-                                               <entry name="custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/custom_icon"/>
-                                               <entry name="use_custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/use_custom_icon"/>
-                                               <entry name="tooltip" mtime="1326736219" schema="/schemas/apps/panel/objects/tooltip"/>
-                                               <entry name="attached_toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
-                                               <entry name="applet_iid" mtime="1326736219" schema="/schemas/apps/panel/objects/applet_iid" type="string">
+                                               <entry name="action_type" mtime="1350811985" schema="/schemas/apps/panel/objects/action_type"/>
+                                               <entry name="launcher_location" mtime="1350811985" schema="/schemas/apps/panel/objects/launcher_location"/>
+                                               <entry name="menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/menu_path"/>
+                                               <entry name="use_menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/use_menu_path"/>
+                                               <entry name="custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/custom_icon"/>
+                                               <entry name="use_custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/use_custom_icon"/>
+                                               <entry name="tooltip" mtime="1350811985" schema="/schemas/apps/panel/objects/tooltip"/>
+                                               <entry name="attached_toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
+                                               <entry name="applet_iid" mtime="1350811985" schema="/schemas/apps/panel/objects/applet_iid" type="string">
                                                        <stringvalue>WnckletFactory::ShowDesktopApplet</stringvalue>
                                                </entry>
-                                               <entry name="locked" mtime="1326736219" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
-                                               <entry name="panel_right_stick" mtime="1326736219" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
-                                               <entry name="position" mtime="1326736219" schema="/schemas/apps/panel/objects/position" type="int" value="0"/>
-                                               <entry name="toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
+                                               <entry name="locked" mtime="1350811985" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
+                                               <entry name="panel_right_stick" mtime="1350811985" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
+                                               <entry name="position" mtime="1350811985" schema="/schemas/apps/panel/objects/position" type="int" value="0"/>
+                                               <entry name="toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
                                                        <stringvalue>bottom_panel</stringvalue>
                                                </entry>
-                                               <entry name="object_type" mtime="1326736219" schema="/schemas/apps/panel/objects/object_type" type="string">
+                                               <entry name="object_type" mtime="1350811985" schema="/schemas/apps/panel/objects/object_type" type="string">
                                                        <stringvalue>external-applet</stringvalue>
                                                </entry>
                                        </dir>
                                        <dir name="notification_area">
-                                               <entry name="action_type" mtime="1326736219" schema="/schemas/apps/panel/objects/action_type"/>
-                                               <entry name="launcher_location" mtime="1326736219" schema="/schemas/apps/panel/objects/launcher_location"/>
-                                               <entry name="menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/menu_path"/>
-                                               <entry name="use_menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/use_menu_path"/>
-                                               <entry name="custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/custom_icon"/>
-                                               <entry name="use_custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/use_custom_icon"/>
-                                               <entry name="tooltip" mtime="1326736219" schema="/schemas/apps/panel/objects/tooltip"/>
-                                               <entry name="attached_toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
-                                               <entry name="applet_iid" mtime="1326736219" schema="/schemas/apps/panel/objects/applet_iid" type="string">
+                                               <entry name="action_type" mtime="1350811985" schema="/schemas/apps/panel/objects/action_type"/>
+                                               <entry name="launcher_location" mtime="1350811985" schema="/schemas/apps/panel/objects/launcher_location"/>
+                                               <entry name="menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/menu_path"/>
+                                               <entry name="use_menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/use_menu_path"/>
+                                               <entry name="custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/custom_icon"/>
+                                               <entry name="use_custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/use_custom_icon"/>
+                                               <entry name="tooltip" mtime="1350811985" schema="/schemas/apps/panel/objects/tooltip"/>
+                                               <entry name="attached_toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
+                                               <entry name="applet_iid" mtime="1350811985" schema="/schemas/apps/panel/objects/applet_iid" type="string">
                                                        <stringvalue>NotificationAreaAppletFactory::NotificationArea</stringvalue>
                                                </entry>
-                                               <entry name="locked" mtime="1326736219" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
-                                               <entry name="panel_right_stick" mtime="1326736219" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="true"/>
-                                               <entry name="position" mtime="1326736219" schema="/schemas/apps/panel/objects/position" type="int" value="3"/>
-                                               <entry name="toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
+                                               <entry name="locked" mtime="1350811985" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
+                                               <entry name="panel_right_stick" mtime="1350811985" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="true"/>
+                                               <entry name="position" mtime="1350811985" schema="/schemas/apps/panel/objects/position" type="int" value="3"/>
+                                               <entry name="toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
                                                        <stringvalue>top_panel</stringvalue>
                                                </entry>
-                                               <entry name="object_type" mtime="1326736219" schema="/schemas/apps/panel/objects/object_type" type="string">
+                                               <entry name="object_type" mtime="1350811985" schema="/schemas/apps/panel/objects/object_type" type="string">
                                                        <stringvalue>external-applet</stringvalue>
                                                </entry>
                                        </dir>
                                        <dir name="clock">
-                                               <entry name="action_type" mtime="1326736219" schema="/schemas/apps/panel/objects/action_type"/>
-                                               <entry name="launcher_location" mtime="1326736219" schema="/schemas/apps/panel/objects/launcher_location"/>
-                                               <entry name="menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/menu_path"/>
-                                               <entry name="use_menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/use_menu_path"/>
-                                               <entry name="custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/custom_icon"/>
-                                               <entry name="use_custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/use_custom_icon"/>
-                                               <entry name="tooltip" mtime="1326736219" schema="/schemas/apps/panel/objects/tooltip"/>
-                                               <entry name="attached_toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
-                                               <entry name="applet_iid" mtime="1326736219" schema="/schemas/apps/panel/objects/applet_iid" type="string">
+                                               <entry name="action_type" mtime="1350811985" schema="/schemas/apps/panel/objects/action_type"/>
+                                               <entry name="launcher_location" mtime="1350811985" schema="/schemas/apps/panel/objects/launcher_location"/>
+                                               <entry name="menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/menu_path"/>
+                                               <entry name="use_menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/use_menu_path"/>
+                                               <entry name="custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/custom_icon"/>
+                                               <entry name="use_custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/use_custom_icon"/>
+                                               <entry name="tooltip" mtime="1350811985" schema="/schemas/apps/panel/objects/tooltip"/>
+                                               <entry name="attached_toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
+                                               <entry name="applet_iid" mtime="1350811985" schema="/schemas/apps/panel/objects/applet_iid" type="string">
                                                        <stringvalue>ClockAppletFactory::ClockApplet</stringvalue>
                                                </entry>
-                                               <entry name="locked" mtime="1326736219" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
-                                               <entry name="panel_right_stick" mtime="1326736219" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="true"/>
-                                               <entry name="position" mtime="1326736219" schema="/schemas/apps/panel/objects/position" type="int" value="2"/>
-                                               <entry name="toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
+                                               <entry name="locked" mtime="1350811985" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
+                                               <entry name="panel_right_stick" mtime="1350811985" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="true"/>
+                                               <entry name="position" mtime="1350811985" schema="/schemas/apps/panel/objects/position" type="int" value="2"/>
+                                               <entry name="toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
                                                        <stringvalue>top_panel</stringvalue>
                                                </entry>
-                                               <entry name="object_type" mtime="1326736219" schema="/schemas/apps/panel/objects/object_type" type="string">
+                                               <entry name="object_type" mtime="1350811985" schema="/schemas/apps/panel/objects/object_type" type="string">
                                                        <stringvalue>external-applet</stringvalue>
                                                </entry>
                                        </dir>
                                        <dir name="window_menu">
-                                               <entry name="action_type" mtime="1326736219" schema="/schemas/apps/panel/objects/action_type"/>
-                                               <entry name="launcher_location" mtime="1326736219" schema="/schemas/apps/panel/objects/launcher_location"/>
-                                               <entry name="menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/menu_path"/>
-                                               <entry name="use_menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/use_menu_path"/>
-                                               <entry name="custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/custom_icon"/>
-                                               <entry name="use_custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/use_custom_icon"/>
-                                               <entry name="tooltip" mtime="1326736219" schema="/schemas/apps/panel/objects/tooltip"/>
-                                               <entry name="attached_toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
-                                               <entry name="applet_iid" mtime="1326736219" schema="/schemas/apps/panel/objects/applet_iid" type="string">
+                                               <entry name="action_type" mtime="1350811985" schema="/schemas/apps/panel/objects/action_type"/>
+                                               <entry name="launcher_location" mtime="1350811985" schema="/schemas/apps/panel/objects/launcher_location"/>
+                                               <entry name="menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/menu_path"/>
+                                               <entry name="use_menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/use_menu_path"/>
+                                               <entry name="custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/custom_icon"/>
+                                               <entry name="use_custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/use_custom_icon"/>
+                                               <entry name="tooltip" mtime="1350811985" schema="/schemas/apps/panel/objects/tooltip"/>
+                                               <entry name="attached_toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
+                                               <entry name="applet_iid" mtime="1350811985" schema="/schemas/apps/panel/objects/applet_iid" type="string">
                                                        <stringvalue>WnckletFactory::WindowMenuApplet</stringvalue>
                                                </entry>
-                                               <entry name="locked" mtime="1326736219" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
-                                               <entry name="panel_right_stick" mtime="1326736219" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="true"/>
-                                               <entry name="position" mtime="1326736219" schema="/schemas/apps/panel/objects/position" type="int" value="0"/>
-                                               <entry name="toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
+                                               <entry name="locked" mtime="1350811985" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
+                                               <entry name="panel_right_stick" mtime="1350811985" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="true"/>
+                                               <entry name="position" mtime="1350811985" schema="/schemas/apps/panel/objects/position" type="int" value="0"/>
+                                               <entry name="toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
                                                        <stringvalue>top_panel</stringvalue>
                                                </entry>
-                                               <entry name="object_type" mtime="1326736219" schema="/schemas/apps/panel/objects/object_type" type="string">
+                                               <entry name="object_type" mtime="1350811985" schema="/schemas/apps/panel/objects/object_type" type="string">
                                                        <stringvalue>external-applet</stringvalue>
                                                </entry>
                                        </dir>
                                </dir>
                                <dir name="objects">
                                        <dir name="email_launcher">
-                                               <entry name="action_type" mtime="1326736219" schema="/schemas/apps/panel/objects/action_type"/>
-                                               <entry name="menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/menu_path"/>
-                                               <entry name="use_menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/use_menu_path"/>
-                                               <entry name="custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/custom_icon"/>
-                                               <entry name="use_custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/use_custom_icon"/>
-                                               <entry name="tooltip" mtime="1326736219" schema="/schemas/apps/panel/objects/tooltip"/>
-                                               <entry name="attached_toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
-                                               <entry name="applet_iid" mtime="1326736219" schema="/schemas/apps/panel/objects/applet_iid"/>
-                                               <entry name="launcher_location" mtime="1326736219" schema="/schemas/apps/panel/objects/launcher_location" type="string">
+                                               <entry name="action_type" mtime="1350811985" schema="/schemas/apps/panel/objects/action_type"/>
+                                               <entry name="menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/menu_path"/>
+                                               <entry name="use_menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/use_menu_path"/>
+                                               <entry name="custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/custom_icon"/>
+                                               <entry name="use_custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/use_custom_icon"/>
+                                               <entry name="tooltip" mtime="1350811985" schema="/schemas/apps/panel/objects/tooltip"/>
+                                               <entry name="attached_toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
+                                               <entry name="applet_iid" mtime="1350811985" schema="/schemas/apps/panel/objects/applet_iid"/>
+                                               <entry name="launcher_location" mtime="1350811985" schema="/schemas/apps/panel/objects/launcher_location" type="string">
                                                        <stringvalue>evolution.desktop</stringvalue>
                                                </entry>
-                                               <entry name="locked" mtime="1326736219" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
-                                               <entry name="panel_right_stick" mtime="1326736219" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
-                                               <entry name="position" mtime="1326736219" schema="/schemas/apps/panel/objects/position" type="int" value="2"/>
-                                               <entry name="toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
+                                               <entry name="locked" mtime="1350811985" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
+                                               <entry name="panel_right_stick" mtime="1350811985" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
+                                               <entry name="position" mtime="1350811985" schema="/schemas/apps/panel/objects/position" type="int" value="2"/>
+                                               <entry name="toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
                                                        <stringvalue>top_panel</stringvalue>
                                                </entry>
-                                               <entry name="object_type" mtime="1326736219" schema="/schemas/apps/panel/objects/object_type" type="string">
+                                               <entry name="object_type" mtime="1350811985" schema="/schemas/apps/panel/objects/object_type" type="string">
                                                        <stringvalue>launcher-object</stringvalue>
                                                </entry>
                                        </dir>
                                        <dir name="browser_launcher">
-                                               <entry name="action_type" mtime="1326736219" schema="/schemas/apps/panel/objects/action_type"/>
-                                               <entry name="menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/menu_path"/>
-                                               <entry name="use_menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/use_menu_path"/>
-                                               <entry name="custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/custom_icon"/>
-                                               <entry name="use_custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/use_custom_icon"/>
-                                               <entry name="tooltip" mtime="1326736219" schema="/schemas/apps/panel/objects/tooltip"/>
-                                               <entry name="attached_toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
-                                               <entry name="applet_iid" mtime="1326736219" schema="/schemas/apps/panel/objects/applet_iid"/>
-                                               <entry name="launcher_location" mtime="1326736219" schema="/schemas/apps/panel/objects/launcher_location" type="string">
+                                               <entry name="action_type" mtime="1350811985" schema="/schemas/apps/panel/objects/action_type"/>
+                                               <entry name="menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/menu_path"/>
+                                               <entry name="use_menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/use_menu_path"/>
+                                               <entry name="custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/custom_icon"/>
+                                               <entry name="use_custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/use_custom_icon"/>
+                                               <entry name="tooltip" mtime="1350811985" schema="/schemas/apps/panel/objects/tooltip"/>
+                                               <entry name="attached_toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
+                                               <entry name="applet_iid" mtime="1350811985" schema="/schemas/apps/panel/objects/applet_iid"/>
+                                               <entry name="launcher_location" mtime="1350811985" schema="/schemas/apps/panel/objects/launcher_location" type="string">
                                                        <stringvalue>epiphany.desktop</stringvalue>
                                                </entry>
-                                               <entry name="locked" mtime="1326736219" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
-                                               <entry name="panel_right_stick" mtime="1326736219" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
-                                               <entry name="position" mtime="1326736219" schema="/schemas/apps/panel/objects/position" type="int" value="1"/>
-                                               <entry name="toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
+                                               <entry name="locked" mtime="1350811985" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
+                                               <entry name="panel_right_stick" mtime="1350811985" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
+                                               <entry name="position" mtime="1350811985" schema="/schemas/apps/panel/objects/position" type="int" value="1"/>
+                                               <entry name="toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
                                                        <stringvalue>top_panel</stringvalue>
                                                </entry>
-                                               <entry name="object_type" mtime="1326736219" schema="/schemas/apps/panel/objects/object_type" type="string">
+                                               <entry name="object_type" mtime="1350811985" schema="/schemas/apps/panel/objects/object_type" type="string">
                                                        <stringvalue>launcher-object</stringvalue>
                                                </entry>
                                        </dir>
                                        <dir name="menu_bar">
-                                               <entry name="action_type" mtime="1326736219" schema="/schemas/apps/panel/objects/action_type"/>
-                                               <entry name="launcher_location" mtime="1326736219" schema="/schemas/apps/panel/objects/launcher_location"/>
-                                               <entry name="menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/menu_path"/>
-                                               <entry name="use_menu_path" mtime="1326736219" schema="/schemas/apps/panel/objects/use_menu_path"/>
-                                               <entry name="custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/custom_icon"/>
-                                               <entry name="use_custom_icon" mtime="1326736219" schema="/schemas/apps/panel/objects/use_custom_icon"/>
-                                               <entry name="tooltip" mtime="1326736219" schema="/schemas/apps/panel/objects/tooltip"/>
-                                               <entry name="attached_toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
-                                               <entry name="applet_iid" mtime="1326736219" schema="/schemas/apps/panel/objects/applet_iid"/>
-                                               <entry name="locked" mtime="1326736219" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
-                                               <entry name="panel_right_stick" mtime="1326736219" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
-                                               <entry name="position" mtime="1326736219" schema="/schemas/apps/panel/objects/position" type="int" value="0"/>
-                                               <entry name="toplevel_id" mtime="1326736219" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
+                                               <entry name="action_type" mtime="1350811985" schema="/schemas/apps/panel/objects/action_type"/>
+                                               <entry name="launcher_location" mtime="1350811985" schema="/schemas/apps/panel/objects/launcher_location"/>
+                                               <entry name="menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/menu_path"/>
+                                               <entry name="use_menu_path" mtime="1350811985" schema="/schemas/apps/panel/objects/use_menu_path"/>
+                                               <entry name="custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/custom_icon"/>
+                                               <entry name="use_custom_icon" mtime="1350811985" schema="/schemas/apps/panel/objects/use_custom_icon"/>
+                                               <entry name="tooltip" mtime="1350811985" schema="/schemas/apps/panel/objects/tooltip"/>
+                                               <entry name="attached_toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
+                                               <entry name="applet_iid" mtime="1350811985" schema="/schemas/apps/panel/objects/applet_iid"/>
+                                               <entry name="locked" mtime="1350811985" schema="/schemas/apps/panel/objects/locked" type="bool" value="true"/>
+                                               <entry name="panel_right_stick" mtime="1350811985" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
+                                               <entry name="position" mtime="1350811985" schema="/schemas/apps/panel/objects/position" type="int" value="0"/>
+                                               <entry name="toplevel_id" mtime="1350811985" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
                                                        <stringvalue>top_panel</stringvalue>
                                                </entry>
-                                               <entry name="object_type" mtime="1326736219" schema="/schemas/apps/panel/objects/object_type" type="string">
+                                               <entry name="object_type" mtime="1350811985" schema="/schemas/apps/panel/objects/object_type" type="string">
                                                        <stringvalue>menu-bar</stringvalue>
                                                </entry>
                                        </dir>
                                </dir>
                                <dir name="toplevels">
                                        <dir name="bottom_panel">
-                                               <entry name="animation_speed" mtime="1326736219" schema="/schemas/apps/panel/toplevels/animation_speed"/>
-                                               <entry name="auto_hide_size" mtime="1326736219" schema="/schemas/apps/panel/toplevels/auto_hide_size"/>
-                                               <entry name="unhide_delay" mtime="1326736219" schema="/schemas/apps/panel/toplevels/unhide_delay"/>
-                                               <entry name="hide_delay" mtime="1326736219" schema="/schemas/apps/panel/toplevels/hide_delay"/>
-                                               <entry name="enable_arrows" mtime="1326736219" schema="/schemas/apps/panel/toplevels/enable_arrows"/>
-                                               <entry name="enable_buttons" mtime="1326736219" schema="/schemas/apps/panel/toplevels/enable_buttons"/>
-                                               <entry name="enable_animations" mtime="1326736219" schema="/schemas/apps/panel/toplevels/enable_animations"/>
-                                               <entry name="auto_hide" mtime="1326736219" schema="/schemas/apps/panel/toplevels/auto_hide"/>
-                                               <entry name="y_centered" mtime="1326736219" schema="/schemas/apps/panel/toplevels/y_centered"/>
-                                               <entry name="x_centered" mtime="1326736219" schema="/schemas/apps/panel/toplevels/x_centered"/>
-                                               <entry name="x_right" mtime="1326736219" schema="/schemas/apps/panel/toplevels/x_right"/>
-                                               <entry name="y" mtime="1326736219" schema="/schemas/apps/panel/toplevels/y"/>
-                                               <entry name="x" mtime="1326736219" schema="/schemas/apps/panel/toplevels/x"/>
-                                               <entry name="monitor" mtime="1326736219" schema="/schemas/apps/panel/toplevels/monitor"/>
-                                               <entry name="screen" mtime="1326736219" schema="/schemas/apps/panel/toplevels/screen"/>
-                                               <entry name="name" mtime="1326736219" schema="/schemas/apps/panel/toplevels/name"/>
-                                               <entry name="y_bottom" mtime="1326736219" schema="/schemas/apps/panel/toplevels/y_bottom" type="int" value="0"/>
-                                               <entry name="size" mtime="1326736219" schema="/schemas/apps/panel/toplevels/size" type="int" value="24"/>
-                                               <entry name="orientation" mtime="1326736219" schema="/schemas/apps/panel/toplevels/orientation" type="string">
+                                               <entry name="animation_speed" mtime="1350811985" schema="/schemas/apps/panel/toplevels/animation_speed"/>
+                                               <entry name="auto_hide_size" mtime="1350811985" schema="/schemas/apps/panel/toplevels/auto_hide_size"/>
+                                               <entry name="unhide_delay" mtime="1350811985" schema="/schemas/apps/panel/toplevels/unhide_delay"/>
+                                               <entry name="hide_delay" mtime="1350811985" schema="/schemas/apps/panel/toplevels/hide_delay"/>
+                                               <entry name="enable_arrows" mtime="1350811985" schema="/schemas/apps/panel/toplevels/enable_arrows"/>
+                                               <entry name="enable_buttons" mtime="1350811985" schema="/schemas/apps/panel/toplevels/enable_buttons"/>
+                                               <entry name="enable_animations" mtime="1350811985" schema="/schemas/apps/panel/toplevels/enable_animations"/>
+                                               <entry name="auto_hide" mtime="1350811985" schema="/schemas/apps/panel/toplevels/auto_hide"/>
+                                               <entry name="y_centered" mtime="1350811985" schema="/schemas/apps/panel/toplevels/y_centered"/>
+                                               <entry name="x_centered" mtime="1350811985" schema="/schemas/apps/panel/toplevels/x_centered"/>
+                                               <entry name="x_right" mtime="1350811985" schema="/schemas/apps/panel/toplevels/x_right"/>
+                                               <entry name="y" mtime="1350811985" schema="/schemas/apps/panel/toplevels/y"/>
+                                               <entry name="x" mtime="1350811985" schema="/schemas/apps/panel/toplevels/x"/>
+                                               <entry name="monitor" mtime="1350811985" schema="/schemas/apps/panel/toplevels/monitor"/>
+                                               <entry name="screen" mtime="1350811985" schema="/schemas/apps/panel/toplevels/screen"/>
+                                               <entry name="name" mtime="1350811985" schema="/schemas/apps/panel/toplevels/name"/>
+                                               <entry name="y_bottom" mtime="1350811985" schema="/schemas/apps/panel/toplevels/y_bottom" type="int" value="0"/>
+                                               <entry name="size" mtime="1350811985" schema="/schemas/apps/panel/toplevels/size" type="int" value="24"/>
+                                               <entry name="orientation" mtime="1350811985" schema="/schemas/apps/panel/toplevels/orientation" type="string">
                                                        <stringvalue>bottom</stringvalue>
                                                </entry>
-                                               <entry name="expand" mtime="1326736219" schema="/schemas/apps/panel/toplevels/expand" type="bool" value="true"/>
+                                               <entry name="expand" mtime="1350811985" schema="/schemas/apps/panel/toplevels/expand" type="bool" value="true"/>
                                                <dir name="background">
-                                                       <entry name="rotate" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/rotate"/>
-                                                       <entry name="stretch" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/stretch"/>
-                                                       <entry name="fit" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/fit"/>
-                                                       <entry name="image" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/image"/>
-                                                       <entry name="opacity" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/opacity"/>
-                                                       <entry name="color" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/color"/>
-                                                       <entry name="type" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/type"/>
+                                                       <entry name="rotate" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/rotate"/>
+                                                       <entry name="stretch" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/stretch"/>
+                                                       <entry name="fit" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/fit"/>
+                                                       <entry name="image" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/image"/>
+                                                       <entry name="opacity" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/opacity"/>
+                                                       <entry name="color" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/color"/>
+                                                       <entry name="type" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/type"/>
                                                </dir>
                                        </dir>
                                        <dir name="top_panel">
-                                               <entry name="animation_speed" mtime="1326736219" schema="/schemas/apps/panel/toplevels/animation_speed"/>
-                                               <entry name="auto_hide_size" mtime="1326736219" schema="/schemas/apps/panel/toplevels/auto_hide_size"/>
-                                               <entry name="unhide_delay" mtime="1326736219" schema="/schemas/apps/panel/toplevels/unhide_delay"/>
-                                               <entry name="hide_delay" mtime="1326736219" schema="/schemas/apps/panel/toplevels/hide_delay"/>
-                                               <entry name="enable_arrows" mtime="1326736219" schema="/schemas/apps/panel/toplevels/enable_arrows"/>
-                                               <entry name="enable_buttons" mtime="1326736219" schema="/schemas/apps/panel/toplevels/enable_buttons"/>
-                                               <entry name="enable_animations" mtime="1326736219" schema="/schemas/apps/panel/toplevels/enable_animations"/>
-                                               <entry name="auto_hide" mtime="1326736219" schema="/schemas/apps/panel/toplevels/auto_hide"/>
-                                               <entry name="y_centered" mtime="1326736219" schema="/schemas/apps/panel/toplevels/y_centered"/>
-                                               <entry name="x_centered" mtime="1326736219" schema="/schemas/apps/panel/toplevels/x_centered"/>
-                                               <entry name="y_bottom" mtime="1326736219" schema="/schemas/apps/panel/toplevels/y_bottom"/>
-                                               <entry name="x_right" mtime="1326736219" schema="/schemas/apps/panel/toplevels/x_right"/>
-                                               <entry name="y" mtime="1326736219" schema="/schemas/apps/panel/toplevels/y"/>
-                                               <entry name="x" mtime="1326736219" schema="/schemas/apps/panel/toplevels/x"/>
-                                               <entry name="monitor" mtime="1326736219" schema="/schemas/apps/panel/toplevels/monitor"/>
-                                               <entry name="screen" mtime="1326736219" schema="/schemas/apps/panel/toplevels/screen"/>
-                                               <entry name="name" mtime="1326736219" schema="/schemas/apps/panel/toplevels/name"/>
-                                               <entry name="size" mtime="1326736219" schema="/schemas/apps/panel/toplevels/size" type="int" value="24"/>
-                                               <entry name="orientation" mtime="1326736219" schema="/schemas/apps/panel/toplevels/orientation" type="string">
+                                               <entry name="animation_speed" mtime="1350811985" schema="/schemas/apps/panel/toplevels/animation_speed"/>
+                                               <entry name="auto_hide_size" mtime="1350811985" schema="/schemas/apps/panel/toplevels/auto_hide_size"/>
+                                               <entry name="unhide_delay" mtime="1350811985" schema="/schemas/apps/panel/toplevels/unhide_delay"/>
+                                               <entry name="hide_delay" mtime="1350811985" schema="/schemas/apps/panel/toplevels/hide_delay"/>
+                                               <entry name="enable_arrows" mtime="1350811985" schema="/schemas/apps/panel/toplevels/enable_arrows"/>
+                                               <entry name="enable_buttons" mtime="1350811985" schema="/schemas/apps/panel/toplevels/enable_buttons"/>
+                                               <entry name="enable_animations" mtime="1350811985" schema="/schemas/apps/panel/toplevels/enable_animations"/>
+                                               <entry name="auto_hide" mtime="1350811985" schema="/schemas/apps/panel/toplevels/auto_hide"/>
+                                               <entry name="y_centered" mtime="1350811985" schema="/schemas/apps/panel/toplevels/y_centered"/>
+                                               <entry name="x_centered" mtime="1350811985" schema="/schemas/apps/panel/toplevels/x_centered"/>
+                                               <entry name="y_bottom" mtime="1350811985" schema="/schemas/apps/panel/toplevels/y_bottom"/>
+                                               <entry name="x_right" mtime="1350811985" schema="/schemas/apps/panel/toplevels/x_right"/>
+                                               <entry name="y" mtime="1350811985" schema="/schemas/apps/panel/toplevels/y"/>
+                                               <entry name="x" mtime="1350811985" schema="/schemas/apps/panel/toplevels/x"/>
+                                               <entry name="monitor" mtime="1350811985" schema="/schemas/apps/panel/toplevels/monitor"/>
+                                               <entry name="screen" mtime="1350811985" schema="/schemas/apps/panel/toplevels/screen"/>
+                                               <entry name="name" mtime="1350811985" schema="/schemas/apps/panel/toplevels/name"/>
+                                               <entry name="size" mtime="1350811985" schema="/schemas/apps/panel/toplevels/size" type="int" value="24"/>
+                                               <entry name="orientation" mtime="1350811985" schema="/schemas/apps/panel/toplevels/orientation" type="string">
                                                        <stringvalue>top</stringvalue>
                                                </entry>
-                                               <entry name="expand" mtime="1326736219" schema="/schemas/apps/panel/toplevels/expand" type="bool" value="true"/>
+                                               <entry name="expand" mtime="1350811985" schema="/schemas/apps/panel/toplevels/expand" type="bool" value="true"/>
                                                <dir name="background">
-                                                       <entry name="rotate" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/rotate"/>
-                                                       <entry name="stretch" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/stretch"/>
-                                                       <entry name="fit" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/fit"/>
-                                                       <entry name="image" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/image"/>
-                                                       <entry name="opacity" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/opacity"/>
-                                                       <entry name="color" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/color"/>
-                                                       <entry name="type" mtime="1326736219" schema="/schemas/apps/panel/toplevels/background/type"/>
+                                                       <entry name="rotate" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/rotate"/>
+                                                       <entry name="stretch" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/stretch"/>
+                                                       <entry name="fit" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/fit"/>
+                                                       <entry name="image" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/image"/>
+                                                       <entry name="opacity" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/opacity"/>
+                                                       <entry name="color" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/color"/>
+                                                       <entry name="type" mtime="1350811985" schema="/schemas/apps/panel/toplevels/background/type"/>
                                                </dir>
                                        </dir>
                                </dir>
                                <dir name="general">
-                                       <entry name="applet_id_list" mtime="1326736219" schema="/schemas/apps/panel/general/applet_id_list" type="list" ltype="string">
+                                       <entry name="applet_id_list" mtime="1350811985" schema="/schemas/apps/panel/general/applet_id_list" type="list" ltype="string">
                                                <li type="string">
                                                        <stringvalue>window_menu</stringvalue>
                                                </li>
                                                        <stringvalue>workspace_switcher</stringvalue>
                                                </li>
                                        </entry>
-                                       <entry name="object_id_list" mtime="1326736219" schema="/schemas/apps/panel/general/object_id_list" type="list" ltype="string">
+                                       <entry name="object_id_list" mtime="1350811985" schema="/schemas/apps/panel/general/object_id_list" type="list" ltype="string">
                                                <li type="string">
                                                        <stringvalue>menu_bar</stringvalue>
                                                </li>
                                                        <stringvalue>email_launcher</stringvalue>
                                                </li>
                                        </entry>
-                                       <entry name="toplevel_id_list" mtime="1326736219" schema="/schemas/apps/panel/general/toplevel_id_list" type="list" ltype="string">
+                                       <entry name="toplevel_id_list" mtime="1350811985" schema="/schemas/apps/panel/general/toplevel_id_list" type="list" ltype="string">
                                                <li type="string">
                                                        <stringvalue>top_panel</stringvalue>
                                                </li>
                        </dir>
                        <dir name="drivemount-applet">
                                <dir name="prefs">
-                                       <entry name="autofs_friendly" mtime="1335217748" type="schema" stype="bool" owner="drivemount-applet">
+                                       <entry name="autofs_friendly" mtime="1350812527" type="schema" stype="bool" owner="drivemount-applet">
                                                <local_schema locale="C" short_desc="">
                                                        <default type="bool" value="false"/>
+                                                       <longdesc></longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="mount_point" mtime="1335217748" type="schema" stype="string" owner="drivemount-applet">
+                                       <entry name="mount_point" mtime="1350812527" type="schema" stype="string" owner="drivemount-applet">
                                                <local_schema locale="C" short_desc="">
                                                        <default type="string">
                                                                <stringvalue>/mnt/floppy</stringvalue>
                                                        </default>
+                                                       <longdesc></longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="auto_eject" mtime="1335217748" type="schema" stype="bool" owner="drivemount-applet">
+                                       <entry name="auto_eject" mtime="1350812527" type="schema" stype="bool" owner="drivemount-applet">
                                                <local_schema locale="C" short_desc="">
                                                        <default type="bool" value="false"/>
+                                                       <longdesc></longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="scale" mtime="1335217748" type="schema" stype="bool" owner="drivemount-applet">
+                                       <entry name="scale" mtime="1350812527" type="schema" stype="bool" owner="drivemount-applet">
                                                <local_schema locale="C" short_desc="">
                                                        <default type="bool" value="false"/>
+                                                       <longdesc></longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="pixmap" mtime="1335217748" type="schema" stype="int" owner="drivemount-applet">
+                                       <entry name="pixmap" mtime="1350812527" type="schema" stype="int" owner="drivemount-applet">
                                                <local_schema locale="C" short_desc="">
                                                        <default type="int" value="0"/>
+                                                       <longdesc></longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="interval" mtime="1335217748" type="schema" stype="int" owner="drivemount-applet">
+                                       <entry name="interval" mtime="1350812527" type="schema" stype="int" owner="drivemount-applet">
                                                <local_schema locale="C" short_desc="Interval timeout to check mount point status">
                                                        <default type="int" value="10"/>
                                                        <longdesc>Time in seconds between status updates</longdesc>
                        </dir>
                        <dir name="stickynotes_applet">
                                <dir name="settings">
-                                       <entry name="confirm_deletion" mtime="1335217748" type="schema" stype="bool" owner="stickynotes_applet">
+                                       <entry name="confirm_deletion" mtime="1350812526" type="schema" stype="bool" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Whether to ask for confirmation when deleting a note">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>Empty notes are always deleted without confirmation.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="desktop_hide" mtime="1335217748" type="schema" stype="bool" owner="stickynotes_applet">
+                                       <entry name="desktop_hide" mtime="1350812526" type="schema" stype="bool" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Whether to hide all notes when the desktop is selected">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If this option is enabled, selecting the desktop in any way will automatically hide all the open notes.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="force_default" mtime="1335217748" type="schema" stype="bool" owner="stickynotes_applet">
+                                       <entry name="force_default" mtime="1350812526" type="schema" stype="bool" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Whether to force the default color and font on all notes">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>If this option is enabled, the custom colors and fonts that have been assigned to individual notes will be ignored.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="use_system_font" mtime="1335217748" type="schema" stype="bool" owner="stickynotes_applet">
+                                       <entry name="use_system_font" mtime="1350812526" type="schema" stype="bool" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Whether to use the default system font">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If this option is disabled, a custom font can be used as the default font for all sticky notes.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="use_system_color" mtime="1335217748" type="schema" stype="bool" owner="stickynotes_applet">
+                                       <entry name="use_system_color" mtime="1350812526" type="schema" stype="bool" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Whether to use the default system color">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If this option is disabled, a custom color can be used as the default color for all sticky notes.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="date_format" mtime="1335217748" type="schema" stype="string" owner="stickynotes_applet">
+                                       <entry name="date_format" mtime="1350812526" type="schema" stype="string" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Date format of note&apos;s title">
                                                        <default type="string">
                                                                <stringvalue>%x</stringvalue>
                                                        <longdesc>By default, sticky notes are given the current date as the title when they are created. This format is used; anything that can be parsed by strftime() is valid.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="locked" mtime="1335217748" type="schema" stype="bool" owner="stickynotes_applet">
+                                       <entry name="locked" mtime="1350812526" type="schema" stype="bool" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Sticky notes&apos; locked state">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>Specifies whether the sticky notes are locked (non-editable) or not.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="sticky" mtime="1335217748" type="schema" stype="bool" owner="stickynotes_applet">
+                                       <entry name="sticky" mtime="1350812526" type="schema" stype="bool" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Sticky notes&apos; workspace stickyness">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>Specifies whether the sticky notes are visible on ALL workspaces on the desktop, or not.</longdesc>
                                        </entry>
                                </dir>
                                <dir name="defaults">
-                                       <entry name="font" mtime="1335217748" type="schema" stype="string" owner="stickynotes_applet">
+                                       <entry name="font" mtime="1350812526" type="schema" stype="string" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Default font for new notes">
                                                        <default type="string">
                                                                <stringvalue>Sans 10</stringvalue>
                                                        <longdesc>Default font for new sticky notes. This should be a Pango Font Name, for example &quot;Sans Italic 10&quot;.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="font_color" mtime="1335217748" type="schema" stype="string" owner="stickynotes_applet">
+                                       <entry name="font_color" mtime="1350812526" type="schema" stype="string" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Default color for font">
                                                        <default type="string">
                                                                <stringvalue>#000000</stringvalue>
                                                        <longdesc>Default font color for new sticky notes. This should be in html hex specification, for example &quot;#000000&quot;.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="color" mtime="1335217748" type="schema" stype="string" owner="stickynotes_applet">
+                                       <entry name="color" mtime="1350812526" type="schema" stype="string" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Default color for new notes">
                                                        <default type="string">
                                                                <stringvalue>#ECF833</stringvalue>
                                                        <longdesc>Default color for new sticky notes. This should be in html hex specification, for example &quot;#30FF50&quot;.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="height" mtime="1335217748" type="schema" stype="int" owner="stickynotes_applet">
+                                       <entry name="height" mtime="1350812526" type="schema" stype="int" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Default height for new notes">
                                                        <default type="int" value="100"/>
                                                        <longdesc>Default height for new sticky notes in pixels.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="width" mtime="1335217748" type="schema" stype="int" owner="stickynotes_applet">
+                                       <entry name="width" mtime="1350812526" type="schema" stype="int" owner="stickynotes_applet">
                                                <local_schema locale="C" short_desc="Default width for new notes">
                                                        <default type="int" value="100"/>
                                                        <longdesc>Default width for new sticky notes in pixels.</longdesc>
                        </dir>
                        <dir name="geyes">
                                <dir name="prefs">
-                                       <entry name="theme_path" mtime="1335217748" type="schema" stype="string" owner="geyes_applet2">
+                                       <entry name="theme_path" mtime="1350812526" type="schema" stype="string" owner="geyes_applet2">
                                                <local_schema locale="C" short_desc="Directory in which the theme is located">
                                                </local_schema>
                                        </entry>
                        </dir>
                        <dir name="mixer_applet">
                                <dir name="prefs">
-                                       <entry name="vol" mtime="1335217747" type="schema" stype="int" owner="mixer-applet">
+                                       <entry name="vol" mtime="1350812526" type="schema" stype="int" owner="mixer-applet">
                                                <local_schema locale="C" short_desc="Saved volume to restore on startup">
                                                        <default type="int" value="-1"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="mute" mtime="1335217747" type="schema" stype="bool" owner="mixer-applet">
+                                       <entry name="mute" mtime="1350812526" type="schema" stype="bool" owner="mixer-applet">
                                                <local_schema locale="C" short_desc="Saved mute state">
                                                        <default type="bool" value="false"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="channel" mtime="1335217747" type="schema" stype="int" owner="mixer-applet">
+                                       <entry name="channel" mtime="1350812526" type="schema" stype="int" owner="mixer-applet">
                                                <local_schema locale="C" short_desc="Channel controlled by applet. Only for OSS setups">
                                                        <default type="int" value="0"/>
                                                </local_schema>
                        </dir>
                        <dir name="multiload">
                                <dir name="prefs">
-                                       <entry name="system_monitor" mtime="1335217747" type="schema" stype="string" owner="multiload_applet-2">
+                                       <entry name="system_monitor" mtime="1350812526" type="schema" stype="string" owner="multiload_applet-2">
                                                <local_schema locale="C" short_desc="The desktop description file to execute as the system monitor">
                                                        <default type="string">
                                                                <stringvalue>gnome-system-monitor.desktop</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="diskload_color2" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="diskload_color2" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Background color for disk load graph">
                                                        <default type="string">
                                                                <stringvalue>#000000</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="diskload_color1" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="diskload_color1" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for disk write">
                                                        <default type="string">
                                                                <stringvalue>#FF6700</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="diskload_color0" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="diskload_color0" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for disk read">
                                                        <default type="string">
                                                                <stringvalue>#C65000</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="loadavg_color1" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="loadavg_color1" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Load graph background color">
                                                        <default type="string">
                                                                <stringvalue>#000000</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="loadavg_color0" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="loadavg_color0" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for load average">
                                                        <default type="string">
                                                                <stringvalue>#d50000</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="swapload_color1" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="swapload_color1" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Swap graph background color">
                                                        <default type="string">
                                                                <stringvalue>#000000</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="swapload_color0" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="swapload_color0" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for user-related swap usage">
                                                        <default type="string">
                                                                <stringvalue>#8b00c3</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="netload2_color3" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="netload2_color3" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Network graph background color">
                                                        <default type="string">
                                                                <stringvalue>#000000</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="netload2_color2" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="netload2_color2" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for loopback network usage">
                                                        <default type="string">
                                                                <stringvalue>#c4a000</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="netload2_color1" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="netload2_color1" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for output network activity">
                                                        <default type="string">
                                                                <stringvalue>#edd400</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="netload2_color0" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="netload2_color0" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for input network activity">
                                                        <default type="string">
                                                                <stringvalue>#fce94f</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="memload_color4" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="memload_color4" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Memory graph background color">
                                                        <default type="string">
                                                                <stringvalue>#000000</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="memload_color3" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="memload_color3" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for cached memory">
                                                        <default type="string">
                                                                <stringvalue>#AAF5D0</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="memload_color2" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="memload_color2" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for buffer memory">
                                                        <default type="string">
                                                                <stringvalue>#00ff82</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="memload_color1" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="memload_color1" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for shared memory">
                                                        <default type="string">
                                                                <stringvalue>#00e675</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="memload_color0" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="memload_color0" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for user-related memory usage">
                                                        <default type="string">
                                                                <stringvalue>#00b35b</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="cpuload_color4" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="cpuload_color4" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="CPU graph background color">
                                                        <default type="string">
                                                                <stringvalue>#000000</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="cpuload_color3" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="cpuload_color3" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for iowait related CPU activity">
                                                        <default type="string">
                                                                <stringvalue>#002f3d</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="cpuload_color2" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="cpuload_color2" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for nice-related CPU activity">
                                                        <default type="string">
                                                                <stringvalue>#00a3ff</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="cpuload_color1" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="cpuload_color1" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for system-related CPU activity">
                                                        <default type="string">
                                                                <stringvalue>#0092e6</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="cpuload_color0" mtime="1335217747" type="schema" stype="string" owner="multiload-applet-2">
+                                       <entry name="cpuload_color0" mtime="1350812526" type="schema" stype="string" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph color for user-related CPU activity">
                                                        <default type="string">
                                                                <stringvalue>#0072b3</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="size" mtime="1335217747" type="schema" stype="int" owner="multiload-applet-2">
+                                       <entry name="size" mtime="1350812526" type="schema" stype="int" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Graph size">
                                                        <default type="int" value="40"/>
                                                        <longdesc>For horizontal panels, the width of the graphs in pixels.  For vertical panels, this is the height of the graphs.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="speed" mtime="1335217747" type="schema" stype="int" owner="multiload-applet-2">
+                                       <entry name="speed" mtime="1350812526" type="schema" stype="int" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Applet refresh rate in milliseconds">
                                                        <default type="int" value="500"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="view_diskload" mtime="1335217747" type="schema" stype="bool" owner="multiload-applet-2">
+                                       <entry name="view_diskload" mtime="1350812526" type="schema" stype="bool" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Enable disk load graph">
                                                        <default type="bool" value="false"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="view_loadavg" mtime="1335217747" type="schema" stype="bool" owner="multiload-applet-2">
+                                       <entry name="view_loadavg" mtime="1350812526" type="schema" stype="bool" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Enable load average graph">
                                                        <default type="bool" value="false"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="view_swapload" mtime="1335217747" type="schema" stype="bool" owner="multiload-applet-2">
+                                       <entry name="view_swapload" mtime="1350812526" type="schema" stype="bool" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Enable swap load graph">
                                                        <default type="bool" value="false"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="view_netload" mtime="1335217747" type="schema" stype="bool" owner="multiload-applet-2">
+                                       <entry name="view_netload" mtime="1350812526" type="schema" stype="bool" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Enable network load graph">
                                                        <default type="bool" value="false"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="view_memload" mtime="1335217747" type="schema" stype="bool" owner="multiload-applet-2">
+                                       <entry name="view_memload" mtime="1350812526" type="schema" stype="bool" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Enable memory load graph">
                                                        <default type="bool" value="false"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="view_cpuload" mtime="1335217747" type="schema" stype="bool" owner="multiload-applet-2">
+                                       <entry name="view_cpuload" mtime="1350812526" type="schema" stype="bool" owner="multiload-applet-2">
                                                <local_schema locale="C" short_desc="Enable CPU load graph">
                                                        <default type="bool" value="true"/>
                                                </local_schema>
                        </dir>
                        <dir name="charpick">
                                <dir name="prefs">
-                                       <entry name="chartable" mtime="1335217747" type="schema" stype="list" owner="charpick_applet2" list_type="string">
+                                       <entry name="chartable" mtime="1350812526" type="schema" stype="list" owner="charpick_applet2" list_type="string">
                                                <local_schema locale="C" short_desc="List of available palettes">
                                                        <longdesc>List of strings containing the available palettes.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="current_list" mtime="1335217747" type="schema" stype="string" owner="charpick_applet2">
+                                       <entry name="current_list" mtime="1350812526" type="schema" stype="string" owner="charpick_applet2">
                                                <local_schema locale="C" short_desc="Characters shown on applet startup">
                                                        <longdesc>The string that the user had selected when the applet was last used. This string will be displayed when the user starts the applet.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="default_list" mtime="1335217747" type="schema" stype="string" owner="charpick_applet2">
+                                       <entry name="default_list" mtime="1350812526" type="schema" stype="string" owner="charpick_applet2">
                                                <local_schema locale="C" short_desc="DEPRECATED - Characters shown on applet startup">
                                                </local_schema>
                                        </entry>
                                </entry>
                        </dir>
                        <dir name="evolution">
-                               <entry name="last_version" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                               <entry name="last_version" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                        <local_schema locale="C" short_desc="Last upgraded configuration version">
                                                <longdesc>The last upgraded configuration version of Evolution, with major/minor/configuration level (for example &quot;2.6.0&quot;).</longdesc>
                                        </local_schema>
                                </entry>
-                               <entry name="version" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                               <entry name="version" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                        <local_schema locale="C" short_desc="Configuration version">
                                                <longdesc>The configuration version of Evolution, with major/minor/configuration level (for example &quot;2.6.0&quot;).</longdesc>
                                        </local_schema>
                                </entry>
                                <dir name="shell">
-                                       <entry name="express_mode" mtime="1335180792" type="schema" stype="bool" owner="evolution">
+                                       <entry name="express_mode" mtime="1350812236" type="schema" stype="bool" owner="evolution">
                                                <local_schema locale="C" short_desc="Enable express mode">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>Flag that enables a much simplified user interface.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="start_offline" mtime="1335180792" type="schema" stype="bool" owner="evolution">
+                                       <entry name="start_offline" mtime="1350812236" type="schema" stype="bool" owner="evolution">
                                                <local_schema locale="C" short_desc="Start in offline mode">
                                                        <default type="bool" value="false"/>
                                                        <longdesc> Whether Evolution will start up in offline mode instead of online mode.
        </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="file_chooser_folder" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                                       <entry name="file_chooser_folder" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                                <local_schema locale="C" short_desc="Initial file chooser folder">
                                                        <longdesc>Initial folder for GtkFileChooser dialogs.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="attachment_view" mtime="1335180792" type="schema" stype="int" owner="evolution">
+                                       <entry name="attachment_view" mtime="1350812236" type="schema" stype="int" owner="evolution">
                                                <local_schema locale="C" short_desc="Initial attachment view">
                                                        <default type="int" value="0"/>
                                                        <longdesc>Initial view for attachment bar widgets.
         &quot;0&quot; is Icon View, &quot;1&quot; is List View.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="skip_warning_dialog" mtime="1335180792" type="schema" stype="bool" owner="evolution">
+                                       <entry name="skip_warning_dialog" mtime="1350812236" type="schema" stype="bool" owner="evolution">
                                                <local_schema locale="C" short_desc="Skip development warning dialog">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>Whether the warning dialog in development versions of Evolution is skipped.</longdesc>
                                                </local_schema>
                                        </entry>
                                        <dir name="network_config">
-                                               <entry name="autoconfig_url" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                                               <entry name="autoconfig_url" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                                        <local_schema locale="C" short_desc="Automatic proxy configuration URL">
                                                                <longdesc>URL that provides proxy configuration values.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="ignore_hosts" mtime="1335180792" type="schema" stype="list" owner="evolution" list_type="string">
+                                               <entry name="ignore_hosts" mtime="1350812236" type="schema" stype="list" owner="evolution" list_type="string">
                                                        <local_schema locale="C" short_desc="Non-proxy hosts">
                                                                <longdesc>This key contains a list of hosts which are connected to directly, rather than via the proxy (if it is active). The values can be hostnames, domains (using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and IPv6) and network addresses with a netmask (something like 192.168.0.0/24).</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="authentication_password" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                                               <entry name="authentication_password" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                                        <local_schema locale="C" short_desc="HTTP proxy password">
                                                                <longdesc>Password to pass as authentication when doing HTTP proxying.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="authentication_user" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                                               <entry name="authentication_user" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                                        <local_schema locale="C" short_desc="HTTP proxy username">
                                                                <longdesc>User name to pass as authentication when doing HTTP proxying.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="use_authentication" mtime="1335180792" type="schema" stype="bool" owner="evolution">
+                                               <entry name="use_authentication" mtime="1350812236" type="schema" stype="bool" owner="evolution">
                                                        <local_schema locale="C" short_desc="Authenticate proxy server connections">
                                                                <longdesc>If true, then connections to the proxy server require authentication. The username is retrieved from the &quot;/apps/evolution/shell/network_config/authentication_user&quot; GConf key, and the password is retrieved from either gnome-keyring or the ~/.gnome2_private/Evolution password file.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="use_http_proxy" mtime="1335180792" type="schema" stype="bool" owner="evolution">
+                                               <entry name="use_http_proxy" mtime="1350812236" type="schema" stype="bool" owner="evolution">
                                                        <local_schema locale="C" short_desc="Use HTTP proxy">
                                                                <longdesc>Enables the proxy settings when accessing HTTP/Secure HTTP over the Internet.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="socks_host" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                                               <entry name="socks_host" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                                        <local_schema locale="C" short_desc="SOCKS proxy host name">
                                                                <longdesc>The machine name to proxy socks through.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="socks_port" mtime="1335180792" type="schema" stype="int" owner="evolution">
+                                               <entry name="socks_port" mtime="1350812236" type="schema" stype="int" owner="evolution">
                                                        <local_schema locale="C" short_desc="SOCKS proxy port">
                                                                <longdesc>The port on the machine defined by &quot;/apps/evolution/shell/network_config/socks_host&quot; that you proxy through.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="secure_host" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                                               <entry name="secure_host" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                                        <local_schema locale="C" short_desc="Secure HTTP proxy host name">
                                                                <longdesc>The machine name to proxy secure HTTP through.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="secure_port" mtime="1335180792" type="schema" stype="int" owner="evolution">
+                                               <entry name="secure_port" mtime="1350812236" type="schema" stype="int" owner="evolution">
                                                        <local_schema locale="C" short_desc="Secure HTTP proxy port">
                                                                <longdesc>The port on the machine defined by &quot;/apps/evolution/shell/network_config/secure_host&quot; that you proxy through.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="http_host" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                                               <entry name="http_host" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                                        <local_schema locale="C" short_desc="HTTP proxy host name">
                                                                <longdesc>The machine name to proxy HTTP through.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="http_port" mtime="1335180792" type="schema" stype="int" owner="evolution">
+                                               <entry name="http_port" mtime="1350812236" type="schema" stype="int" owner="evolution">
                                                        <local_schema locale="C" short_desc="HTTP proxy port">
                                                                <longdesc>The port on the machine defined by &quot;/apps/evolution/shell/network_config/http_host&quot; that you proxy through.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="proxy_type" mtime="1335180792" type="schema" stype="int" owner="evolution">
+                                               <entry name="proxy_type" mtime="1350812236" type="schema" stype="int" owner="evolution">
                                                        <local_schema locale="C" short_desc="Proxy configuration mode">
                                                                <default type="int" value="0"/>
                                                                <longdesc>Select the proxy configuration mode. Supported values are 0, 1, 2, and 3 representing &quot;use system settings&quot;, &quot;no proxy&quot;, &quot;use manual proxy configuration&quot; and &quot;use proxy configuration provided in the autoconfig url&quot; respectively.</longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="view_defaults">
-                                               <entry name="component_id" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                                               <entry name="component_id" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                                        <local_schema locale="C" short_desc="ID or alias of the component to be shown by default at start-up.">
                                                                <default type="string">
                                                                        <stringvalue>mail</stringvalue>
                                                                <longdesc>ID or alias of the component to be shown by default at start-up.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="statusbar_visible" mtime="1335180792" type="schema" stype="bool" owner="evolution">
+                                               <entry name="statusbar_visible" mtime="1350812236" type="schema" stype="bool" owner="evolution">
                                                        <local_schema locale="C" short_desc="Statusbar is visible">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether the status bar should be visible.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="sidebar_visible" mtime="1335180792" type="schema" stype="bool" owner="evolution">
+                                               <entry name="sidebar_visible" mtime="1350812236" type="schema" stype="bool" owner="evolution">
                                                        <local_schema locale="C" short_desc="Sidebar is visible">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether the sidebar should be visible.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="toolbar_visible" mtime="1335180792" type="schema" stype="bool" owner="evolution">
+                                               <entry name="toolbar_visible" mtime="1350812236" type="schema" stype="bool" owner="evolution">
                                                        <local_schema locale="C" short_desc="Toolbar is visible">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether the toolbar should be visible.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="buttons_style" mtime="1335180792" type="schema" stype="string" owner="evolution">
+                                               <entry name="buttons_style" mtime="1350812236" type="schema" stype="string" owner="evolution">
                                                        <local_schema locale="C" short_desc="Window button style">
                                                                <default type="string">
                                                                        <stringvalue>toolbar</stringvalue>
                                                                <longdesc>The style of the window buttons.  Can be &quot;text&quot;, &quot;icons&quot;, &quot;both&quot;, &quot;toolbar&quot;.  If &quot;toolbar&quot; is set, the style of the buttons is determined by the GNOME toolbar setting.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="buttons_visible" mtime="1335180792" type="schema" stype="bool" owner="evolution">
+                                               <entry name="buttons_visible" mtime="1350812236" type="schema" stype="bool" owner="evolution">
                                                        <local_schema locale="C" short_desc="Window buttons are visible">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether the window buttons should be visible.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="window_maximized" mtime="1335180792" type="schema" stype="bool" owner="evolution">
+                                               <entry name="window_maximized" mtime="1350812236" type="schema" stype="bool" owner="evolution">
                                                        <local_schema locale="C" short_desc="Default window state">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether or not the window should be maximized.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="window_height" mtime="1335180792" type="schema" stype="int" owner="evolution">
+                                               <entry name="window_height" mtime="1350812236" type="schema" stype="int" owner="evolution">
                                                        <local_schema locale="C" short_desc="Default window height">
                                                                <default type="int" value="480"/>
                                                                <longdesc>The default height for the main window, in pixels.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="window_width" mtime="1335180792" type="schema" stype="int" owner="evolution">
+                                               <entry name="window_width" mtime="1350812236" type="schema" stype="int" owner="evolution">
                                                        <local_schema locale="C" short_desc="Default window width">
                                                                <default type="int" value="640"/>
                                                                <longdesc>The default width for the main window, in pixels.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="window_x" mtime="1335180792" type="schema" stype="int" owner="evolution">
+                                               <entry name="window_x" mtime="1350812236" type="schema" stype="int" owner="evolution">
                                                        <local_schema locale="C" short_desc="Default window X coordinate">
                                                                <longdesc>The default X coordinate for the main window.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="window_y" mtime="1335180792" type="schema" stype="int" owner="evolution">
+                                               <entry name="window_y" mtime="1350812236" type="schema" stype="int" owner="evolution">
                                                        <local_schema locale="C" short_desc="Default window Y coordinate">
                                                                <longdesc>The default Y coordinate for the main window.</longdesc>
                                                        </local_schema>
                                                </entry>
                                                <dir name="folder_bar">
-                                                       <entry name="width" mtime="1335180792" type="schema" stype="int" owner="evolution">
+                                                       <entry name="width" mtime="1350812236" type="schema" stype="int" owner="evolution">
                                                                <local_schema locale="C" short_desc="Default sidebar width">
                                                                        <default type="int" value="200"/>
                                                                        <longdesc>The default width for the sidebar, in pixels.</longdesc>
                                                </dir>
                                        </dir>
                                        <dir name="offline">
-                                               <entry name="folder_paths" mtime="1335180792" type="schema" stype="list" owner="evolution" list_type="string">
+                                               <entry name="folder_paths" mtime="1350812236" type="schema" stype="list" owner="evolution" list_type="string">
                                                        <local_schema locale="C" short_desc="List of paths for the folders to be synchronized to disk for offline usage">
                                                                <default type="list" ltype="string">
                                                                </default>
                                                </local_schema>
                                        </entry>
                                        <dir name="display">
-                                               <entry name="show_preview" mtime="1335180791" type="schema" stype="bool" owner="evolution-addressbook">
+                                               <entry name="show_preview" mtime="1350812236" type="schema" stype="bool" owner="evolution-addressbook">
                                                        <local_schema locale="C" short_desc="Show preview pane">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether to show the preview pane.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="vpane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-addressbook">
+                                               <entry name="vpane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-addressbook">
                                                        <local_schema locale="C" short_desc="Contact preview pane position (vertical)">
                                                                <default type="int" value="400"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="hpane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-addressbook">
+                                               <entry name="hpane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-addressbook">
                                                        <local_schema locale="C" short_desc="Contact preview pane position (horizontal)">
                                                                <default type="int" value="200"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="layout" mtime="1335180791" type="schema" stype="int" owner="evolution-addressbook">
+                                               <entry name="layout" mtime="1350812236" type="schema" stype="int" owner="evolution-addressbook">
                                                        <local_schema locale="C" short_desc="Contact layout style">
                                                                <default type="int" value="0"/>
                                                                <longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="select_names">
-                                               <entry name="last_used_uri" mtime="1335180791" type="schema" stype="string" owner="evolution-addressbook">
+                                               <entry name="last_used_uri" mtime="1350812236" type="schema" stype="string" owner="evolution-addressbook">
                                                        <local_schema locale="C" short_desc="URI for the folder last used in the select names dialog">
                                                                <default type="string">
                                                                        <stringvalue></stringvalue>
                                                </entry>
                                        </dir>
                                        <dir name="completion">
-                                               <entry name="show_address" mtime="1335180791" type="schema" stype="bool" owner="evolution-addressbook">
+                                               <entry name="show_address" mtime="1350812236" type="schema" stype="bool" owner="evolution-addressbook">
                                                        <local_schema locale="C" short_desc="Show autocompleted name with an address">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether force showing the mail address with the name of the autocompleted contact in the entry.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="minimum_query_length" mtime="1335180791" type="schema" stype="int" owner="evolution-addressbook">
+                                               <entry name="minimum_query_length" mtime="1350812236" type="schema" stype="int" owner="evolution-addressbook">
                                                        <local_schema locale="C" short_desc="Autocomplete length">
                                                                <default type="int" value="3"/>
                                                                <longdesc>The number of characters that must be typed before Evolution will attempt to autocomplete.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="uris" mtime="1335180791" type="schema" stype="string" owner="evolution-addressbook">
+                                               <entry name="uris" mtime="1350812236" type="schema" stype="string" owner="evolution-addressbook">
                                                        <local_schema locale="C" short_desc="EFolderList XML for the list of completion URIs">
                                                                <default type="string">
                                                                        <stringvalue></stringvalue>
                                        </dir>
                                </dir>
                                <dir name="calendar">
-                                       <entry name="audio_dir" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                       <entry name="audio_dir" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                <local_schema locale="C" short_desc="Save directory for alarm audio">
                                                        <longdesc>
            Directory for saving alarm audio files
                                                </local_schema>
                                        </entry>
                                        <dir name="publish">
-                                               <entry name="template" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                               <entry name="template" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Free/busy template URL">
                                                                <longdesc>The URL template to use as a free/busy data fallback, %u is replaced by the user part of the mail address and %d is replaced by the domain.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="uris" mtime="1335180791" type="schema" stype="list" owner="evolution-calendar" list_type="string">
+                                               <entry name="uris" mtime="1350812236" type="schema" stype="list" owner="evolution-calendar" list_type="string">
                                                        <local_schema locale="C" short_desc="Free/busy server URLs">
                                                                <default type="list" ltype="string">
                                                                </default>
                                                </entry>
                                        </dir>
                                        <dir name="notify">
-                                               <entry name="notify_with_tray" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="notify_with_tray" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show display alarms in notification tray">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether or not to use the notification tray for display alarms.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="programs" mtime="1335180791" type="schema" stype="list" owner="evolution-calendar" list_type="string">
+                                               <entry name="programs" mtime="1350812236" type="schema" stype="list" owner="evolution-calendar" list_type="string">
                                                        <local_schema locale="C" short_desc="Alarm programs">
                                                                <default type="list" ltype="string">
                                                                </default>
                                                                <longdesc>Programs that are allowed to be run by alarms.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="calendars" mtime="1335180791" type="schema" stype="list" owner="evolution-calendar" list_type="string">
+                                               <entry name="calendars" mtime="1350812236" type="schema" stype="list" owner="evolution-calendar" list_type="string">
                                                        <local_schema locale="C" short_desc="Calendars to run alarms for">
                                                                <default type="list" ltype="string">
                                                                </default>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="last_notification_time" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="last_notification_time" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Last alarm time">
                                                                <default type="int" value="-1"/>
                                                                <longdesc>Time the last alarm ran, in time_t.</longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="other">
-                                               <entry name="def_recur_count" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="def_recur_count" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Default recurrence count">
                                                                <default type="int" value="2"/>
                                                                <longdesc>Count of default recurrence for a new event. -1 means forever.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="default_reminder_units" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                               <entry name="default_reminder_units" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Default reminder units">
                                                                <default type="string">
                                                                        <stringvalue></stringvalue>
                                                                <longdesc>Units for a default reminder, &quot;minutes&quot;, &quot;hours&quot; or &quot;days&quot;.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="default_reminder_interval" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="default_reminder_interval" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Default reminder value">
                                                                <default type="int" value="15"/>
                                                                <longdesc>Number of units for determining a default reminder.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="use_default_reminder" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="use_default_reminder" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Default appointment reminder">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether to set a default reminder for appointments.</longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="prompts">
-                                               <entry name="confirm_purge" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="confirm_purge" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Confirm expunge">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether to ask for confirmation when expunging appointments and tasks.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="confirm_delete" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="confirm_delete" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Ask for confirmation when deleting items">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether to ask for confirmation when deleting an appointment or task.</longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="tasks">
-                                               <entry name="hide_completed_value" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="hide_completed_value" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Hide task value">
                                                                <default type="int" value="1"/>
                                                                <longdesc>Number of units for determining when to hide tasks.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="hide_completed_units" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                               <entry name="hide_completed_units" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Hide task units">
                                                                <default type="string">
                                                                        <stringvalue>days</stringvalue>
                                                                <longdesc>Units for determining when to hide tasks, &quot;minutes&quot;, &quot;hours&quot; or &quot;days&quot;.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="hide_completed" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="hide_completed" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Hide completed tasks">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether to hide completed tasks in the tasks view.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="primary_tasks" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                               <entry name="primary_tasks" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Primary task list">
                                                                <longdesc>URI of the highlighted (&quot;primary&quot;) task list</longdesc>
                                                        </local_schema>
                                                </entry>
                                                <dir name="colors">
-                                                       <entry name="overdue" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                                       <entry name="overdue" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                                <local_schema locale="C" short_desc="Overdue tasks color">
                                                                        <default type="string">
                                                                                <stringvalue>#ff0000</stringvalue>
                                                                        <longdesc>Background color of tasks that are overdue, in &quot;#rrggbb&quot; format.</longdesc>
                                                                </local_schema>
                                                        </entry>
-                                                       <entry name="due_today" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                                       <entry name="due_today" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                                <local_schema locale="C" short_desc="Tasks due today color">
                                                                        <default type="string">
                                                                                <stringvalue>#1e90ff</stringvalue>
                                                </dir>
                                        </dir>
                                        <dir name="memos">
-                                               <entry name="primary_memos" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                               <entry name="primary_memos" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Primary memo list">
                                                                <longdesc>URI of the highlighted (&quot;primary&quot;) memo list</longdesc>
                                                        </local_schema>
                                                </entry>
                                        </dir>
                                        <dir name="display">
-                                               <entry name="error_level" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="error_level" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Level beyond which the message should be logged.">
                                                                <default type="int" value="0"/>
                                                                <longdesc> This can have three possible values. 0 for errors. 1 for warnings.
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="error_timeout" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="error_timeout" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Amount of time in seconds the error should be shown on the status bar.">
                                                                <default type="int" value="60"/>
                                                                <longdesc> Amount of time in seconds the error should be shown on the status bar.
           </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="month_scroll_by_week" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="month_scroll_by_week" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Scroll Month View by a week">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether to scroll a Month View by a week, not by a month.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_week_numbers" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="show_week_numbers" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show week numbers in Day View, Work Week View, and Date Navigator">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether to show week numbers in various places in the Calendar.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="events_gradient" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="events_gradient" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Event Gradient">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Gradient of the events in calendar views.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="events_transparency" mtime="1335180791" type="schema" stype="float" owner="evolution-calendar">
+                                               <entry name="events_transparency" mtime="1350812236" type="schema" stype="float" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Event Transparency">
                                                                <default type="float" value="1"/>
                                                                <longdesc>Transparency of the events in calendar views, a value between 0 (transparent) and 1 (opaque).</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="marcus_bains_color_timebar" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                               <entry name="marcus_bains_color_timebar" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Marcus Bains Line Color - Time bar">
                                                                <default type="string">
                                                                        <stringvalue>#ff0000</stringvalue>
                                                                <longdesc>Color to draw the Marcus Bains Line in the Time bar (empty for default).</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="marcus_bains_color_dayview" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                               <entry name="marcus_bains_color_dayview" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Marcus Bains Line Color - Day View">
                                                                <default type="string">
                                                                        <stringvalue>#ff0000</stringvalue>
                                                                <longdesc>Color to draw the Marcus Bains line in the Day View.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="marcus_bains_line" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="marcus_bains_line" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Marcus Bains Line">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether to draw the Marcus Bains Line (line at current time) in the calendar.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="working_days" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="working_days" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Work days">
                                                                <default type="int" value="62"/>
                                                                <longdesc>Days on which the start and end of work hours should be indicated.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_event_end" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="show_event_end" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show appointment end times in week and month views">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether to display the end time of events in the week and month views.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="compress_weekend" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="compress_weekend" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Compress weekends in month view">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether to compress weekends in the month view, which puts Saturday and Sunday in the space of one weekday.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="task_vpane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="task_vpane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Task preview pane position (vertical)">
                                                                <default type="int" value="400"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="task_hpane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="task_hpane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Task preview pane position (horizontal)">
                                                                <default type="int" value="200"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_task_preview" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="show_task_preview" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show the task preview pane">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="task_layout" mtime="1335180791" type="schema" stype="int">
+                                               <entry name="task_layout" mtime="1350812236" type="schema" stype="int">
                                                        <local_schema locale="C" short_desc="Task layout style">
                                                                <default type="int" value="0"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="memo_vpane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="memo_vpane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Memo preview pane position (vertical)">
                                                                <default type="int" value="400"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="memo_hpane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="memo_hpane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Memo preview pane position (horizontal)">
                                                                <default type="int" value="200"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_memo_preview" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="show_memo_preview" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show the memo preview pane">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="memo_layout" mtime="1335180791" type="schema" stype="int">
+                                               <entry name="memo_layout" mtime="1350812236" type="schema" stype="int">
                                                        <local_schema locale="C" short_desc="Memo layout style">
                                                                <default type="int" value="0"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="date_navigator_pane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="date_navigator_pane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Month view vertical pane position ">
                                                                <default type="int" value="150"/>
                                                                <longdesc>Position of the vertical pane, between the calendar lists and the date navigator calendar.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="month_vpane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="month_vpane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Month view vertical pane position ">
                                                                <default type="int" value="150"/>
                                                                <longdesc>Position of the vertical pane, between the view and the date navigator calendar and task list in the month view, in pixels.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="month_hpane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="month_hpane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Month view horizontal pane position ">
                                                                <default type="int" value="32000"/>
                                                                <longdesc>Position of the horizontal pane, between the view and the date navigator calendar and task list in the month view, in pixels.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="vpane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="vpane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Vertical pane position">
                                                                <default type="int" value="150"/>
                                                                <longdesc>Position of the vertical pane, between the view and the date navigator calendar and task list when not in the month view, in pixels.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="hpane_position" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="hpane_position" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Horizontal pane position">
                                                                <default type="int" value="400"/>
                                                                <longdesc>Position of the horizontal pane, between the date navigator calendar and the task list when not in the month view, in pixels.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="time_divisions" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="time_divisions" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Time divisions">
                                                                <default type="int" value="30"/>
                                                                <longdesc>Intervals shown in Day and Work Week views, in minutes.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="day_end_minute" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="day_end_minute" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Workday end minute">
                                                                <default type="int" value="0"/>
                                                                <longdesc>Minute the workday ends on, 0 to 59.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="day_end_hour" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="day_end_hour" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Workday end hour">
                                                                <default type="int" value="17"/>
                                                                <longdesc>Hour the workday ends on, in twenty four hour format, 0 to 23.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="day_start_minute" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="day_start_minute" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Workday start minute">
                                                                <default type="int" value="0"/>
                                                                <longdesc>Minute the workday starts on, 0 to 59.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="day_start_hour" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="day_start_hour" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Workday start hour">
                                                                <default type="int" value="9"/>
                                                                <longdesc>Hour the workday starts on, in twenty four hour format, 0 to 23.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="week_start_day" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="week_start_day" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Week start">
                                                                <default type="int" value="1"/>
                                                                <longdesc>Weekday the week starts on, from Sunday (0) to Saturday (6).</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_categories" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="show_categories" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show categories field in the event/meeting/task editor">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether to show categories field in the event/meeting editor</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_timezone" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="show_timezone" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show timezone field in the event/meeting editor">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether to show timezone field in the event/meeting editor</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_rsvp" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="show_rsvp" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show RSVP field in the event/task/meeting editor">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether to show RSVP field in the event/task/meeting editor</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_type" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="show_type" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show type field in the event/task/meeting editor">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether to show type field in the event/task/meeting editor</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_status" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="show_status" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show status field in the event/task/meeting editor">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether to show status field in the event/task/meeting editor</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_role" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="show_role" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Show Role field in the event/task/meeting editor">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether to show role field in the event/task/meeting editor</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="use_24hour_format" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="use_24hour_format" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Twenty four hour time format">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether to show times in twenty four hour format instead of using am/pm.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="day_second_zones_max" mtime="1335180791" type="schema" stype="int" owner="evolution-calendar">
+                                               <entry name="day_second_zones_max" mtime="1350812236" type="schema" stype="int" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Maximum number of recently used timezones to remember.">
                                                                <default type="int" value="5"/>
                                                                <longdesc>Maximum number of recently used timezones to remember in a &apos;day_second_zones&apos; list.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="day_second_zones" mtime="1335180791" type="schema" stype="list" owner="evolution-calendar" list_type="string">
+                                               <entry name="day_second_zones" mtime="1350812236" type="schema" stype="list" owner="evolution-calendar" list_type="string">
                                                        <local_schema locale="C" short_desc="Recently used second time zones in a Day View">
                                                                <default type="list" ltype="string">
                                                                </default>
                                                                <longdesc>List of recently used second time zones in a Day View.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="day_second_zone" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                               <entry name="day_second_zone" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="The second timezone for a Day View">
                                                                <default type="string">
                                                                        <stringvalue></stringvalue>
                                                                <longdesc>Shows the second time zone in a Day View, if set. Value is similar to one used in a &apos;timezone&apos; key.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="use_system_timezone" mtime="1335180791" type="schema" stype="bool" owner="evolution-calendar">
+                                               <entry name="use_system_timezone" mtime="1350812236" type="schema" stype="bool" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Use system timezone">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Use the system timezone instead of the timezone selected
         in Evolution.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="timezone" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                               <entry name="timezone" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Timezone">
                                                                <default type="string">
                                                                        <stringvalue>UTC</stringvalue>
                                                                <longdesc>The default timezone to use for dates and times in the calendar, as an untranslated Olsen timezone database location like &quot;America/New York&quot;.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="primary_calendar" mtime="1335180791" type="schema" stype="string" owner="evolution-calendar">
+                                               <entry name="primary_calendar" mtime="1350812236" type="schema" stype="string" owner="evolution-calendar">
                                                        <local_schema locale="C" short_desc="Primary calendar">
                                                                <longdesc>URI of the highlighted (&quot;primary&quot;) calendar</longdesc>
                                                        </local_schema>
                                </dir>
                                <dir name="eplugin">
                                        <dir name="face">
-                                               <entry name="insert_by_default" mtime="1335180792" type="schema" stype="bool" owner="org.gnome.evolution.plugins.face">
+                                               <entry name="insert_by_default" mtime="1350812236" type="schema" stype="bool" owner="org.gnome.evolution.plugins.face">
                                                        <local_schema locale="C" short_desc="Insert Face picture by default">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Whether insert Face picture to outgoing messages by default. The picture should be set before checking this, otherwise nothing happens.</longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="mail-notification">
-                                               <entry name="sound-use-theme" mtime="1335180791" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="sound-use-theme" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Use sound theme">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Play themed sound when new messages arrive, if not in beep mode.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="sound-file" mtime="1335180791" type="schema" stype="string" owner="evolution-mail">
+                                               <entry name="sound-file" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Sound file name to be played.">
                                                                <default type="string">
                                                                        <stringvalue></stringvalue>
                                                                <longdesc>Sound file to be played when new messages arrive, if not in beep mode.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="sound-beep" mtime="1335180791" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="sound-beep" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Beep or play sound file.">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>If &quot;true&quot;, then beep, otherwise will play sound file when new messages arrive.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="sound-enabled" mtime="1335180791" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="sound-enabled" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Play sound when new messages arrive.">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether play sound or beep when new messages arrive.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="status-notification" mtime="1335180791" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="status-notification" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Popup message together with the icon.">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether show message over the icon when new messages arrive.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="status-enabled" mtime="1335180791" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="status-enabled" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Enable icon in notification area.">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Show new mail icon in notification area when new messages arrive.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="dbus-enabled" mtime="1335180791" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="dbus-enabled" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Enable D-Bus messages.">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Generates a D-Bus message when new mail messages arrive.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="notify-only-inbox" mtime="1335180791" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="notify-only-inbox" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Notify new messages for Inbox only.">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Whether to notify new messages in Inbox folder only.</longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="email_custom_header">
-                                               <entry name="customHeader" mtime="1335180791" type="schema" stype="list" owner="evolution-eplugin" list_type="string">
+                                               <entry name="customHeader" mtime="1350812236" type="schema" stype="list" owner="evolution-eplugin" list_type="string">
                                                        <local_schema locale="C" short_desc="List of Custom Headers">
                                                                <default type="list" ltype="string">
                                                                        <li type="string">
                                                </entry>
                                        </dir>
                                        <dir name="external-editor">
-                                               <entry name="launch-on-key-press" mtime="1335180791" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="launch-on-key-press" mtime="1350812235" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Automatically launch when a new mail is edited">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Automatically launch editor when key is pressed in the mail composer</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="editor-command" mtime="1335180791" type="schema" stype="string" owner="evolution-mail">
+                                               <entry name="editor-command" mtime="1350812235" type="schema" stype="string" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Default External Editor">
                                                                <default type="string">
                                                                        <stringvalue>gedit</stringvalue>
                                        </dir>
                                </dir>
                                <dir name="mail">
-                                       <entry name="template_placeholders" mtime="1335180792" type="schema" stype="list" owner="evolution-mail" list_type="string">
+                                       <entry name="template_placeholders" mtime="1350812237" type="schema" stype="list" owner="evolution-mail" list_type="string">
                                                <local_schema locale="C" short_desc="List of keyword/value pairs for the Templates plugin to    substitute in a message body.">
                                                        <default type="list" ltype="string">
                                                                <li type="string">
          </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="sync_interval" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                       <entry name="sync_interval" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                <local_schema locale="C" short_desc="Server synchronization interval">
                                                        <default type="int" value="60"/>
                                                        <longdesc>
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="vfolder_editor_width" mtime="1335180792" type="schema" stype="int">
+                                       <entry name="vfolder_editor_width" mtime="1350812236" type="schema" stype="int">
                                                <local_schema locale="C" short_desc="&quot;Search Folder Editor&quot; window width">
                                                        <default type="int" value="400"/>
                                                        <longdesc>
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="vfolder_editor_maximized" mtime="1335180792" type="schema" stype="bool">
+                                       <entry name="vfolder_editor_maximized" mtime="1350812236" type="schema" stype="bool">
                                                <local_schema locale="C" short_desc="&quot;Search Folder Editor&quot; window maximize state">
                                                        <longdesc>
           Initial maximize state of the &quot;Search Folder Editor&quot; window.
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="vfolder_editor_height" mtime="1335180792" type="schema" stype="int">
+                                       <entry name="vfolder_editor_height" mtime="1350812236" type="schema" stype="int">
                                                <local_schema locale="C" short_desc="&quot;Search Folder Editor&quot; window height">
                                                        <default type="int" value="650"/>
                                                        <longdesc>
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="send_recv_width" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                       <entry name="send_recv_width" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                <local_schema locale="C" short_desc="&quot;Send and Receive Mail&quot; window width">
                                                        <default type="int" value="600"/>
                                                        <longdesc>
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="send_recv_maximized" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                       <entry name="send_recv_maximized" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                <local_schema locale="C" short_desc="&quot;Send and Receive Mail&quot; window maximize state">
                                                        <longdesc>
           Initial maximize state of the &quot;Send and Receive Mail&quot; window.
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="send_recv_height" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                       <entry name="send_recv_height" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                <local_schema locale="C" short_desc="&quot;Send and Receive Mail&quot; window height">
                                                        <default type="int" value="200"/>
                                                        <longdesc>
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="filter_editor_width" mtime="1335180792" type="schema" stype="int">
+                                       <entry name="filter_editor_width" mtime="1350812236" type="schema" stype="int">
                                                <local_schema locale="C" short_desc="&quot;Filter Editor&quot; window width">
                                                        <default type="int" value="400"/>
                                                        <longdesc>
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="filter_editor_maximized" mtime="1335180792" type="schema" stype="bool">
+                                       <entry name="filter_editor_maximized" mtime="1350812236" type="schema" stype="bool">
                                                <local_schema locale="C" short_desc="&quot;Filter Editor&quot; window maximize state">
                                                        <longdesc>
           Initial maximize state of the &quot;Filter Editor&quot; window.
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="filter_editor_height" mtime="1335180792" type="schema" stype="int">
+                                       <entry name="filter_editor_height" mtime="1350812236" type="schema" stype="int">
                                                <local_schema locale="C" short_desc="&quot;Filter Editor&quot; window height">
                                                        <default type="int" value="650"/>
                                                        <longdesc>
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="save_dir" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                       <entry name="save_dir" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                <local_schema locale="C" short_desc="Save directory">
                                                        <longdesc>
            Directory for saving mail component files.
          </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="licenses" mtime="1335180792" type="schema" stype="list" owner="evolution-mail" list_type="string">
+                                       <entry name="licenses" mtime="1350812236" type="schema" stype="list" owner="evolution-mail" list_type="string">
                                                <local_schema locale="C" short_desc="List of accepted licenses">
                                                        <longdesc>
            List of protocol names whose license has been accepted.
          </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="accounts" mtime="1335180792" type="schema" stype="list" owner="evolution-mail" list_type="string">
+                                       <entry name="accounts" mtime="1350812236" type="schema" stype="list" owner="evolution-mail" list_type="string">
                                                <local_schema locale="C" short_desc="List of accounts">
                                                        <longdesc>
            List of accounts known to the mail component of
          </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="default_account" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                       <entry name="default_account" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                <local_schema locale="C" short_desc="UID string of the default account.">
                                                        <longdesc>
            UID string of the default account.
          </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="labels" mtime="1335180792" type="schema" stype="list" owner="evolution-mail" list_type="string">
+                                       <entry name="labels" mtime="1350812236" type="schema" stype="list" owner="evolution-mail" list_type="string">
                                                <local_schema locale="C" short_desc="List of Labels and their associated colors">
                                                        <default type="list" ltype="string">
                                                                <li type="string">
          </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="mail_browser_maximized" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                       <entry name="mail_browser_maximized" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                <local_schema locale="C" short_desc="Mail browser maximized">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>Default maximized state of the mail browser window.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="mail_browser_height" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                       <entry name="mail_browser_height" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                <local_schema locale="C" short_desc="Mail browser height">
                                                        <default type="int" value="400"/>
                                                        <longdesc>Default height of the mail browser window.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="mail_browser_width" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                       <entry name="mail_browser_width" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                <local_schema locale="C" short_desc="Mail browser width">
                                                        <default type="int" value="600"/>
                                                        <longdesc>Default width of the mail browser window.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="attachment_reminder_clues" mtime="1335180791" type="schema" stype="list" owner="evolution-mail" list_type="string">
+                                       <entry name="attachment_reminder_clues" mtime="1350812236" type="schema" stype="list" owner="evolution-mail" list_type="string">
                                                <local_schema locale="C" short_desc="List of clues for the attachment reminder plugin to look for         in a message body">
                                                        <default type="list" ltype="string">
                                                                <li type="string">
                                                </local_schema>
                                        </entry>
                                        <dir name="trash">
-                                               <entry name="empty_date" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="empty_date" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Last time Empty Trash was run">
                                                                <default type="int" value="0"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="empty_on_exit_days" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="empty_on_exit_days" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Minimum days between emptying the trash on exit">
                                                                <default type="int" value="0"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="empty_on_exit" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="empty_on_exit" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Empty Trash folders on exit">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="prompts">
-                                               <entry name="checkdefault" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="checkdefault" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Check whether Evolution is the default mailer">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>Every time Evolution starts, check whether or not it is the default mailer.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="reply_many_recips" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="reply_many_recips" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Prompt when replying to many recipients">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="list_reply_to" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="list_reply_to" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Prompt when mailing list hijacks private replies">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>It disables/enables the repeated prompts to warn that you are trying sending a private reply to a message which arrived via a mailing list, but the list sets a Reply-To: header which redirects your reply back to the list</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="private_list_reply" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="private_list_reply" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Prompt when replying privately to list messages">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="delete_in_vfolder" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="delete_in_vfolder" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Prompt when deleting messages in search folder">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="mark_all_read" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="mark_all_read" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Prompt while marking multiple messages">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="open_many" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="open_many" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Prompt when user tries to open 10 or more messages at once">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="unwanted_html" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="unwanted_html" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Prompt when user tries to send unwanted HTML">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="only_bcc" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="only_bcc" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Prompt when user only fills Bcc">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="expunge" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="expunge" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Prompt when user expunges">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="empty_subject" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="empty_subject" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Prompt on empty subject">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="format">
-                                               <entry name="message_display_style" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="message_display_style" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Message-display style (&quot;normal&quot;, &quot;full headers&quot;, &quot;source&quot;)">
                                                                <default type="int" value="0"/>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="reply_style" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="reply_style" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Default reply style">
                                                                <default type="int" value="0"/>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="forward_style" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="forward_style" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Default forward style">
                                                                <default type="int" value="0"/>
                                                        </local_schema>
                                                </entry>
                                        </dir>
                                        <dir name="filters">
-                                               <entry name="flush-outbox" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="flush-outbox" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Flush Outbox after filtering">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="logfile" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                               <entry name="logfile" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Logfile to log filter actions">
                                                                <default type="string">
                                                                        <stringvalue></stringvalue>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="log" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="log" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Log filter actions">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="subscribe_window">
-                                               <entry name="height" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="height" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Subscribe dialog default height">
                                                                <default type="int" value="400"/>
                                                                <longdesc>Default height of the subscribe dialog.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="width" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="width" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Subscribe dialog default width">
                                                                <default type="int" value="600"/>
                                                                <longdesc>Default width of the subscribe dialog.</longdesc>
                                                </entry>
                                        </dir>
                                        <dir name="display">
-                                               <entry name="show_real_date" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="show_real_date" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show original &quot;Date&quot; header value.">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="error_level" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="error_level" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Level beyond which the message should be logged.">
                                                                <default type="int" value="0"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="error_timeout" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="error_timeout" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Amount of time in seconds the error should be shown on the status bar.">
                                                                <default type="int" value="60"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="thread_latest" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="thread_latest" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Whether sort threads based on latest message in that thread">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="thread_expand" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="thread_expand" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Default value for thread expand state">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="thread_subject" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="thread_subject" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Thread the message-list based on Subject">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="address_count" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="address_count" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Number of addresses to display in TO/CC/BCC">
                                                                <default type="int" value="5"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="message_text_part_limit" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="message_text_part_limit" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Message text limit for display">
                                                                <default type="int" value="4096"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="force_message_limit" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="force_message_limit" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Display only message texts not exceeding certain size">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="address_compress" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="address_compress" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Compress display of addresses in TO/CC/BCC">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="layout" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="layout" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Layout style">
                                                                <default type="int" value="0"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="hpaned_size" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="hpaned_size" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Width of the message-list pane">
                                                                <default type="int" value="450"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="paned_size" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="paned_size" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Height of the message-list pane">
                                                                <default type="int" value="144"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="safe_list" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="safe_list" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Hides the per-folder preview and removes the selection">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="enable_vfolders" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="enable_vfolders" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Enable search folders">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_deleted" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="show_deleted" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show deleted messages in the message-list">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="mark_seen_timeout" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="mark_seen_timeout" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Timeout for marking message as seen">
                                                                <default type="int" value="1500"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="vertical_view_fonts" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="vertical_view_fonts" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Determines whether to use the same fonts for both &quot;From&quot; and &quot;Subject&quot; lines in the &quot;Messages&quot; column in vertical view.">
                                                                <default type="bool" value="false"/>
                                                                <longdesc> 
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_email" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="show_email" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Sender email-address column in the message list">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="mark_seen" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="mark_seen" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Mark as Seen after specified timeout">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="mime_types" mtime="1335180792" type="schema" stype="list" owner="evolution-mail" list_type="string">
+                                               <entry name="mime_types" mtime="1350812236" type="schema" stype="list" owner="evolution-mail" list_type="string">
                                                        <local_schema locale="C" short_desc="List of MIME types to check for Bonobo component viewers">
                                                                <longdesc>
            If there isn&apos;t a builtin viewer for a particular MIME type inside Evolution,
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="photo_local" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="photo_local" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Search for the sender photo in local address books ">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="sender_photo" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="sender_photo" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show photo of the sender">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="headers" mtime="1335180792" type="schema" stype="list" owner="evolution-mail" list_type="string">
+                                               <entry name="headers" mtime="1350812236" type="schema" stype="list" owner="evolution-mail" list_type="string">
                                                        <local_schema locale="C" short_desc="List of custom headers and whether they are enabled.">
                                                                <longdesc>
            This key should contain a list of XML structures specifying custom headers, 
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_all_headers" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="show_all_headers" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show all message headers">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="animate_images" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="animate_images" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show Animations">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="load_http_images" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="load_http_images" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Load images for HTML messages over HTTP">
                                                                <default type="int" value="0"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="charset" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                               <entry name="charset" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Default charset in which to display messages">
                                                                <default type="string">
                                                                        <stringvalue></stringvalue>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="caret_mode" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="caret_mode" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Enable/disable caret mode">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="citation_colour" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                               <entry name="citation_colour" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Citation highlight color">
                                                                <default type="string">
                                                                        <stringvalue>#737373</stringvalue>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="mark_citations" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="mark_citations" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Mark citations in the message &quot;Preview&quot;">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="global_view_setting" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="global_view_setting" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Enable to use a similar message list view settings for all folders">
                                                                <default type="bool" value="false"/>
                                                                <longdesc> Enable to use a similar message list view settings for all folders.
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="magic_spacebar" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="magic_spacebar" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Enable or disable magic space bar">
                                                                <default type="bool" value="true"/>
                                                                <longdesc> Enable this to use Space bar key to scroll in message preview, message list and folders.
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="no_folder_dots" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="no_folder_dots" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Disable or enable ellipsizing of folder names in side bar">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="side_bar_search" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="side_bar_search" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Enable or disable type ahead search feature">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
        </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="animated_images" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="animated_images" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show image animations">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Enable animated images in HTML mail. Many users find animated
                                                        </local_schema>
                                                </entry>
                                                <dir name="fonts">
-                                                       <entry name="use_custom" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                                       <entry name="use_custom" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                                <local_schema locale="C" short_desc="Use custom fonts">
                                                                        <default type="bool" value="false"/>
                                                                        <longdesc>
          </longdesc>
                                                                </local_schema>
                                                        </entry>
-                                                       <entry name="monospace" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                                       <entry name="monospace" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                                <local_schema locale="C" short_desc="Terminal font">
                                                                        <default type="string">
                                                                                <stringvalue>Monospace 12</stringvalue>
          </longdesc>
                                                                </local_schema>
                                                        </entry>
-                                                       <entry name="variable" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                                       <entry name="variable" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                                <local_schema locale="C" short_desc="Variable width font">
                                                                        <default type="string">
                                                                                <stringvalue>Sans 12</stringvalue>
                                                </dir>
                                        </dir>
                                        <dir name="composer">
-                                               <entry name="current_folder" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                               <entry name="current_folder" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Composer load/attach directory">
                                                                <longdesc>
            Directory for loading/attaching files to composer.
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="ignore_list_reply_to" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="ignore_list_reply_to" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Ignore list Reply-To:">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="height" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="height" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Composer Window default height">
                                                                <default type="int" value="500"/>
                                                                <longdesc>Default height of the Composer Window.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="width" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="width" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Composer Window default width">
                                                                <default type="int" value="600"/>
                                                                <longdesc>Default width of the Composer Window.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="no_signature_delim" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="no_signature_delim" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Do not add signature delimiter">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Set to TRUE in case you do not want to add signature delimiter
        before your signature when composing a mail.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="top_signature" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="top_signature" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Put personalized signatures at the top of replies">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Users get all up in arms over where their signature should go
         placed at the top of the message or the bottom.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="outlook_filenames" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="outlook_filenames" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Encode file names in an Outlook/GMail way">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_post_reply_to" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="show_post_reply_to" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show &quot;Reply To&quot; field when posting to a newsgroup">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_post_from" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="show_post_from" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show &quot;From&quot; field when posting to a newsgroup">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_mail_reply_to" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="show_mail_reply_to" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show &quot;Reply To&quot; field when sending a mail message">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_mail_cc" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="show_mail_cc" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show &quot;Cc&quot; field when sending a mail message">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="show_mail_bcc" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="show_mail_bcc" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Show &quot;Bcc&quot; field when sending a mail message">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="spell_languages" mtime="1335180792" type="schema" stype="list" owner="evolution-mail" list_type="string">
+                                               <entry name="spell_languages" mtime="1350812236" type="schema" stype="list" owner="evolution-mail" list_type="string">
                                                        <local_schema locale="C" short_desc="Spell checking languages">
                                                                <longdesc>
           List of dictionary language codes used for spell checking.
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="spell_color" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                               <entry name="spell_color" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Spell checking color">
                                                                <default type="string">
                                                                        <stringvalue>#FFFF00000000</stringvalue>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="send_html" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="send_html" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Send HTML mail by default">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="request_receipt" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="request_receipt" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Always request read receipt">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="reply_start_bottom" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="reply_start_bottom" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Put the cursor at the bottom of replies">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>Users get all up in arms over where the cursor should go when
         at the top of the message or the bottom.</longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="group_reply_to_list" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="group_reply_to_list" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Group Reply replies to list">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="magic_smileys" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="magic_smileys" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Automatic emoticon recognition">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="magic_links" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="magic_links" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Automatic link recognition">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="inline_spelling" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="inline_spelling" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Spell check inline">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="charset" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                               <entry name="charset" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Default charset in which to compose messages">
                                                                <default type="string">
                                                                        <stringvalue></stringvalue>
                                                </entry>
                                        </dir>
                                        <dir name="junk">
-                                               <entry name="custom_header" mtime="1335180792" type="schema" stype="list" owner="evolution-mail" list_type="string">
+                                               <entry name="custom_header" mtime="1350812236" type="schema" stype="list" owner="evolution-mail" list_type="string">
                                                        <local_schema locale="C" short_desc="Custom headers to use while checking for junk.">
                                                                <default type="list" ltype="string">
                                                                        <li type="string">
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="check_custom_header" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="check_custom_header" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Determines whether to use custom headers to check for junk">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="lookup_addressbook_local_only" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="lookup_addressbook_local_only" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Determines whether to look up addresses for junk filtering in local address book only">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="lookup_addressbook" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="lookup_addressbook" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Determines whether to lookup in address book for sender email">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="default_plugin" mtime="1335180792" type="schema" stype="string" owner="evolution-mail">
+                                               <entry name="default_plugin" mtime="1350812236" type="schema" stype="string" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="The default plugin for Junk hook">
                                                                <default type="string">
                                                                        <stringvalue>Bogofilter</stringvalue>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="empty_date" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="empty_date" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Last time Empty Junk was run">
                                                                <default type="int" value="0"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="empty_on_exit_days" mtime="1335180792" type="schema" stype="int" owner="evolution-mail">
+                                               <entry name="empty_on_exit_days" mtime="1350812236" type="schema" stype="int" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Minimum days between emptying the junk on exit">
                                                                <default type="int" value="0"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="empty_on_exit" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="empty_on_exit" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Empty Junk folders on exit">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
          </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="check_incoming" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                               <entry name="check_incoming" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                        <local_schema locale="C" short_desc="Check incoming mail being junk">
                                                                <default type="bool" value="true"/>
                                                                <longdesc>
                                                        </local_schema>
                                                </entry>
                                                <dir name="sa">
-                                                       <entry name="use_daemon" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                                       <entry name="use_daemon" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                                <local_schema locale="C" short_desc="Use SpamAssassin daemon and client">
                                                                        <default type="bool" value="true"/>
                                                                        <longdesc>
          </longdesc>
                                                                </local_schema>
                                                        </entry>
-                                                       <entry name="local_only" mtime="1335180792" type="schema" stype="bool" owner="evolution-mail">
+                                                       <entry name="local_only" mtime="1350812236" type="schema" stype="bool" owner="evolution-mail">
                                                                <local_schema locale="C" short_desc="Use only local spam tests.">
                                                                        <default type="bool" value="true"/>
                                                                        <longdesc>
                                                        </entry>
                                                </dir>
                                                <dir name="bogofilter">
-                                                       <entry name="unicode" mtime="1335180791" type="schema" stype="bool" owner="bf-eplugin">
+                                                       <entry name="unicode" mtime="1350812235" type="schema" stype="bool" owner="bf-eplugin">
                                                                <local_schema locale="C" short_desc="Convert mail messages to Unicode">
                                                                        <default type="bool" value="true"/>
                                                                        <longdesc>
                        </dir>
                        <dir name="eog">
                                <dir name="plugins">
-                                       <entry name="active_plugins" mtime="1326793880" type="schema" stype="list" owner="eog" list_type="string">
+                                       <entry name="active_plugins" mtime="1350807793" type="schema" stype="list" owner="eog" list_type="string">
                                                <local_schema locale="C" short_desc="Active plugins">
                                                        <default type="list" ltype="string">
                                                        </default>
                                        </entry>
                                </dir>
                                <dir name="ui">
-                                       <entry name="propsdialog_netbook_mode" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="propsdialog_netbook_mode" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Whether the metadata list in the properties dialog should have its own page.">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If activated, the detailed metadata list in the properties dialog
        the widget will be embedded on the &quot;Metadata&quot; page.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="filechooser_xdg_fallback" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="filechooser_xdg_fallback" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Whether the file chooser should show the user&apos;s pictures folder if no images are loaded.">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If activated and no image is loaded in the active window, the file chooser will display the user&apos;s pictures folder using the XDG special user directories. If deactivated or the pictures folder has not been set up, it will show the current working directory.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="disable_trash_confirmation" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="disable_trash_confirmation" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Trash images without asking">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>If activated, Eye of GNOME won&apos;t ask for confirmation when
        cannot be moved to the trash and would be deleted instead.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="scroll_buttons" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="scroll_buttons" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Show/Hide the image collection pane scroll buttons.">
                                                        <default type="bool" value="true"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="sidebar" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="sidebar" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Show/Hide the window side pane.">
                                                        <default type="bool" value="true"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="image_collection_resizable" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="image_collection_resizable" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Whether the image collection pane should be resizable.">
                                                        <default type="bool" value="false"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="image_collection_position" mtime="1326793880" type="schema" stype="int" owner="eog">
+                                       <entry name="image_collection_position" mtime="1350807793" type="schema" stype="int" owner="eog">
                                                <local_schema locale="C" short_desc="Image collection pane position. Set to 0 for bottom;          1 for left; 2 for top; 3 for right.">
                                                        <default type="int" value="0"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="image_collection" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="image_collection" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Show/Hide the image collection pane.">
                                                        <default type="bool" value="false"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="statusbar" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="statusbar" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Show/Hide the window statusbar.">
                                                        <default type="bool" value="true"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="toolbar" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="toolbar" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Show/Hide the window toolbar.">
                                                        <default type="bool" value="true"/>
                                                </local_schema>
                                        </entry>
                                </dir>
                                <dir name="full_screen">
-                                       <entry name="seconds" mtime="1326793880" type="schema" stype="int" owner="eog">
+                                       <entry name="seconds" mtime="1350807793" type="schema" stype="int" owner="eog">
                                                <local_schema locale="C" short_desc="Delay in seconds until showing the next image">
                                                        <default type="int" value="5"/>
                                                        <longdesc>A value greater than 0 determines the seconds an image stays
         disables the automatic browsing.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="upscale" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="upscale" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Allow zoom greater than 100% initially">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If this is set to FALSE small images will not be
         stretched to fit into the screen initially.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="loop" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="loop" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Loop through the image sequence">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>Whether the sequence of images should be shown in an
                                        </entry>
                                </dir>
                                <dir name="view">
-                                       <entry name="trans_color" mtime="1326793880" type="schema" stype="string" owner="eog">
+                                       <entry name="trans_color" mtime="1350807793" type="schema" stype="string" owner="eog">
                                                <local_schema locale="C" short_desc="Transparency color">
                                                        <default type="string">
                                                                <stringvalue>#000000</stringvalue>
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="zoom_multiplier" mtime="1326793880" type="schema" stype="float" owner="eog">
+                                       <entry name="zoom_multiplier" mtime="1350807793" type="schema" stype="float" owner="eog">
                                                <local_schema locale="C" short_desc="Zoom multiplier">
                                                        <default type="float" value="0.050000000000000003"/>
                                                        <longdesc>The multiplier to be applied when using the mouse scroll wheel 
        scroll event and 1.00 result in a 100% zoom increment.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="scroll_wheel_zoom" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="scroll_wheel_zoom" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Scroll wheel zoom">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>Whether the scroll wheel should be used for zooming.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="transparency" mtime="1326793880" type="schema" stype="string" owner="eog">
+                                       <entry name="transparency" mtime="1350807793" type="schema" stype="string" owner="eog">
                                                <local_schema locale="C" short_desc="Transparency indicator">
                                                        <default type="string">
                                                                <stringvalue>CHECK_PATTERN</stringvalue>
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="extrapolate" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="extrapolate" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Extrapolate Image">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>Whether the image should be extrapolated on zoom-in.
         non-extrapolated images.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="interpolate" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="interpolate" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Interpolate Image">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>Whether the image should be interpolated on zoom-out.
         non-interpolated images.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="use-background-color" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="use-background-color" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Use a custom background color">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If this is active, the color set by the background-color key will be used to fill the area behind the image. If it is not set, the current GTK+ theme will determine the fill color.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="background-color" mtime="1326793880" type="schema" stype="string" owner="eog">
+                                       <entry name="background-color" mtime="1350807793" type="schema" stype="string" owner="eog">
                                                <local_schema locale="C" short_desc="Background Color">
                                                        <default type="string">
                                                                <stringvalue>#000000</stringvalue>
         by the active GTK+ theme instead.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="autorotate" mtime="1326793880" type="schema" stype="bool" owner="eog">
+                                       <entry name="autorotate" mtime="1350807793" type="schema" stype="bool" owner="eog">
                                                <local_schema locale="C" short_desc="Automatic orientation">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>Whether the image should be rotated automatically based on
@@ -13262,7 +13267,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                        </dir>
                        <dir name="clock_applet">
                                <dir name="prefs">
-                                       <entry name="speed_unit" mtime="1326736219" type="schema" stype="string" owner="clock-applet">
+                                       <entry name="speed_unit" mtime="1350811986" type="schema" stype="string" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Speed unit">
                                                        <default type="string">
                                                                <stringvalue>Default</stringvalue>
@@ -13272,7 +13277,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="temperature_unit" mtime="1326736219" type="schema" stype="string" owner="clock-applet">
+                                       <entry name="temperature_unit" mtime="1350811986" type="schema" stype="string" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Temperature unit">
                                                        <default type="string">
                                                                <stringvalue>Default</stringvalue>
@@ -13282,7 +13287,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="cities" mtime="1326736219" type="schema" stype="list" owner="clock-applet" list_type="string">
+                                       <entry name="cities" mtime="1350811986" type="schema" stype="list" owner="clock-applet" list_type="string">
                                                <local_schema locale="C" short_desc="List of locations">
                                                        <default type="list" ltype="string">
                                                        </default>
@@ -13291,7 +13296,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="internet_time" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="internet_time" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Use Internet time">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13301,7 +13306,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="unix_time" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="unix_time" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Use UNIX time">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13311,7 +13316,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="hour_format" mtime="1326736219" type="schema" stype="int" owner="clock-applet">
+                                       <entry name="hour_format" mtime="1350811986" type="schema" stype="int" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Hour format">
                                                        <default type="int" value="12"/>
                                                        <longdesc>
@@ -13321,7 +13326,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="expand_locations" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="expand_locations" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Expand list of locations">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13330,7 +13335,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="expand_weather" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="expand_weather" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Expand list of weather information">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13339,7 +13344,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="expand_tasks" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="expand_tasks" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Expand list of tasks">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13347,7 +13352,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="expand_birthdays" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="expand_birthdays" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Expand list of birthdays">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13355,7 +13360,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="expand_appointments" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="expand_appointments" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Expand list of appointments">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13363,7 +13368,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="show_week_numbers" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="show_week_numbers" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Show week numbers in calendar">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>
@@ -13371,7 +13376,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="config_tool" mtime="1326736219" type="schema" stype="string" owner="clock-applet">
+                                       <entry name="config_tool" mtime="1350811986" type="schema" stype="string" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Time configuration tool">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -13383,7 +13388,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="gmt_time" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="gmt_time" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Use UTC">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13393,19 +13398,19 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="show_temperature" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="show_temperature" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Show temperature in clock">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If true, show the temperature next to the weather icon.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="show_weather" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="show_weather" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Show weather in clock">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If true, display a weather icon.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="show_tooltip" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="show_tooltip" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Show date in tooltip">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>
@@ -13413,19 +13418,19 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="show_date" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="show_date" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Show date in clock">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If true, display date in the clock, in addition to time.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="show_seconds" mtime="1326736219" type="schema" stype="bool" owner="clock-applet">
+                                       <entry name="show_seconds" mtime="1350811986" type="schema" stype="bool" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Show time with seconds">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>If true, display seconds in time.</longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="custom_format" mtime="1326736219" type="schema" stype="string" owner="clock-applet">
+                                       <entry name="custom_format" mtime="1350811986" type="schema" stype="string" owner="clock-applet">
                                                <local_schema locale="C" short_desc="Custom format of the clock">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -13438,7 +13443,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="format" mtime="1326736219" type="schema" stype="string" owner="clock-applet">
+                                       <entry name="format" mtime="1350811986" type="schema" stype="string" owner="clock-applet">
                                                <local_schema locale="en_GB">
                                                        <default type="string">
                                                                <stringvalue>24-hour</stringvalue>
@@ -13490,7 +13495,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                        </dir>
                        <dir name="window_list_applet">
                                <dir name="prefs">
-                                       <entry name="maximum_size" mtime="1326736219" type="schema" stype="int" owner="window-list-applet">
+                                       <entry name="maximum_size" mtime="1350811986" type="schema" stype="int" owner="window-list-applet">
                                                <local_schema locale="C" short_desc="Maximum window list size">
                                                        <default type="int" value="4096"/>
                                                        <longdesc>
@@ -13499,7 +13504,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
          </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="minimum_size" mtime="1326736219" type="schema" stype="int" owner="window-list-applet">
+                                       <entry name="minimum_size" mtime="1350811986" type="schema" stype="int" owner="window-list-applet">
                                                <local_schema locale="C" short_desc="Minimum window list size">
                                                        <default type="int" value="50"/>
                                                        <longdesc>
@@ -13508,7 +13513,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="move_unminimized_windows" mtime="1326736219" type="schema" stype="bool" owner="window-list-applet">
+                                       <entry name="move_unminimized_windows" mtime="1350811986" type="schema" stype="bool" owner="window-list-applet">
                                                <local_schema locale="C" short_desc="Move windows to current workspace when unminimized">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>
@@ -13518,7 +13523,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="group_windows" mtime="1326736219" type="schema" stype="string" owner="window-list-applet">
+                                       <entry name="group_windows" mtime="1350811986" type="schema" stype="string" owner="window-list-applet">
                                                <local_schema locale="C" short_desc="When to group windows">
                                                        <default type="string">
                                                                <stringvalue>never</stringvalue>
@@ -13529,7 +13534,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="display_all_workspaces" mtime="1326736219" type="schema" stype="bool" owner="window-list-applet">
+                                       <entry name="display_all_workspaces" mtime="1350811986" type="schema" stype="bool" owner="window-list-applet">
                                                <local_schema locale="C" short_desc="Show windows from all workspaces">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13542,7 +13547,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                        </dir>
                        <dir name="workspace_switcher_applet">
                                <dir name="prefs">
-                                       <entry name="num_rows" mtime="1326736219" type="schema" stype="int" owner="workspace-switcher-applet">
+                                       <entry name="num_rows" mtime="1350811986" type="schema" stype="int" owner="workspace-switcher-applet">
                                                <local_schema locale="C" short_desc="Rows in workspace switcher">
                                                        <default type="int" value="1"/>
                                                        <longdesc>
@@ -13553,7 +13558,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="display_all_workspaces" mtime="1326736219" type="schema" stype="bool" owner="workspace-switcher-applet">
+                                       <entry name="display_all_workspaces" mtime="1350811986" type="schema" stype="bool" owner="workspace-switcher-applet">
                                                <local_schema locale="C" short_desc="Display all workspaces">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>
@@ -13562,7 +13567,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="display_workspace_names" mtime="1326736219" type="schema" stype="bool" owner="workspace-switcher-applet">
+                                       <entry name="display_workspace_names" mtime="1350811986" type="schema" stype="bool" owner="workspace-switcher-applet">
                                                <local_schema locale="C" short_desc="Display workspace names">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13577,7 +13582,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                        </dir>
                        <dir name="panel">
                                <dir name="objects">
-                                       <entry name="action_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="action_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Action button type">
                                                        <default type="string">
                                                                <stringvalue>lock</stringvalue>
@@ -13589,7 +13594,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="launcher_location" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="launcher_location" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Launcher location">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -13601,7 +13606,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="menu_path" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="menu_path" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Menu content path">
                                                        <default type="string">
                                                                <stringvalue>applications:/</stringvalue>
@@ -13613,7 +13618,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="use_menu_path" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="use_menu_path" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Use custom path for menu contents">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13624,7 +13629,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="custom_icon" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="custom_icon" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Icon used for object&apos;s button">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -13637,7 +13642,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="use_custom_icon" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="use_custom_icon" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Use custom icon for object&apos;s button">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13648,7 +13653,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="tooltip" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="tooltip" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Tooltip displayed for drawer or menu">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -13660,7 +13665,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="attached_toplevel_id" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="attached_toplevel_id" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Panel attached to drawer">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -13671,7 +13676,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="applet_iid" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="applet_iid" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Applet IID">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -13684,7 +13689,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="bonobo_iid" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="bonobo_iid" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Applet Bonobo IID">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -13697,7 +13702,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="locked" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="locked" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Lock the object to the panel">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13706,7 +13711,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="panel_right_stick" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="panel_right_stick" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Interpret position relative to bottom/right edge">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13715,7 +13720,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="position" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="position" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Object&apos;s position on the panel">
                                                        <default type="int" value="0"/>
                                                        <longdesc>
@@ -13725,7 +13730,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="toplevel_id" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="toplevel_id" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Toplevel panel containing object">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -13735,7 +13740,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="object_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="object_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Panel object type">
                                                        <default type="string">
                                                                <stringvalue>menu-object</stringvalue>
@@ -13750,7 +13755,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                        </entry>
                                </dir>
                                <dir name="general">
-                                       <entry name="profiles_migrated" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="profiles_migrated" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Old profiles configuration migrated">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13760,7 +13765,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="object_id_list" mtime="1326736219" type="schema" stype="list" owner="panel" list_type="string">
+                                       <entry name="object_id_list" mtime="1350811986" type="schema" stype="list" owner="panel" list_type="string">
                                                <local_schema locale="C" short_desc="Panel object ID list">
                                                        <default type="list" ltype="string">
                                                        </default>
@@ -13773,7 +13778,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="applet_id_list" mtime="1326736219" type="schema" stype="list" owner="panel" list_type="string">
+                                       <entry name="applet_id_list" mtime="1350811986" type="schema" stype="list" owner="panel" list_type="string">
                                                <local_schema locale="C" short_desc="Panel applet ID list">
                                                        <default type="list" ltype="string">
                                                        </default>
@@ -13785,7 +13790,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="toplevel_id_list" mtime="1326736219" type="schema" stype="list" owner="panel" list_type="string">
+                                       <entry name="toplevel_id_list" mtime="1350811986" type="schema" stype="list" owner="panel" list_type="string">
                                                <local_schema locale="C" short_desc="Panel ID list">
                                                        <default type="list" ltype="string">
                                                        </default>
@@ -13796,7 +13801,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="enable_autocompletion" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="enable_autocompletion" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Enable autocompletion in &quot;Run Application&quot; dialog">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>
@@ -13805,7 +13810,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="show_program_list" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="show_program_list" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Expand program list in &quot;Run Application&quot; dialog">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -13816,7 +13821,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="enable_program_list" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="enable_program_list" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Enable program list in &quot;Run Application&quot; dialog">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>
@@ -13829,7 +13834,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                        </entry>
                                </dir>
                                <dir name="global">
-                                       <entry name="disable_force_quit" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="disable_force_quit" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Disable Force Quit">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>If true, the panel will not allow a user to force
@@ -13838,7 +13843,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="disable_log_out" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="disable_log_out" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Disable Logging Out">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>If true, the panel will not allow a user to log out,
@@ -13846,7 +13851,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="disable_lock_screen" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="disable_lock_screen" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>This key is deprecated as it cannot be used to implement proper
@@ -13855,7 +13860,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="disabled_applets" mtime="1326736219" type="schema" stype="list" owner="panel" list_type="string">
+                                       <entry name="disabled_applets" mtime="1350811986" type="schema" stype="list" owner="panel" list_type="string">
                                                <local_schema locale="C" short_desc="Applet IIDs to disable from loading">
                                                        <default type="list" ltype="string">
                                                        </default>
@@ -13866,7 +13871,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="locked_down" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="locked_down" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Complete panel lockdown">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>If true, the panel will not allow any changes to
@@ -13876,7 +13881,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="highlight_launchers_on_mouseover" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="highlight_launchers_on_mouseover" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Highlight launchers on mouseover">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If true, a launcher is highlighted when the user
@@ -13884,7 +13889,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="confirm_panel_remove" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="confirm_panel_remove" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Confirm panel removal">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If true, a dialog is shown asking for confirmation
@@ -13892,7 +13897,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="drawer_autoclose" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="drawer_autoclose" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Autoclose drawer">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If true, a drawer will automatically be closed
@@ -13900,72 +13905,72 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="window_screenshot_key" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="window_screenshot_key" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="string">
                                                                <stringvalue>&lt;Alt&gt;Print</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="screenshot_key" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="screenshot_key" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="string">
                                                                <stringvalue>Print</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="run_key" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="run_key" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="string">
                                                                <stringvalue>&lt;Alt&gt;F2</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="menu_key" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="menu_key" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="string">
                                                                <stringvalue>&lt;Alt&gt;F1</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="enable_key_bindings" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="enable_key_bindings" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="bool" value="true"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="panel_hide_delay" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="panel_hide_delay" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="int" value="500"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="panel_animation_speed" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="panel_animation_speed" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="string">
                                                                <stringvalue>panel-speed-medium</stringvalue>
                                                        </default>
                                                </local_schema>
                                        </entry>
-                                       <entry name="panel_show_delay" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="panel_show_delay" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="int" value="300"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="panel_minimized_size" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="panel_minimized_size" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="int" value="3"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="enable_animations" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="enable_animations" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Enable animations">
                                                        <default type="bool" value="true"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="keep_menus_in_memory" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="keep_menus_in_memory" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Deprecated">
                                                        <default type="bool" value="true"/>
                                                </local_schema>
                                        </entry>
-                                       <entry name="tooltips_enabled" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="tooltips_enabled" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Enable tooltips">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>If true, tooltips are shown for objects in panels.
@@ -13977,31 +13982,31 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                        <dir name="medium">
                                                <dir name="applets">
                                                        <dir name="00000004">
-                                                               <entry name="panel_right_stick" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_right_stick" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="true"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="bonobo_iid" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="bonobo_iid" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>OAFIID:GNOME_ClockApplet</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="position" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="position" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="-1"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_id" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_id" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>00000002</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="object_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="object_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>bonobo-applet</stringvalue>
@@ -14010,31 +14015,31 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                </entry>
                                                        </dir>
                                                        <dir name="00000003">
-                                                               <entry name="panel_right_stick" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_right_stick" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="true"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="bonobo_iid" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="bonobo_iid" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>OAFIID:GNOME_MixerApplet</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="position" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="position" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="-1"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_id" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_id" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>00000002</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="object_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="object_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>bonobo-applet</stringvalue>
@@ -14043,31 +14048,31 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                </entry>
                                                        </dir>
                                                        <dir name="00000002">
-                                                               <entry name="panel_right_stick" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_right_stick" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="true"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="bonobo_iid" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="bonobo_iid" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>OAFIID:GNOME_PagerApplet</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="position" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="position" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="0"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_id" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_id" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>00000001</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="object_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="object_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>bonobo-applet</stringvalue>
@@ -14076,31 +14081,31 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                </entry>
                                                        </dir>
                                                        <dir name="00000001">
-                                                               <entry name="panel_right_stick" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_right_stick" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="false"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="bonobo_iid" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="bonobo_iid" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>OAFIID:GNOME_TasklistApplet</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="position" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="position" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="1"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_id" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_id" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>00000001</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="object_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="object_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>bonobo-applet</stringvalue>
@@ -14109,31 +14114,31 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                </entry>
                                                        </dir>
                                                        <dir name="show_desktop_button">
-                                                               <entry name="panel_right_stick" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_right_stick" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="false"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="bonobo_iid" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="bonobo_iid" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>OAFIID:GNOME_ShowDesktopApplet</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="position" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="position" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="0"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_id" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_id" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>00000001</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="object_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="object_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>bonobo-applet</stringvalue>
@@ -14144,31 +14149,31 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                </dir>
                                                <dir name="objects">
                                                        <dir name="00000002">
-                                                               <entry name="panel_stick" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_stick" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="false"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="position" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="position" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="25"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_id" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_id" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>00000002</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="launcher_location" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="launcher_location" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>applications:///System/gnome-terminal.desktop</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="object_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="object_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>launcher-object</stringvalue>
@@ -14177,31 +14182,31 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                </entry>
                                                        </dir>
                                                        <dir name="00000001">
-                                                               <entry name="panel_right_stick" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_right_stick" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="false"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="position" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="position" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="20"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_id" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_id" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>00000002</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="launcher_location" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="launcher_location" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>applications:///nautilus.desktop</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="object_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="object_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>launcher-object</stringvalue>
@@ -14212,67 +14217,67 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                </dir>
                                                <dir name="panels">
                                                        <dir name="00000002">
-                                                               <entry name="clock_format" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="clock_format" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>%I:%M %p</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_color" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_background_color" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>#000000</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_pixmap_rotate" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_background_pixmap_rotate" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="false"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_pixmap_stretch" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_background_pixmap_stretch" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="false"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_pixmap_fit" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_background_pixmap_fit" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="false"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_pixmap" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_background_pixmap" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue></stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_background_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>no-background</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="monitor" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="monitor" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="0"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="screen" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="screen" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="0"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_size" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_size" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>panel-size-x-small</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>menu-panel</stringvalue>
@@ -14281,92 +14286,92 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                </entry>
                                                        </dir>
                                                        <dir name="00000001">
-                                                               <entry name="panel_background_color_alpha" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="panel_background_color_alpha" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="65535"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_color" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_background_color" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>#ffffff</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_pixmap_rotate" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_background_pixmap_rotate" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="true"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_pixmap_stretch" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_background_pixmap_stretch" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="false"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_pixmap_fit" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="panel_background_pixmap_fit" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="true"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_pixmap" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_background_pixmap" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue></stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_background_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_background_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>no-background</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="hide_button_pixmaps_enabled" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="hide_button_pixmaps_enabled" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="false"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="hide_buttons_enabled" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                                               <entry name="hide_buttons_enabled" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="bool" value="false"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="screen_edge" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="screen_edge" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>panel-edge-bottom</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="monitor" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="monitor" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="0"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="screen" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="screen" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="0"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_hide_state" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="panel_hide_state" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="0"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_hide_mode" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                                               <entry name="panel_hide_mode" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="int" value="0"/>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_size" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_size" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>panel-size-x-small</stringvalue>
                                                                                </default>
                                                                        </local_schema>
                                                                </entry>
-                                                               <entry name="panel_type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                                               <entry name="panel_type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                                        <local_schema locale="C">
                                                                                <default type="string">
                                                                                        <stringvalue>edge-panel</stringvalue>
@@ -14376,7 +14381,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                        </dir>
                                                </dir>
                                                <dir name="general">
-                                                       <entry name="object_id_list" mtime="1326736219" type="schema" stype="list" owner="panel" list_type="string">
+                                                       <entry name="object_id_list" mtime="1350811986" type="schema" stype="list" owner="panel" list_type="string">
                                                                <local_schema locale="C">
                                                                        <default type="list" ltype="string">
                                                                                <li type="string">
@@ -14388,7 +14393,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                        </default>
                                                                </local_schema>
                                                        </entry>
-                                                       <entry name="applet_id_list" mtime="1326736219" type="schema" stype="list" owner="panel" list_type="string">
+                                                       <entry name="applet_id_list" mtime="1350811986" type="schema" stype="list" owner="panel" list_type="string">
                                                                <local_schema locale="C">
                                                                        <default type="list" ltype="string">
                                                                                <li type="string">
@@ -14409,7 +14414,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                                        </default>
                                                                </local_schema>
                                                        </entry>
-                                                       <entry name="panel_id_list" mtime="1326736219" type="schema" stype="list" owner="panel" list_type="string">
+                                                       <entry name="panel_id_list" mtime="1350811986" type="schema" stype="list" owner="panel" list_type="string">
                                                                <local_schema locale="C">
                                                                        <default type="list" ltype="string">
                                                                                <li type="string">
@@ -14425,7 +14430,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                        </dir>
                                </dir>
                                <dir name="toplevels">
-                                       <entry name="animation_speed" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="animation_speed" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Animation speed">
                                                        <default type="string">
                                                                <stringvalue>fast</stringvalue>
@@ -14437,7 +14442,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="auto_hide_size" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="auto_hide_size" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Visible pixels when hidden">
                                                        <default type="int" value="1"/>
                                                        <longdesc>
@@ -14447,7 +14452,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="unhide_delay" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="unhide_delay" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Panel autounhide delay">
                                                        <default type="int" value="100"/>
                                                        <longdesc>
@@ -14458,7 +14463,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="hide_delay" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="hide_delay" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Panel autohide delay">
                                                        <default type="int" value="300"/>
                                                        <longdesc>
@@ -14468,7 +14473,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="enable_arrows" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="enable_arrows" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Enable arrows on hide buttons">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>
@@ -14477,7 +14482,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="enable_buttons" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="enable_buttons" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Enable hide buttons">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -14487,7 +14492,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="enable_animations" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="enable_animations" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Enable animations">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>
@@ -14496,7 +14501,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="auto_hide" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="auto_hide" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Automatically hide panel into corner">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -14506,7 +14511,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="y_centered" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="y_centered" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Center panel on y-axis">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -14518,7 +14523,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="x_centered" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="x_centered" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Center panel on x-axis">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -14530,7 +14535,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="y_bottom" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="y_bottom" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Y co-ordinate of panel, starting from the bottom of the screen">
                                                        <default type="int" value="-1"/>
                                                        <longdesc>
@@ -14544,7 +14549,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="x_right" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="x_right" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="X co-ordinate of panel, starting from the right of the screen">
                                                        <default type="int" value="-1"/>
                                                        <longdesc>
@@ -14558,7 +14563,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="y" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="y" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Y co-ordinate of panel">
                                                        <default type="int" value="0"/>
                                                        <longdesc>
@@ -14569,7 +14574,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="x" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="x" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="X co-ordinate of panel">
                                                        <default type="int" value="0"/>
                                                        <longdesc>
@@ -14580,7 +14585,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="size" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="size" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Panel size">
                                                        <default type="int" value="24"/>
                                                        <longdesc>
@@ -14591,7 +14596,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="orientation" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="orientation" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Panel orientation">
                                                        <default type="string">
                                                                <stringvalue>top</stringvalue>
@@ -14609,7 +14614,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="expand" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                       <entry name="expand" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                <local_schema locale="C" short_desc="Expand to occupy entire screen width">
                                                        <default type="bool" value="true"/>
                                                        <longdesc>
@@ -14621,7 +14626,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="monitor" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="monitor" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="Xinerama monitor where the panel is displayed">
                                                        <default type="int" value="0"/>
                                                        <longdesc>
@@ -14631,7 +14636,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="screen" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                       <entry name="screen" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                <local_schema locale="C" short_desc="X screen where the panel is displayed">
                                                        <default type="int" value="0"/>
                                                        <longdesc>
@@ -14641,7 +14646,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="name" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                       <entry name="name" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                <local_schema locale="C" short_desc="Name to identify panel">
                                                        <default type="string">
                                                                <stringvalue></stringvalue>
@@ -14654,7 +14659,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                                                </local_schema>
                                        </entry>
                                        <dir name="background">
-                                               <entry name="rotate" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                               <entry name="rotate" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                        <local_schema locale="C" short_desc="Rotate image on vertical panels">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
@@ -14663,7 +14668,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="stretch" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                               <entry name="stretch" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                        <local_schema locale="C" short_desc="Stretch image to panel">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
@@ -14672,7 +14677,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="fit" mtime="1326736219" type="schema" stype="bool" owner="panel">
+                                               <entry name="fit" mtime="1350811986" type="schema" stype="bool" owner="panel">
                                                        <local_schema locale="C" short_desc="Fit image to panel">
                                                                <default type="bool" value="false"/>
                                                                <longdesc>
@@ -14681,7 +14686,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="image" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                               <entry name="image" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                        <local_schema locale="C" short_desc="Background image">
                                                                <default type="string">
                                                                        <stringvalue></stringvalue>
@@ -14693,7 +14698,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="opacity" mtime="1326736219" type="schema" stype="int" owner="panel">
+                                               <entry name="opacity" mtime="1350811986" type="schema" stype="int" owner="panel">
                                                        <local_schema locale="C" short_desc="Background color opacity">
                                                                <default type="int" value="6000"/>
                                                                <longdesc>
@@ -14704,7 +14709,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="color" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                               <entry name="color" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                        <local_schema locale="C" short_desc="Background color">
                                                                <default type="string">
                                                                        <stringvalue>#ffffff</stringvalue>
@@ -14715,7 +14720,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
         </longdesc>
                                                        </local_schema>
                                                </entry>
-                                               <entry name="type" mtime="1326736219" type="schema" stype="string" owner="panel">
+                                               <entry name="type" mtime="1350811986" type="schema" stype="string" owner="panel">
                                                        <local_schema locale="C" short_desc="Background type">
                                                                <default type="string">
                                                                        <stringvalue>gtk</stringvalue>
@@ -14734,7 +14739,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
                        </dir>
                        <dir name="fish_applet">
                                <dir name="prefs">
-                                       <entry name="rotate" mtime="1326736219" type="schema" stype="bool" owner="fish-applet">
+                                       <entry name="rotate" mtime="1350811985" type="schema" stype="bool" owner="fish-applet">
                                                <local_schema locale="C" short_desc="Rotate on vertical panels">
                                                        <default type="bool" value="false"/>
                                                        <longdesc>
@@ -14743,7 +14748,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="speed" mtime="1326736219" type="schema" stype="float" owner="fish-applet">
+                                       <entry name="speed" mtime="1350811985" type="schema" stype="float" owner="fish-applet">
                                                <local_schema locale="C" short_desc="Pause per frame">
                                                        <default type="float" value="0.29999999999999999"/>
                                                        <longdesc>
@@ -14752,7 +14757,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="frames" mtime="1326736219" type="schema" stype="int" owner="fish-applet">
+                                       <entry name="frames" mtime="1350811985" type="schema" stype="int" owner="fish-applet">
                                                <local_schema locale="C" short_desc="Frames in fish&apos;s animation">
                                                        <default type="int" value="8"/>
                                                        <longdesc>
@@ -14761,7 +14766,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="command" mtime="1326736219" type="schema" stype="string" owner="fish-applet">
+                                       <entry name="command" mtime="1350811985" type="schema" stype="string" owner="fish-applet">
                                                <local_schema locale="C" short_desc="Command to execute on click">
                                                        <default type="string">
                                                                <stringvalue>fortune</stringvalue>
@@ -14772,7 +14777,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="image" mtime="1326736219" type="schema" stype="string" owner="fish-applet">
+                                       <entry name="image" mtime="1350811985" type="schema" stype="string" owner="fish-applet">
                                                <local_schema locale="C" short_desc="The fish&apos;s animation pixmap">
                                                        <default type="string">
                                                                <stringvalue>wanda.png</stringvalue>
@@ -14784,7 +14789,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati
           </longdesc>
                                                </local_schema>
                                        </entry>
-                                       <entry name="name" mtime="1326736219" type="schema" stype="string" owner="fish-applet">
+                                       <entry name="name" mtime="1350811985" type="schema" stype="string" owner="fish-applet">
                                                <local_schema locale="C" short_desc="The fish&apos;s name">
                                                        <default type="string">
                                                                <stringvalue>Wanda</stringvalue>
diff --git a/gconf/schemas/cpufreq-applet.schemas b/gconf/schemas/cpufreq-applet.schemas
deleted file mode 100644 (file)
index cfd152b..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-<gconfschemafile>
-<schemalist>
-
-<schema>
-       <key>/schemas/apps/cpufreq-applet/prefs/cpu</key>
-       <owner>cpufreq-applet</owner>
-       <type>int</type>
-       <default>0</default>
-       <locale name="C">
-               <short>CPU to Monitor</short>
-               <long>Set the CPU to monitor. In a single processor system you don't have to change it.</long>
-       </locale>
-
-       <locale name="de">
-               <short>Zu überwachender Prozessor</short>
-               <long>Den zu überwachenden Prozessor festlegen. In einem Ein-Prozessorsystem kann dieser Wert nicht geändert werden.</long>
-       </locale>
-
-       <locale name="en_GB">
-               <short>CPU to Monitor</short>
-               <long>Set the CPU to monitor. In a single processor system you don&apos;t have to change it.</long>
-       </locale>
-
-       <locale name="ru">
-               <short>Отслеживаемый процессор</short>
-               <long>Устанавливает отслеживаемый процессор. На однопроцессорной системе изменять не надо.</long>
-       </locale>
-
-       <locale name="vi">
-               <short>CPU cần theo dõi</short>
-               <long>Lập CPU cần theo dõi. Trong hệ thống chỉ có một bộ xử lý thì không cần thay đổi điều này.</long>
-       </locale>
-</schema>
-<schema>
-       <key>/schemas/apps/cpufreq-applet/prefs/show_mode</key>
-       <owner>cpufreq-applet</owner>
-       <type>int</type>
-       <default>2</default>
-       <locale name="C">
-               <short>Mode to show cpu usage</short>
-               <long>A 0 value means to show the applet in graphic mode (pixmap only), 1 to show the applet in text mode (not to show the pixmap) and 2 to show the applet in graphic and text mode.</long>
-       </locale>
-
-       <locale name="de">
-               <short>Modus zur Anzeige der Prozessorlast</short>
-               <long>Der Wert 0 bedeutet, dass das Applet im Grafikmodus (nur Bilder), der Wert 1 dass das Applet im Textmodus (ohne Grafiken) und der Wert 2 dass das Applet im Grafik- und Textmodus angezeigt wird.</long>
-       </locale>
-
-       <locale name="en_GB">
-               <short>Mode to show cpu usage</short>
-               <long>A 0 value means to show the applet in graphic mode (pixmap only), 1 to show the applet in text mode (not to show the pixmap) and 2 to show the applet in graphic and text mode.</long>
-       </locale>
-
-       <locale name="ru">
-               <short>Режим показа использования ЦП</short>
-               <long>0 - показывать апплет в графическом режиме (только изображение), 1 - текстовый режим (не показывать изображение), 2 - показывать и текст, и изображение.</long>
-       </locale>
-
-       <locale name="vi">
-               <short>Chế độ cần hiển thị cách dùng CPU</short>
-               <long>Giá trị:
- • 0 — hiển thi tiểu dụng trong chế độ đồ họa (chỉ ảnh bằng điểm)
- • 1 — hiển thị tiểu dung trong chế độ chữ (không hiển thị ảnh bằng điểm)
- • 2 — hiển thị tiểu dụng trong cả hai chế độ đồ họa và chữ đều.</long>
-       </locale>
-</schema>
-<schema>
-       <key>/schemas/apps/cpufreq-applet/prefs/show_text_mode</key>
-       <owner>cpufreq-applet</owner>
-       <type>int</type>
-       <default>1</default>
-       <locale name="C">
-               <short>The type of text to display (if the text is enabled).</short>
-               <long>A 0 value means to show cpu frequency, 1 to show frequency and units, and 2 to show percentage instead of frequency.</long>
-       </locale>
-
-       <locale name="de">
-               <short>Die Art des anzuzeigenden Textes (falls der Text aktiviert ist).</short>
-               <long>Der Wert 0 bedeutet, dass der Prozessortakt angezeigt wird, der Wert 1 dass der Takt und die Einheiten angezeigt und der Wert 2 dass ein Prozentwert anstatt des Taktes angezeigt wird.</long>
-       </locale>
-
-       <locale name="en_GB">
-               <short>The type of text to display (if the text is enabled).</short>
-               <long>A 0 value means to show cpu frequency, 1 to show frequency and units, and 2 to show percentage instead of frequency.</long>
-       </locale>
-
-       <locale name="ru">
-               <short>Тип отображаемого текста (если текст разрешён).</short>
-               <long>0 - показывать частоту ЦП, 1 - частоту и единицы, 2 - проценты вместо частоты.</long>
-       </locale>
-
-       <locale name="vi">
-               <short>Kiểu chữ cần hiển thị (nếu chữ được bật).</short>
-               <long>Giá trị:
- • 0 — hiển thị tần số CPU
- • 1 — hiển thị tần số và đơn vi đều
- • 2 — hiển thị phần trăm thay thế tần số.</long>
-       </locale>
-</schema>
-
-</schemalist>
-</gconfschemafile>
diff --git a/gconf/schemas/gucharmap.schemas b/gconf/schemas/gucharmap.schemas
deleted file mode 100644 (file)
index 74304af..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-<?xml version="1.0"?>
-<gconfschemafile>
-  <schemalist>
-
-    <schema>
-      <key>/schemas/apps/gucharmap/chapters_mode</key>
-      <applyto>/apps/gucharmap/chapters_mode</applyto>
-      <owner>gucharmap</owner>
-      <type>string</type>
-      <locale name="C">
-        <short></short>
-        <long></long>
-      </locale>
-    </schema>
-
-    <schema>
-      <key>/schemas/apps/gucharmap/last_char</key>
-      <applyto>/apps/gucharmap/last_char</applyto>
-      <owner>gucharmap</owner>
-      <type>string</type>
-      <default>0</default>
-      <locale name="C">
-        <short></short>
-        <long></long>
-      </locale>
-    </schema>
-    
-    <schema>
-      <key>/schemas/apps/gucharmap/font</key>
-      <applyto>/apps/gucharmap/font</applyto>
-      <owner>gucharmap</owner>
-      <type>string</type>
-      <locale name="C">
-        <short></short>
-        <long></long>
-      </locale>
-    </schema>
-
-    <schema>
-      <key>/schemas/apps/gucharmap/height</key>
-      <applyto>/apps/gucharmap/height</applyto>
-      <owner>gucharmap</owner>
-      <type>int</type>
-      <default>0</default>
-      <locale name="C">
-        <short></short>
-        <long></long>
-      </locale>
-    </schema>
-
-    <schema>
-      <key>/schemas/apps/gucharmap/snap_cols_pow2</key>
-      <applyto>/apps/gucharmap/snap_cols_pow2</applyto>
-      <owner>gucharmap</owner>
-      <type>bool</type>
-      <default>false</default>
-      <locale name="C">
-        <short></short>
-        <long></long>
-      </locale>
-    </schema>
-
-    <schema>
-      <key>/schemas/apps/gucharmap/width</key>
-      <applyto>/apps/gucharmap/width</applyto>
-      <owner>gucharmap</owner>
-      <type>int</type>
-      <default>0</default>
-      <locale name="C">
-        <short></short>
-        <long></long>
-      </locale>
-    </schema>
-
-    <schema>
-      <key>/schemas/apps/gucharmap/maximized</key>
-      <applyto>/apps/gucharmap/maximized</applyto>
-      <owner>gucharmap</owner>
-      <type>bool</type>
-      <default>false</default>
-      <locale name="C">
-        <short></short>
-        <long></long>
-      </locale>
-    </schema>
-
-    <schema>
-      <key>/schemas/apps/gucharmap/fullscreen</key>
-      <applyto>/apps/gucharmap/fullscreen</applyto>
-      <owner>gucharmap</owner>
-      <type>bool</type>
-      <default>false</default>
-      <locale name="C">
-        <short></short>
-        <long></long>
-      </locale>
-    </schema>
-
-  </schemalist>
-</gconfschemafile>
diff --git a/gconf/schemas/libcanberra.schemas b/gconf/schemas/libcanberra.schemas
deleted file mode 100644 (file)
index 7002844..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-<gconfschemafile>
-  <schemalist>
-    <schema>
-      <key>/schemas/apps/gnome_settings_daemon/gtk-modules/canberra-gtk-module</key>
-      <applyto>/apps/gnome_settings_daemon/gtk-modules/canberra-gtk-module</applyto>
-      <owner>libcanberra</owner>
-      <type>bool</type>
-      <default>true</default>
-      <locale name="C">
-        <short>GTK+ module for event sounds</short>
-        <long>This key determines the GTK+ module to load for event sound support.</long>
-      </locale>
-    </schema>
-  </schemalist>
-</gconfschemafile>
diff --git a/group b/group
index cda8757712c6c9d68a1af1ddc3fc8eaf84d1fd26..66bf1e632f5b78f21b3520f45b6868bcb5703b5a 100644 (file)
--- a/group
+++ b/group
@@ -64,3 +64,4 @@ postgres:x:70:
 realtime:x:990:
 vboxusers:x:989:frank
 dropbox:x:988:
+polkitd:x:987:
diff --git a/group- b/group-
index 1f5575793ecb914a06b86944798240b0ff882fe0..cda8757712c6c9d68a1af1ddc3fc8eaf84d1fd26 100644 (file)
--- a/group-
+++ b/group-
@@ -63,3 +63,4 @@ hsqldb:x:991:
 postgres:x:70:
 realtime:x:990:
 vboxusers:x:989:frank
+dropbox:x:988:
diff --git a/gshadow b/gshadow
index 8f99cfd506799a557ff9ccd93ccb8559bc0a73c3..031a9bdea658031689d3e4c6c6bc7f1a5066ef82 100644 (file)
--- a/gshadow
+++ b/gshadow
@@ -62,3 +62,4 @@ postgres:!::
 realtime:!::
 vboxusers:!::
 dropbox:!::
+polkitd:!::
index 217ca8de3e608fdd5457880c85cb68c37600412f..8f99cfd506799a557ff9ccd93ccb8559bc0a73c3 100644 (file)
--- a/gshadow-
+++ b/gshadow-
@@ -61,3 +61,4 @@ hsqldb:!::
 postgres:!::
 realtime:!::
 vboxusers:!::
+dropbox:!::
index 0d17bb8e83d2755e8c88476d8a1cb81aa9a51d03..aff5f43f1eda80a9e805b480c538c530ecc197c7 100644 (file)
@@ -1,6 +1,6 @@
 # GTK+ Input Method Modules file
 # Automatically generated file, do not edit
-# Created by gtk-query-immodules-2.0 from gtk+-2.24.10
+# Created by gtk-query-immodules-2.0 from gtk+-2.24.12
 #
 # ModulesPath = /root/.gtk-2.0/2.10.0/x86_64-pc-linux-gnu/immodules:/root/.gtk-2.0/2.10.0/immodules:/root/.gtk-2.0/x86_64-pc-linux-gnu/immodules:/root/.gtk-2.0/immodules:/usr/lib64/gtk-2.0/2.10.0/x86_64-pc-linux-gnu/immodules:/usr/lib64/gtk-2.0/2.10.0/immodules:/usr/lib64/gtk-2.0/x86_64-pc-linux-gnu/immodules:/usr/lib64/gtk-2.0/immodules
 #
index 4c58e52d6b3fde4276415b6742cb3d7913f17462..887ab37b153e2b8907303fdeeaa9c21c3f0cba37 100644 (file)
--- a/host.conf
+++ b/host.conf
@@ -21,4 +21,4 @@ order hosts, bind
 # default, as it may cause a substantial performance loss at sites
 # with large hosts files.
 #
-multi off
+multi on
index e416799116638b8d32560c60efd38dd45ec4ada1..a0c9df7c055ce4e57baf23d1de52448141c51ba4 100644 (file)
@@ -1,15 +1,15 @@
 # hplip.conf.  Generated from hplip.conf.in by configure.
 
 [hplip]
-version=3.12.4
+version=3.12.10a
 
 [dirs]
 home=/usr/share/hplip
 run=/var/run
 ppd=/usr/share/ppd/HP
 ppdbase=/usr/share/ppd
-doc=/usr/share/doc/hplip-3.12.4
-html=/usr/share/doc/hplip-3.12.4/html
+doc=/usr/share/doc/hplip-3.12.10a
+html=/usr/share/doc/hplip-3.12.10a/html
 icon=/usr/share/applications
 cupsbackend=/usr/libexec/cups/backend
 cupsfilter=/usr/libexec/cups/filter
@@ -18,6 +18,7 @@ drv=/usr/share/cups/drv/hp
 # Following values are determined at configure time and cannot be changed.
 [configure]
 network-build=no
+libusb01-build=no
 pp-build=yes
 gui-build=yes
 scanner-build=yes
@@ -33,7 +34,7 @@ foomatic-rip-hplip-install=no
 hpcups-install=yes
 cups-drv-install=yes
 cups-ppd-install=no
-internal-tag=3.12.4
+internal-tag=3.12.10a
 restricted-build=no
 ui-toolkit=qt4
 qt3=no
@@ -41,6 +42,7 @@ qt4=yes
 policy-kit=yes
 hpijs-only-build=no
 lite-build=no
-udev-acl-rules=yes
+udev-acl-rules=no
+udev_sysfs_rules=no
 hpcups-only-build=no
 hpijs-only-build=no
diff --git a/init.d/cpufrequtils b/init.d/cpufrequtils
new file mode 100755 (executable)
index 0000000..adb71b0
--- /dev/null
@@ -0,0 +1,41 @@
+#!/sbin/runscript
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/files/cpufrequtils-init.d-006,v 1.2 2011/07/21 19:47:14 mattst88 Exp $
+
+change() {
+       local c ret=0 opts="$1"
+       shift
+       ebegin "Running cpufreq-set ${opts}"
+       for c in $(cpufreq-info -o | awk '$1 == "CPU" { print $2 }') ; do
+               cpufreq-set -c ${c} ${opts}
+               : $(( ret += $? ))
+       done
+       eend ${ret}
+
+       if [ $# -gt 0 ] ; then
+               c=1
+               einfo "Setting extra options: $*"
+               if cd /sys/devices/system/cpu/cpufreq ; then
+                       local o v
+                       for o in "$@" ; do
+                               v=${o#*=}
+                               o=${o%%=*}
+                               echo ${v} > ${o} || break
+                       done
+                       c=0
+               fi
+               eend ${c}
+               : $(( ret += c ))
+       fi
+
+       return ${ret}
+}
+
+start() {
+       change "${START_OPTS}" ${SYSFS_EXTRA}
+}
+
+stop() {
+       change "${STOP_OPTS}"
+}
index 5d350c078391f29e1f460a6d8a0f9009fcd9a350..d88b0610ddfcf07ffc7d5316fda96cfd080ce018 100755 (executable)
@@ -1,5 +1,5 @@
 #!/sbin/runscript
-# Copyright 1999-2011 Roy Marples <roy@marples.name>
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
 # All rights reserved. Released under the 2-clause BSD license.
 
 command=/sbin/dhcpcd
@@ -9,19 +9,9 @@ name="DHCP Client Daemon"
 
 depend()
 {
-       if [ "${RC_VERSION:-0}" != "0" ]; then
-               provide net
-               need localmount
-               use logger network
-               after bootmisc modules
-               before dns
-       fi
+       provide net
+       need localmount
+       use logger network
+       after bootmisc modules
+       before dns
 }
-
-if [ "${RC_VERSION:-0}" = "0" ]; then
-       start()
-       {
-               eerror "This script cannot be used for baselayout-1."
-               return 1
-       }
-fi
index 339d03d78a1f9bd16640df623690b8e78f770ab7..ebff59c0f8dba5c4e02bd9f6409b5acf7fb4a539 100755 (executable)
@@ -51,7 +51,7 @@ start() {
 
        start-stop-daemon --start --quiet --background \
                --exec /usr/sbin/nscd --pidfile ${pidfile} \
-               -- --foreground $secure
+               -- $secure
        eend $?
 }
 
index 62742bd644bc1e7ce48a925ff8392852dc92f6a5..f8700391ac3a89f520a4092406d066ff90aaecf2 100755 (executable)
@@ -6,6 +6,7 @@ description="mount devtmpfs or tmpfs on /dev"
 
 depend()
 {
+       provide dev-mount
        keyword -vserver -lxc
 }
 
diff --git a/kernel-config/config-3.5.7-gentoo-00 b/kernel-config/config-3.5.7-gentoo-00
new file mode 100644 (file)
index 0000000..75d4256
--- /dev/null
@@ -0,0 +1,4865 @@
+#
+# Automatically generated file; DO NOT EDIT.
+# Linux/x86_64 3.5.7-gentoo Kernel Configuration
+#
+CONFIG_64BIT=y
+# CONFIG_X86_32 is not set
+CONFIG_X86_64=y
+CONFIG_X86=y
+CONFIG_INSTRUCTION_DECODER=y
+CONFIG_OUTPUT_FORMAT="elf64-x86-64"
+CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
+CONFIG_LOCKDEP_SUPPORT=y
+CONFIG_STACKTRACE_SUPPORT=y
+CONFIG_HAVE_LATENCYTOP_SUPPORT=y
+CONFIG_MMU=y
+CONFIG_NEED_DMA_MAP_STATE=y
+CONFIG_NEED_SG_DMA_LENGTH=y
+CONFIG_GENERIC_ISA_DMA=y
+CONFIG_GENERIC_BUG=y
+CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
+CONFIG_GENERIC_HWEIGHT=y
+CONFIG_ARCH_MAY_HAVE_PC_FDC=y
+# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
+CONFIG_RWSEM_XCHGADD_ALGORITHM=y
+CONFIG_GENERIC_CALIBRATE_DELAY=y
+CONFIG_ARCH_HAS_CPU_RELAX=y
+CONFIG_ARCH_HAS_DEFAULT_IDLE=y
+CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
+CONFIG_ARCH_HAS_CPU_AUTOPROBE=y
+CONFIG_HAVE_SETUP_PER_CPU_AREA=y
+CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
+CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
+CONFIG_ARCH_HIBERNATION_POSSIBLE=y
+CONFIG_ARCH_SUSPEND_POSSIBLE=y
+CONFIG_ZONE_DMA32=y
+CONFIG_AUDIT_ARCH=y
+CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
+CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
+CONFIG_HAVE_INTEL_TXT=y
+CONFIG_X86_64_SMP=y
+CONFIG_X86_HT=y
+CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11"
+CONFIG_ARCH_CPU_PROBE_RELEASE=y
+CONFIG_ARCH_SUPPORTS_UPROBES=y
+CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
+CONFIG_HAVE_IRQ_WORK=y
+CONFIG_IRQ_WORK=y
+CONFIG_BUILDTIME_EXTABLE_SORT=y
+
+#
+# General setup
+#
+CONFIG_EXPERIMENTAL=y
+CONFIG_INIT_ENV_ARG_LIMIT=32
+CONFIG_CROSS_COMPILE=""
+CONFIG_LOCALVERSION=""
+# CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_HAVE_KERNEL_GZIP=y
+CONFIG_HAVE_KERNEL_BZIP2=y
+CONFIG_HAVE_KERNEL_LZMA=y
+CONFIG_HAVE_KERNEL_XZ=y
+CONFIG_HAVE_KERNEL_LZO=y
+CONFIG_KERNEL_GZIP=y
+# CONFIG_KERNEL_BZIP2 is not set
+# CONFIG_KERNEL_LZMA is not set
+# CONFIG_KERNEL_XZ is not set
+# CONFIG_KERNEL_LZO is not set
+CONFIG_DEFAULT_HOSTNAME="bruni"
+CONFIG_SWAP=y
+CONFIG_SYSVIPC=y
+CONFIG_SYSVIPC_SYSCTL=y
+CONFIG_POSIX_MQUEUE=y
+CONFIG_POSIX_MQUEUE_SYSCTL=y
+CONFIG_BSD_PROCESS_ACCT=y
+# CONFIG_BSD_PROCESS_ACCT_V3 is not set
+# CONFIG_FHANDLE is not set
+CONFIG_TASKSTATS=y
+CONFIG_TASK_DELAY_ACCT=y
+CONFIG_TASK_XACCT=y
+CONFIG_TASK_IO_ACCOUNTING=y
+CONFIG_AUDIT=y
+CONFIG_AUDITSYSCALL=y
+CONFIG_AUDIT_WATCH=y
+CONFIG_AUDIT_TREE=y
+# CONFIG_AUDIT_LOGINUID_IMMUTABLE is not set
+CONFIG_HAVE_GENERIC_HARDIRQS=y
+
+#
+# IRQ subsystem
+#
+CONFIG_GENERIC_HARDIRQS=y
+CONFIG_GENERIC_IRQ_PROBE=y
+CONFIG_GENERIC_IRQ_SHOW=y
+CONFIG_GENERIC_PENDING_IRQ=y
+CONFIG_IRQ_DOMAIN=y
+# CONFIG_IRQ_DOMAIN_DEBUG is not set
+CONFIG_IRQ_FORCED_THREADING=y
+CONFIG_SPARSE_IRQ=y
+CONFIG_CLOCKSOURCE_WATCHDOG=y
+CONFIG_ARCH_CLOCKSOURCE_DATA=y
+CONFIG_GENERIC_TIME_VSYSCALL=y
+CONFIG_GENERIC_CLOCKEVENTS=y
+CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
+CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
+CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
+CONFIG_GENERIC_CMOS_UPDATE=y
+
+#
+# Timers subsystem
+#
+CONFIG_TICK_ONESHOT=y
+CONFIG_NO_HZ=y
+CONFIG_HIGH_RES_TIMERS=y
+
+#
+# RCU Subsystem
+#
+CONFIG_TREE_RCU=y
+# CONFIG_PREEMPT_RCU is not set
+CONFIG_RCU_FANOUT=64
+CONFIG_RCU_FANOUT_LEAF=16
+# CONFIG_RCU_FANOUT_EXACT is not set
+# CONFIG_RCU_FAST_NO_HZ is not set
+# CONFIG_TREE_RCU_TRACE is not set
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
+CONFIG_LOG_BUF_SHIFT=21
+CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
+CONFIG_CGROUPS=y
+# CONFIG_CGROUP_DEBUG is not set
+CONFIG_CGROUP_FREEZER=y
+CONFIG_CGROUP_DEVICE=y
+CONFIG_CPUSETS=y
+CONFIG_PROC_PID_CPUSET=y
+CONFIG_CGROUP_CPUACCT=y
+CONFIG_RESOURCE_COUNTERS=y
+CONFIG_CGROUP_MEM_RES_CTLR=y
+CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y
+CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED=y
+CONFIG_CGROUP_MEM_RES_CTLR_KMEM=y
+# CONFIG_CGROUP_PERF is not set
+CONFIG_CGROUP_SCHED=y
+CONFIG_FAIR_GROUP_SCHED=y
+CONFIG_CFS_BANDWIDTH=y
+CONFIG_RT_GROUP_SCHED=y
+CONFIG_BLK_CGROUP=y
+# CONFIG_DEBUG_BLK_CGROUP is not set
+# CONFIG_CHECKPOINT_RESTORE is not set
+CONFIG_NAMESPACES=y
+CONFIG_UTS_NS=y
+CONFIG_IPC_NS=y
+CONFIG_PID_NS=y
+CONFIG_NET_NS=y
+# CONFIG_SCHED_AUTOGROUP is not set
+CONFIG_MM_OWNER=y
+# CONFIG_SYSFS_DEPRECATED is not set
+CONFIG_RELAY=y
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_INITRAMFS_SOURCE=""
+CONFIG_RD_GZIP=y
+CONFIG_RD_BZIP2=y
+CONFIG_RD_LZMA=y
+CONFIG_RD_XZ=y
+CONFIG_RD_LZO=y
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
+CONFIG_SYSCTL=y
+CONFIG_ANON_INODES=y
+# CONFIG_EXPERT is not set
+CONFIG_UID16=y
+# CONFIG_SYSCTL_SYSCALL is not set
+CONFIG_KALLSYMS=y
+# CONFIG_KALLSYMS_ALL is not set
+CONFIG_HOTPLUG=y
+CONFIG_PRINTK=y
+CONFIG_BUG=y
+CONFIG_ELF_CORE=y
+CONFIG_PCSPKR_PLATFORM=y
+CONFIG_HAVE_PCSPKR_PLATFORM=y
+CONFIG_BASE_FULL=y
+CONFIG_FUTEX=y
+CONFIG_EPOLL=y
+CONFIG_SIGNALFD=y
+CONFIG_TIMERFD=y
+CONFIG_EVENTFD=y
+CONFIG_SHMEM=y
+CONFIG_AIO=y
+# CONFIG_EMBEDDED is not set
+CONFIG_HAVE_PERF_EVENTS=y
+
+#
+# Kernel Performance Events And Counters
+#
+CONFIG_PERF_EVENTS=y
+# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
+CONFIG_VM_EVENT_COUNTERS=y
+CONFIG_PCI_QUIRKS=y
+CONFIG_SLUB_DEBUG=y
+# CONFIG_COMPAT_BRK is not set
+# CONFIG_SLAB is not set
+CONFIG_SLUB=y
+CONFIG_PROFILING=y
+CONFIG_TRACEPOINTS=y
+# CONFIG_OPROFILE is not set
+CONFIG_HAVE_OPROFILE=y
+CONFIG_OPROFILE_NMI_TIMER=y
+CONFIG_KPROBES=y
+# CONFIG_JUMP_LABEL is not set
+CONFIG_OPTPROBES=y
+CONFIG_UPROBES=y
+CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
+CONFIG_KRETPROBES=y
+CONFIG_USER_RETURN_NOTIFIER=y
+CONFIG_HAVE_IOREMAP_PROT=y
+CONFIG_HAVE_KPROBES=y
+CONFIG_HAVE_KRETPROBES=y
+CONFIG_HAVE_OPTPROBES=y
+CONFIG_HAVE_ARCH_TRACEHOOK=y
+CONFIG_HAVE_DMA_ATTRS=y
+CONFIG_USE_GENERIC_SMP_HELPERS=y
+CONFIG_GENERIC_SMP_IDLE_THREAD=y
+CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
+CONFIG_HAVE_DMA_API_DEBUG=y
+CONFIG_HAVE_HW_BREAKPOINT=y
+CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
+CONFIG_HAVE_USER_RETURN_NOTIFIER=y
+CONFIG_HAVE_PERF_EVENTS_NMI=y
+CONFIG_HAVE_ARCH_JUMP_LABEL=y
+CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
+CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
+CONFIG_HAVE_CMPXCHG_LOCAL=y
+CONFIG_HAVE_CMPXCHG_DOUBLE=y
+CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
+CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
+CONFIG_SECCOMP_FILTER=y
+
+#
+# GCOV-based kernel profiling
+#
+# CONFIG_GCOV_KERNEL is not set
+# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
+CONFIG_SLABINFO=y
+CONFIG_RT_MUTEXES=y
+CONFIG_BASE_SMALL=0
+CONFIG_MODULES=y
+# CONFIG_MODULE_FORCE_LOAD is not set
+CONFIG_MODULE_UNLOAD=y
+CONFIG_MODULE_FORCE_UNLOAD=y
+# CONFIG_MODVERSIONS is not set
+# CONFIG_MODULE_SRCVERSION_ALL is not set
+CONFIG_STOP_MACHINE=y
+CONFIG_BLOCK=y
+CONFIG_BLK_DEV_BSG=y
+CONFIG_BLK_DEV_BSGLIB=y
+# CONFIG_BLK_DEV_INTEGRITY is not set
+CONFIG_BLK_DEV_THROTTLING=y
+
+#
+# Partition Types
+#
+CONFIG_PARTITION_ADVANCED=y
+CONFIG_ACORN_PARTITION=y
+CONFIG_ACORN_PARTITION_CUMANA=y
+CONFIG_ACORN_PARTITION_EESOX=y
+CONFIG_ACORN_PARTITION_ICS=y
+CONFIG_ACORN_PARTITION_ADFS=y
+CONFIG_ACORN_PARTITION_POWERTEC=y
+CONFIG_ACORN_PARTITION_RISCIX=y
+CONFIG_OSF_PARTITION=y
+CONFIG_AMIGA_PARTITION=y
+CONFIG_ATARI_PARTITION=y
+CONFIG_MAC_PARTITION=y
+CONFIG_MSDOS_PARTITION=y
+CONFIG_BSD_DISKLABEL=y
+CONFIG_MINIX_SUBPARTITION=y
+CONFIG_SOLARIS_X86_PARTITION=y
+CONFIG_UNIXWARE_DISKLABEL=y
+CONFIG_LDM_PARTITION=y
+CONFIG_LDM_DEBUG=y
+CONFIG_SGI_PARTITION=y
+CONFIG_ULTRIX_PARTITION=y
+CONFIG_SUN_PARTITION=y
+CONFIG_KARMA_PARTITION=y
+CONFIG_EFI_PARTITION=y
+CONFIG_SYSV68_PARTITION=y
+CONFIG_BLOCK_COMPAT=y
+
+#
+# IO Schedulers
+#
+CONFIG_IOSCHED_NOOP=y
+CONFIG_IOSCHED_DEADLINE=y
+CONFIG_IOSCHED_CFQ=y
+CONFIG_CFQ_GROUP_IOSCHED=y
+# CONFIG_DEFAULT_DEADLINE is not set
+CONFIG_DEFAULT_CFQ=y
+# CONFIG_DEFAULT_NOOP is not set
+CONFIG_DEFAULT_IOSCHED="cfq"
+CONFIG_PREEMPT_NOTIFIERS=y
+CONFIG_PADATA=y
+# CONFIG_INLINE_SPIN_TRYLOCK is not set
+# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
+# CONFIG_INLINE_SPIN_LOCK is not set
+# CONFIG_INLINE_SPIN_LOCK_BH is not set
+# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
+# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
+# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
+CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
+# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
+# CONFIG_INLINE_READ_TRYLOCK is not set
+# CONFIG_INLINE_READ_LOCK is not set
+# CONFIG_INLINE_READ_LOCK_BH is not set
+# CONFIG_INLINE_READ_LOCK_IRQ is not set
+# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
+CONFIG_INLINE_READ_UNLOCK=y
+# CONFIG_INLINE_READ_UNLOCK_BH is not set
+CONFIG_INLINE_READ_UNLOCK_IRQ=y
+# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
+# CONFIG_INLINE_WRITE_TRYLOCK is not set
+# CONFIG_INLINE_WRITE_LOCK is not set
+# CONFIG_INLINE_WRITE_LOCK_BH is not set
+# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
+# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
+CONFIG_INLINE_WRITE_UNLOCK=y
+# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
+CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
+# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
+CONFIG_MUTEX_SPIN_ON_OWNER=y
+CONFIG_FREEZER=y
+
+#
+# Processor type and features
+#
+CONFIG_ZONE_DMA=y
+CONFIG_SMP=y
+CONFIG_X86_X2APIC=y
+CONFIG_X86_MPPARSE=y
+CONFIG_X86_EXTENDED_PLATFORM=y
+# CONFIG_X86_NUMACHIP is not set
+# CONFIG_X86_VSMP is not set
+# CONFIG_X86_UV is not set
+CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
+CONFIG_SCHED_OMIT_FRAME_POINTER=y
+CONFIG_PARAVIRT_GUEST=y
+# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
+CONFIG_XEN=y
+CONFIG_XEN_DOM0=y
+CONFIG_XEN_PRIVILEGED_GUEST=y
+CONFIG_XEN_PVHVM=y
+CONFIG_XEN_MAX_DOMAIN_MEMORY=500
+CONFIG_XEN_SAVE_RESTORE=y
+# CONFIG_XEN_DEBUG_FS is not set
+CONFIG_KVM_CLOCK=y
+CONFIG_KVM_GUEST=y
+CONFIG_PARAVIRT=y
+# CONFIG_PARAVIRT_SPINLOCKS is not set
+CONFIG_PARAVIRT_CLOCK=y
+# CONFIG_PARAVIRT_DEBUG is not set
+CONFIG_NO_BOOTMEM=y
+# CONFIG_MEMTEST is not set
+CONFIG_MK8=y
+# CONFIG_MPSC is not set
+# CONFIG_MCORE2 is not set
+# CONFIG_MATOM is not set
+# CONFIG_GENERIC_CPU is not set
+CONFIG_X86_INTERNODE_CACHE_SHIFT=6
+CONFIG_X86_CMPXCHG=y
+CONFIG_X86_L1_CACHE_SHIFT=6
+CONFIG_X86_XADD=y
+CONFIG_X86_WP_WORKS_OK=y
+CONFIG_X86_INTEL_USERCOPY=y
+CONFIG_X86_USE_PPRO_CHECKSUM=y
+CONFIG_X86_TSC=y
+CONFIG_X86_CMPXCHG64=y
+CONFIG_X86_CMOV=y
+CONFIG_X86_MINIMUM_CPU_FAMILY=64
+CONFIG_X86_DEBUGCTLMSR=y
+CONFIG_CPU_SUP_INTEL=y
+CONFIG_CPU_SUP_AMD=y
+CONFIG_CPU_SUP_CENTAUR=y
+CONFIG_HPET_TIMER=y
+CONFIG_HPET_EMULATE_RTC=y
+CONFIG_DMI=y
+CONFIG_GART_IOMMU=y
+CONFIG_CALGARY_IOMMU=y
+CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
+CONFIG_SWIOTLB=y
+CONFIG_IOMMU_HELPER=y
+# CONFIG_MAXSMP is not set
+CONFIG_NR_CPUS=64
+CONFIG_SCHED_SMT=y
+CONFIG_SCHED_MC=y
+# CONFIG_IRQ_TIME_ACCOUNTING is not set
+# CONFIG_PREEMPT_NONE is not set
+CONFIG_PREEMPT_VOLUNTARY=y
+# CONFIG_PREEMPT is not set
+CONFIG_X86_LOCAL_APIC=y
+CONFIG_X86_IO_APIC=y
+CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
+CONFIG_X86_MCE=y
+CONFIG_X86_MCE_INTEL=y
+CONFIG_X86_MCE_AMD=y
+CONFIG_X86_MCE_THRESHOLD=y
+# CONFIG_X86_MCE_INJECT is not set
+CONFIG_X86_THERMAL_VECTOR=y
+# CONFIG_I8K is not set
+CONFIG_MICROCODE=y
+CONFIG_MICROCODE_INTEL=y
+CONFIG_MICROCODE_AMD=y
+CONFIG_MICROCODE_OLD_INTERFACE=y
+CONFIG_X86_MSR=y
+CONFIG_X86_CPUID=y
+CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
+CONFIG_ARCH_DMA_ADDR_T_64BIT=y
+CONFIG_DIRECT_GBPAGES=y
+CONFIG_NUMA=y
+CONFIG_AMD_NUMA=y
+CONFIG_X86_64_ACPI_NUMA=y
+CONFIG_NODES_SPAN_OTHER_NODES=y
+# CONFIG_NUMA_EMU is not set
+CONFIG_NODES_SHIFT=6
+CONFIG_ARCH_SPARSEMEM_ENABLE=y
+CONFIG_ARCH_SPARSEMEM_DEFAULT=y
+CONFIG_ARCH_SELECT_MEMORY_MODEL=y
+CONFIG_ARCH_PROC_KCORE_TEXT=y
+CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
+CONFIG_SELECT_MEMORY_MODEL=y
+CONFIG_SPARSEMEM_MANUAL=y
+CONFIG_SPARSEMEM=y
+CONFIG_NEED_MULTIPLE_NODES=y
+CONFIG_HAVE_MEMORY_PRESENT=y
+CONFIG_SPARSEMEM_EXTREME=y
+CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
+CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
+CONFIG_SPARSEMEM_VMEMMAP=y
+CONFIG_HAVE_MEMBLOCK=y
+CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
+CONFIG_ARCH_DISCARD_MEMBLOCK=y
+# CONFIG_MEMORY_HOTPLUG is not set
+CONFIG_PAGEFLAGS_EXTENDED=y
+CONFIG_SPLIT_PTLOCK_CPUS=4
+# CONFIG_COMPACTION is not set
+CONFIG_MIGRATION=y
+CONFIG_PHYS_ADDR_T_64BIT=y
+CONFIG_ZONE_DMA_FLAG=1
+CONFIG_BOUNCE=y
+CONFIG_VIRT_TO_BUS=y
+CONFIG_MMU_NOTIFIER=y
+# CONFIG_KSM is not set
+CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
+CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
+# CONFIG_MEMORY_FAILURE is not set
+# CONFIG_TRANSPARENT_HUGEPAGE is not set
+CONFIG_CROSS_MEMORY_ATTACH=y
+# CONFIG_CLEANCACHE is not set
+CONFIG_FRONTSWAP=y
+CONFIG_X86_CHECK_BIOS_CORRUPTION=y
+CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
+CONFIG_X86_RESERVE_LOW=64
+CONFIG_MTRR=y
+# CONFIG_MTRR_SANITIZER is not set
+CONFIG_X86_PAT=y
+CONFIG_ARCH_USES_PG_UNCACHED=y
+CONFIG_ARCH_RANDOM=y
+CONFIG_EFI=y
+# CONFIG_EFI_STUB is not set
+CONFIG_SECCOMP=y
+# CONFIG_CC_STACKPROTECTOR is not set
+# CONFIG_HZ_100 is not set
+# CONFIG_HZ_250 is not set
+# CONFIG_HZ_300 is not set
+CONFIG_HZ_1000=y
+CONFIG_HZ=1000
+CONFIG_SCHED_HRTICK=y
+CONFIG_KEXEC=y
+CONFIG_CRASH_DUMP=y
+# CONFIG_KEXEC_JUMP is not set
+CONFIG_PHYSICAL_START=0x1000000
+CONFIG_RELOCATABLE=y
+CONFIG_PHYSICAL_ALIGN=0x1000000
+CONFIG_HOTPLUG_CPU=y
+# CONFIG_COMPAT_VDSO is not set
+# CONFIG_CMDLINE_BOOL is not set
+CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
+CONFIG_USE_PERCPU_NUMA_NODE_ID=y
+
+#
+# Power management and ACPI options
+#
+CONFIG_ARCH_HIBERNATION_HEADER=y
+CONFIG_SUSPEND=y
+CONFIG_SUSPEND_FREEZER=y
+CONFIG_HIBERNATE_CALLBACKS=y
+CONFIG_HIBERNATION=y
+CONFIG_PM_STD_PARTITION=""
+CONFIG_PM_SLEEP=y
+CONFIG_PM_SLEEP_SMP=y
+CONFIG_PM_AUTOSLEEP=y
+CONFIG_PM_WAKELOCKS=y
+CONFIG_PM_WAKELOCKS_LIMIT=100
+CONFIG_PM_WAKELOCKS_GC=y
+# CONFIG_PM_RUNTIME is not set
+CONFIG_PM=y
+CONFIG_PM_DEBUG=y
+# CONFIG_PM_ADVANCED_DEBUG is not set
+# CONFIG_PM_TEST_SUSPEND is not set
+CONFIG_CAN_PM_TRACE=y
+CONFIG_PM_TRACE=y
+CONFIG_PM_TRACE_RTC=y
+CONFIG_ACPI=y
+CONFIG_ACPI_SLEEP=y
+CONFIG_ACPI_PROCFS=y
+CONFIG_ACPI_PROCFS_POWER=y
+CONFIG_ACPI_EC_DEBUGFS=m
+CONFIG_ACPI_PROC_EVENT=y
+CONFIG_ACPI_AC=y
+CONFIG_ACPI_BATTERY=m
+CONFIG_ACPI_BUTTON=y
+CONFIG_ACPI_VIDEO=m
+CONFIG_ACPI_FAN=y
+CONFIG_ACPI_DOCK=y
+CONFIG_ACPI_PROCESSOR=y
+CONFIG_ACPI_IPMI=m
+CONFIG_ACPI_HOTPLUG_CPU=y
+CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
+CONFIG_ACPI_THERMAL=y
+CONFIG_ACPI_NUMA=y
+# CONFIG_ACPI_CUSTOM_DSDT is not set
+CONFIG_ACPI_BLACKLIST_YEAR=0
+# CONFIG_ACPI_DEBUG is not set
+CONFIG_ACPI_PCI_SLOT=y
+CONFIG_X86_PM_TIMER=y
+CONFIG_ACPI_CONTAINER=y
+# CONFIG_ACPI_SBS is not set
+CONFIG_ACPI_HED=y
+# CONFIG_ACPI_CUSTOM_METHOD is not set
+CONFIG_ACPI_BGRT=m
+# CONFIG_ACPI_APEI is not set
+# CONFIG_SFI is not set
+
+#
+# CPU Frequency scaling
+#
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_TABLE=y
+CONFIG_CPU_FREQ_STAT=m
+CONFIG_CPU_FREQ_STAT_DETAILS=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=m
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
+
+#
+# x86 CPU frequency scaling drivers
+#
+CONFIG_X86_PCC_CPUFREQ=m
+CONFIG_X86_ACPI_CPUFREQ=y
+CONFIG_X86_POWERNOW_K8=m
+# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
+# CONFIG_X86_P4_CLOCKMOD is not set
+
+#
+# shared options
+#
+# CONFIG_X86_SPEEDSTEP_LIB is not set
+CONFIG_CPU_IDLE=y
+CONFIG_CPU_IDLE_GOV_LADDER=y
+CONFIG_CPU_IDLE_GOV_MENU=y
+# CONFIG_INTEL_IDLE is not set
+
+#
+# Memory power savings
+#
+# CONFIG_I7300_IDLE is not set
+
+#
+# Bus options (PCI etc.)
+#
+CONFIG_PCI=y
+CONFIG_PCI_DIRECT=y
+CONFIG_PCI_MMCONFIG=y
+CONFIG_PCI_XEN=y
+CONFIG_PCI_DOMAINS=y
+# CONFIG_PCI_CNB20LE_QUIRK is not set
+CONFIG_PCIEPORTBUS=y
+# CONFIG_HOTPLUG_PCI_PCIE is not set
+CONFIG_PCIEAER=y
+# CONFIG_PCIE_ECRC is not set
+# CONFIG_PCIEAER_INJECT is not set
+CONFIG_PCIEASPM=y
+# CONFIG_PCIEASPM_DEBUG is not set
+CONFIG_PCIEASPM_DEFAULT=y
+# CONFIG_PCIEASPM_POWERSAVE is not set
+# CONFIG_PCIEASPM_PERFORMANCE is not set
+CONFIG_ARCH_SUPPORTS_MSI=y
+CONFIG_PCI_MSI=y
+# CONFIG_PCI_DEBUG is not set
+# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
+# CONFIG_PCI_STUB is not set
+CONFIG_XEN_PCIDEV_FRONTEND=y
+CONFIG_HT_IRQ=y
+CONFIG_PCI_ATS=y
+CONFIG_PCI_IOV=y
+CONFIG_PCI_PRI=y
+CONFIG_PCI_PASID=y
+CONFIG_PCI_IOAPIC=y
+CONFIG_PCI_LABEL=y
+CONFIG_ISA_DMA_API=y
+CONFIG_AMD_NB=y
+CONFIG_PCCARD=y
+CONFIG_PCMCIA=y
+CONFIG_PCMCIA_LOAD_CIS=y
+CONFIG_CARDBUS=y
+
+#
+# PC-card bridges
+#
+CONFIG_YENTA=y
+CONFIG_YENTA_O2=y
+CONFIG_YENTA_RICOH=y
+CONFIG_YENTA_TI=y
+CONFIG_YENTA_ENE_TUNE=y
+CONFIG_YENTA_TOSHIBA=y
+CONFIG_PD6729=m
+CONFIG_I82092=m
+CONFIG_PCCARD_NONSTATIC=y
+CONFIG_HOTPLUG_PCI=y
+CONFIG_HOTPLUG_PCI_FAKE=m
+CONFIG_HOTPLUG_PCI_ACPI=m
+CONFIG_HOTPLUG_PCI_ACPI_IBM=m
+# CONFIG_HOTPLUG_PCI_CPCI is not set
+CONFIG_HOTPLUG_PCI_SHPC=m
+# CONFIG_RAPIDIO is not set
+
+#
+# Executable file formats / Emulations
+#
+CONFIG_BINFMT_ELF=y
+CONFIG_COMPAT_BINFMT_ELF=y
+CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
+CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
+# CONFIG_HAVE_AOUT is not set
+CONFIG_BINFMT_MISC=y
+CONFIG_IA32_EMULATION=y
+CONFIG_IA32_AOUT=m
+# CONFIG_X86_X32 is not set
+CONFIG_COMPAT=y
+CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
+CONFIG_SYSVIPC_COMPAT=y
+CONFIG_KEYS_COMPAT=y
+CONFIG_HAVE_TEXT_POKE_SMP=y
+CONFIG_X86_DEV_DMA_OPS=y
+CONFIG_NET=y
+CONFIG_COMPAT_NETLINK_MESSAGES=y
+
+#
+# Networking options
+#
+CONFIG_PACKET=y
+CONFIG_UNIX=y
+CONFIG_UNIX_DIAG=m
+CONFIG_XFRM=y
+CONFIG_XFRM_ALGO=y
+CONFIG_XFRM_USER=y
+CONFIG_XFRM_SUB_POLICY=y
+CONFIG_XFRM_MIGRATE=y
+CONFIG_XFRM_STATISTICS=y
+CONFIG_XFRM_IPCOMP=m
+# CONFIG_NET_KEY is not set
+CONFIG_INET=y
+CONFIG_IP_MULTICAST=y
+CONFIG_IP_ADVANCED_ROUTER=y
+# CONFIG_IP_FIB_TRIE_STATS is not set
+CONFIG_IP_MULTIPLE_TABLES=y
+CONFIG_IP_ROUTE_MULTIPATH=y
+CONFIG_IP_ROUTE_VERBOSE=y
+CONFIG_IP_ROUTE_CLASSID=y
+CONFIG_IP_PNP=y
+CONFIG_IP_PNP_DHCP=y
+CONFIG_IP_PNP_BOOTP=y
+CONFIG_IP_PNP_RARP=y
+CONFIG_NET_IPIP=m
+CONFIG_NET_IPGRE_DEMUX=m
+CONFIG_NET_IPGRE=m
+CONFIG_NET_IPGRE_BROADCAST=y
+CONFIG_IP_MROUTE=y
+CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
+CONFIG_IP_PIMSM_V1=y
+CONFIG_IP_PIMSM_V2=y
+CONFIG_ARPD=y
+CONFIG_SYN_COOKIES=y
+CONFIG_INET_AH=m
+CONFIG_INET_ESP=m
+CONFIG_INET_IPCOMP=m
+CONFIG_INET_XFRM_TUNNEL=m
+CONFIG_INET_TUNNEL=y
+CONFIG_INET_XFRM_MODE_TRANSPORT=m
+CONFIG_INET_XFRM_MODE_TUNNEL=m
+CONFIG_INET_XFRM_MODE_BEET=m
+CONFIG_INET_LRO=y
+CONFIG_INET_DIAG=m
+CONFIG_INET_TCP_DIAG=m
+CONFIG_INET_UDP_DIAG=m
+CONFIG_TCP_CONG_ADVANCED=y
+CONFIG_TCP_CONG_BIC=m
+CONFIG_TCP_CONG_CUBIC=y
+CONFIG_TCP_CONG_WESTWOOD=m
+CONFIG_TCP_CONG_HTCP=m
+CONFIG_TCP_CONG_HSTCP=m
+CONFIG_TCP_CONG_HYBLA=m
+CONFIG_TCP_CONG_VEGAS=m
+CONFIG_TCP_CONG_SCALABLE=m
+CONFIG_TCP_CONG_LP=m
+CONFIG_TCP_CONG_VENO=m
+CONFIG_TCP_CONG_YEAH=m
+CONFIG_TCP_CONG_ILLINOIS=m
+CONFIG_DEFAULT_CUBIC=y
+# CONFIG_DEFAULT_RENO is not set
+CONFIG_DEFAULT_TCP_CONG="cubic"
+CONFIG_TCP_MD5SIG=y
+CONFIG_IPV6=y
+CONFIG_IPV6_PRIVACY=y
+CONFIG_IPV6_ROUTER_PREF=y
+CONFIG_IPV6_ROUTE_INFO=y
+# CONFIG_IPV6_OPTIMISTIC_DAD is not set
+CONFIG_INET6_AH=y
+CONFIG_INET6_ESP=y
+CONFIG_INET6_IPCOMP=m
+CONFIG_IPV6_MIP6=m
+CONFIG_INET6_XFRM_TUNNEL=m
+CONFIG_INET6_TUNNEL=m
+CONFIG_INET6_XFRM_MODE_TRANSPORT=y
+CONFIG_INET6_XFRM_MODE_TUNNEL=y
+CONFIG_INET6_XFRM_MODE_BEET=y
+CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
+CONFIG_IPV6_SIT=y
+# CONFIG_IPV6_SIT_6RD is not set
+CONFIG_IPV6_NDISC_NODETYPE=y
+CONFIG_IPV6_TUNNEL=m
+CONFIG_IPV6_MULTIPLE_TABLES=y
+CONFIG_IPV6_SUBTREES=y
+CONFIG_IPV6_MROUTE=y
+CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
+CONFIG_IPV6_PIMSM_V2=y
+CONFIG_NETLABEL=y
+CONFIG_NETWORK_SECMARK=y
+# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
+CONFIG_NETFILTER=y
+# CONFIG_NETFILTER_DEBUG is not set
+CONFIG_NETFILTER_ADVANCED=y
+CONFIG_BRIDGE_NETFILTER=y
+
+#
+# Core Netfilter Configuration
+#
+CONFIG_NETFILTER_NETLINK=y
+CONFIG_NETFILTER_NETLINK_ACCT=m
+CONFIG_NETFILTER_NETLINK_QUEUE=m
+CONFIG_NETFILTER_NETLINK_LOG=y
+CONFIG_NF_CONNTRACK=y
+CONFIG_NF_CONNTRACK_MARK=y
+CONFIG_NF_CONNTRACK_SECMARK=y
+# CONFIG_NF_CONNTRACK_ZONES is not set
+CONFIG_NF_CONNTRACK_PROCFS=y
+CONFIG_NF_CONNTRACK_EVENTS=y
+CONFIG_NF_CONNTRACK_TIMEOUT=y
+# CONFIG_NF_CONNTRACK_TIMESTAMP is not set
+CONFIG_NF_CT_PROTO_DCCP=m
+CONFIG_NF_CT_PROTO_GRE=m
+CONFIG_NF_CT_PROTO_SCTP=m
+CONFIG_NF_CT_PROTO_UDPLITE=m
+CONFIG_NF_CONNTRACK_AMANDA=m
+CONFIG_NF_CONNTRACK_FTP=y
+CONFIG_NF_CONNTRACK_H323=m
+CONFIG_NF_CONNTRACK_IRC=m
+CONFIG_NF_CONNTRACK_BROADCAST=m
+CONFIG_NF_CONNTRACK_NETBIOS_NS=m
+CONFIG_NF_CONNTRACK_SNMP=m
+CONFIG_NF_CONNTRACK_PPTP=m
+CONFIG_NF_CONNTRACK_SANE=m
+CONFIG_NF_CONNTRACK_SIP=y
+CONFIG_NF_CONNTRACK_TFTP=m
+CONFIG_NF_CT_NETLINK=y
+CONFIG_NF_CT_NETLINK_TIMEOUT=m
+CONFIG_NETFILTER_TPROXY=m
+CONFIG_NETFILTER_XTABLES=y
+
+#
+# Xtables combined modules
+#
+CONFIG_NETFILTER_XT_MARK=m
+CONFIG_NETFILTER_XT_CONNMARK=m
+CONFIG_NETFILTER_XT_SET=m
+
+#
+# Xtables targets
+#
+CONFIG_NETFILTER_XT_TARGET_AUDIT=m
+CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
+CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
+CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
+CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
+CONFIG_NETFILTER_XT_TARGET_CT=m
+CONFIG_NETFILTER_XT_TARGET_DSCP=m
+CONFIG_NETFILTER_XT_TARGET_HL=m
+CONFIG_NETFILTER_XT_TARGET_HMARK=m
+CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
+CONFIG_NETFILTER_XT_TARGET_LED=m
+CONFIG_NETFILTER_XT_TARGET_LOG=y
+CONFIG_NETFILTER_XT_TARGET_MARK=m
+CONFIG_NETFILTER_XT_TARGET_NFLOG=y
+CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
+CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
+CONFIG_NETFILTER_XT_TARGET_RATEEST=m
+CONFIG_NETFILTER_XT_TARGET_TEE=m
+CONFIG_NETFILTER_XT_TARGET_TPROXY=m
+CONFIG_NETFILTER_XT_TARGET_TRACE=m
+CONFIG_NETFILTER_XT_TARGET_SECMARK=y
+CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
+CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
+
+#
+# Xtables matches
+#
+CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
+CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
+CONFIG_NETFILTER_XT_MATCH_COMMENT=m
+CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
+CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
+CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
+CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
+CONFIG_NETFILTER_XT_MATCH_CPU=m
+CONFIG_NETFILTER_XT_MATCH_DCCP=m
+CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
+CONFIG_NETFILTER_XT_MATCH_DSCP=m
+CONFIG_NETFILTER_XT_MATCH_ECN=m
+CONFIG_NETFILTER_XT_MATCH_ESP=m
+CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
+CONFIG_NETFILTER_XT_MATCH_HELPER=m
+CONFIG_NETFILTER_XT_MATCH_HL=m
+CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
+CONFIG_NETFILTER_XT_MATCH_LENGTH=m
+CONFIG_NETFILTER_XT_MATCH_LIMIT=m
+CONFIG_NETFILTER_XT_MATCH_MAC=m
+CONFIG_NETFILTER_XT_MATCH_MARK=m
+CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
+CONFIG_NETFILTER_XT_MATCH_NFACCT=m
+CONFIG_NETFILTER_XT_MATCH_OSF=m
+CONFIG_NETFILTER_XT_MATCH_OWNER=m
+CONFIG_NETFILTER_XT_MATCH_POLICY=y
+CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
+CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
+CONFIG_NETFILTER_XT_MATCH_QUOTA=m
+CONFIG_NETFILTER_XT_MATCH_RATEEST=m
+CONFIG_NETFILTER_XT_MATCH_REALM=m
+CONFIG_NETFILTER_XT_MATCH_RECENT=m
+CONFIG_NETFILTER_XT_MATCH_SCTP=m
+CONFIG_NETFILTER_XT_MATCH_SOCKET=m
+CONFIG_NETFILTER_XT_MATCH_STATE=y
+CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
+CONFIG_NETFILTER_XT_MATCH_STRING=m
+CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
+CONFIG_NETFILTER_XT_MATCH_TIME=m
+CONFIG_NETFILTER_XT_MATCH_U32=m
+CONFIG_IP_SET=y
+CONFIG_IP_SET_MAX=256
+CONFIG_IP_SET_BITMAP_IP=y
+CONFIG_IP_SET_BITMAP_IPMAC=y
+CONFIG_IP_SET_BITMAP_PORT=y
+CONFIG_IP_SET_HASH_IP=y
+CONFIG_IP_SET_HASH_IPPORT=y
+CONFIG_IP_SET_HASH_IPPORTIP=y
+CONFIG_IP_SET_HASH_IPPORTNET=y
+CONFIG_IP_SET_HASH_NET=y
+CONFIG_IP_SET_HASH_NETPORT=y
+CONFIG_IP_SET_HASH_NETIFACE=y
+CONFIG_IP_SET_LIST_SET=y
+# CONFIG_IP_VS is not set
+
+#
+# IP: Netfilter Configuration
+#
+CONFIG_NF_DEFRAG_IPV4=y
+CONFIG_NF_CONNTRACK_IPV4=y
+CONFIG_NF_CONNTRACK_PROC_COMPAT=y
+CONFIG_IP_NF_QUEUE=m
+CONFIG_IP_NF_IPTABLES=y
+CONFIG_IP_NF_MATCH_AH=m
+CONFIG_IP_NF_MATCH_ECN=m
+CONFIG_IP_NF_MATCH_RPFILTER=m
+CONFIG_IP_NF_MATCH_TTL=m
+CONFIG_IP_NF_FILTER=y
+CONFIG_IP_NF_TARGET_REJECT=y
+CONFIG_IP_NF_TARGET_ULOG=y
+CONFIG_NF_NAT=y
+CONFIG_NF_NAT_NEEDED=y
+CONFIG_IP_NF_TARGET_MASQUERADE=y
+CONFIG_IP_NF_TARGET_NETMAP=m
+CONFIG_IP_NF_TARGET_REDIRECT=m
+CONFIG_NF_NAT_SNMP_BASIC=m
+CONFIG_NF_NAT_PROTO_DCCP=m
+CONFIG_NF_NAT_PROTO_GRE=m
+CONFIG_NF_NAT_PROTO_UDPLITE=m
+CONFIG_NF_NAT_PROTO_SCTP=m
+CONFIG_NF_NAT_FTP=y
+CONFIG_NF_NAT_IRC=m
+CONFIG_NF_NAT_TFTP=m
+CONFIG_NF_NAT_AMANDA=m
+CONFIG_NF_NAT_PPTP=m
+CONFIG_NF_NAT_H323=m
+CONFIG_NF_NAT_SIP=y
+CONFIG_IP_NF_MANGLE=y
+CONFIG_IP_NF_TARGET_CLUSTERIP=m
+CONFIG_IP_NF_TARGET_ECN=m
+CONFIG_IP_NF_TARGET_TTL=m
+CONFIG_IP_NF_RAW=m
+CONFIG_IP_NF_SECURITY=m
+CONFIG_IP_NF_ARPTABLES=m
+CONFIG_IP_NF_ARPFILTER=m
+CONFIG_IP_NF_ARP_MANGLE=m
+
+#
+# IPv6: Netfilter Configuration
+#
+CONFIG_NF_DEFRAG_IPV6=y
+CONFIG_NF_CONNTRACK_IPV6=y
+CONFIG_IP6_NF_IPTABLES=y
+CONFIG_IP6_NF_MATCH_AH=m
+CONFIG_IP6_NF_MATCH_EUI64=m
+CONFIG_IP6_NF_MATCH_FRAG=m
+CONFIG_IP6_NF_MATCH_OPTS=m
+CONFIG_IP6_NF_MATCH_HL=m
+CONFIG_IP6_NF_MATCH_IPV6HEADER=y
+CONFIG_IP6_NF_MATCH_MH=m
+CONFIG_IP6_NF_MATCH_RPFILTER=m
+CONFIG_IP6_NF_MATCH_RT=m
+CONFIG_IP6_NF_TARGET_HL=m
+CONFIG_IP6_NF_FILTER=y
+CONFIG_IP6_NF_TARGET_REJECT=y
+CONFIG_IP6_NF_MANGLE=y
+CONFIG_IP6_NF_RAW=m
+CONFIG_IP6_NF_SECURITY=m
+CONFIG_BRIDGE_NF_EBTABLES=m
+CONFIG_BRIDGE_EBT_BROUTE=m
+CONFIG_BRIDGE_EBT_T_FILTER=m
+CONFIG_BRIDGE_EBT_T_NAT=m
+CONFIG_BRIDGE_EBT_802_3=m
+CONFIG_BRIDGE_EBT_AMONG=m
+CONFIG_BRIDGE_EBT_ARP=m
+CONFIG_BRIDGE_EBT_IP=m
+CONFIG_BRIDGE_EBT_IP6=m
+CONFIG_BRIDGE_EBT_LIMIT=m
+CONFIG_BRIDGE_EBT_MARK=m
+CONFIG_BRIDGE_EBT_PKTTYPE=m
+CONFIG_BRIDGE_EBT_STP=m
+CONFIG_BRIDGE_EBT_VLAN=m
+CONFIG_BRIDGE_EBT_ARPREPLY=m
+CONFIG_BRIDGE_EBT_DNAT=m
+CONFIG_BRIDGE_EBT_MARK_T=m
+CONFIG_BRIDGE_EBT_REDIRECT=m
+CONFIG_BRIDGE_EBT_SNAT=m
+CONFIG_BRIDGE_EBT_LOG=m
+CONFIG_BRIDGE_EBT_ULOG=m
+CONFIG_BRIDGE_EBT_NFLOG=m
+CONFIG_IP_DCCP=m
+CONFIG_INET_DCCP_DIAG=m
+
+#
+# DCCP CCIDs Configuration (EXPERIMENTAL)
+#
+# CONFIG_IP_DCCP_CCID2_DEBUG is not set
+CONFIG_IP_DCCP_CCID3=y
+# CONFIG_IP_DCCP_CCID3_DEBUG is not set
+CONFIG_IP_DCCP_TFRC_LIB=y
+
+#
+# DCCP Kernel Hacking
+#
+# CONFIG_IP_DCCP_DEBUG is not set
+# CONFIG_NET_DCCPPROBE is not set
+CONFIG_IP_SCTP=m
+# CONFIG_NET_SCTPPROBE is not set
+# CONFIG_SCTP_DBG_MSG is not set
+# CONFIG_SCTP_DBG_OBJCNT is not set
+# CONFIG_SCTP_HMAC_NONE is not set
+# CONFIG_SCTP_HMAC_SHA1 is not set
+CONFIG_SCTP_HMAC_MD5=y
+CONFIG_RDS=m
+# CONFIG_RDS_TCP is not set
+# CONFIG_RDS_DEBUG is not set
+CONFIG_TIPC=m
+# CONFIG_TIPC_ADVANCED is not set
+# CONFIG_TIPC_DEBUG is not set
+# CONFIG_ATM is not set
+CONFIG_L2TP=m
+# CONFIG_L2TP_DEBUGFS is not set
+CONFIG_L2TP_V3=y
+CONFIG_L2TP_IP=m
+CONFIG_L2TP_ETH=m
+CONFIG_STP=y
+CONFIG_BRIDGE=y
+CONFIG_BRIDGE_IGMP_SNOOPING=y
+# CONFIG_NET_DSA is not set
+CONFIG_VLAN_8021Q=y
+# CONFIG_VLAN_8021Q_GVRP is not set
+# CONFIG_DECNET is not set
+CONFIG_LLC=y
+# CONFIG_LLC2 is not set
+# CONFIG_IPX is not set
+# CONFIG_ATALK is not set
+# CONFIG_X25 is not set
+# CONFIG_LAPB is not set
+# CONFIG_WAN_ROUTER is not set
+# CONFIG_PHONET is not set
+# CONFIG_IEEE802154 is not set
+CONFIG_NET_SCHED=y
+
+#
+# Queueing/Scheduling
+#
+CONFIG_NET_SCH_CBQ=m
+CONFIG_NET_SCH_HTB=m
+CONFIG_NET_SCH_HFSC=m
+CONFIG_NET_SCH_PRIO=m
+CONFIG_NET_SCH_MULTIQ=m
+CONFIG_NET_SCH_RED=m
+CONFIG_NET_SCH_SFB=m
+CONFIG_NET_SCH_SFQ=m
+CONFIG_NET_SCH_TEQL=m
+CONFIG_NET_SCH_TBF=m
+CONFIG_NET_SCH_GRED=m
+CONFIG_NET_SCH_DSMARK=m
+CONFIG_NET_SCH_NETEM=m
+CONFIG_NET_SCH_DRR=m
+CONFIG_NET_SCH_MQPRIO=m
+CONFIG_NET_SCH_CHOKE=m
+CONFIG_NET_SCH_QFQ=m
+CONFIG_NET_SCH_CODEL=m
+CONFIG_NET_SCH_FQ_CODEL=m
+CONFIG_NET_SCH_INGRESS=m
+CONFIG_NET_SCH_PLUG=m
+
+#
+# Classification
+#
+CONFIG_NET_CLS=y
+CONFIG_NET_CLS_BASIC=m
+CONFIG_NET_CLS_TCINDEX=m
+CONFIG_NET_CLS_ROUTE4=m
+CONFIG_NET_CLS_FW=m
+CONFIG_NET_CLS_U32=m
+CONFIG_CLS_U32_PERF=y
+CONFIG_CLS_U32_MARK=y
+CONFIG_NET_CLS_RSVP=m
+CONFIG_NET_CLS_RSVP6=m
+CONFIG_NET_CLS_FLOW=m
+CONFIG_NET_CLS_CGROUP=m
+CONFIG_NET_EMATCH=y
+CONFIG_NET_EMATCH_STACK=32
+CONFIG_NET_EMATCH_CMP=m
+CONFIG_NET_EMATCH_NBYTE=m
+CONFIG_NET_EMATCH_U32=m
+CONFIG_NET_EMATCH_META=m
+CONFIG_NET_EMATCH_TEXT=m
+CONFIG_NET_CLS_ACT=y
+CONFIG_NET_ACT_POLICE=m
+CONFIG_NET_ACT_GACT=m
+CONFIG_GACT_PROB=y
+CONFIG_NET_ACT_MIRRED=m
+CONFIG_NET_ACT_IPT=m
+CONFIG_NET_ACT_NAT=m
+CONFIG_NET_ACT_PEDIT=m
+CONFIG_NET_ACT_SIMP=m
+CONFIG_NET_ACT_SKBEDIT=m
+CONFIG_NET_ACT_CSUM=m
+CONFIG_NET_CLS_IND=y
+CONFIG_NET_SCH_FIFO=y
+# CONFIG_DCB is not set
+CONFIG_DNS_RESOLVER=y
+# CONFIG_BATMAN_ADV is not set
+CONFIG_OPENVSWITCH=m
+CONFIG_RPS=y
+CONFIG_RFS_ACCEL=y
+CONFIG_XPS=y
+CONFIG_NETPRIO_CGROUP=m
+CONFIG_BQL=y
+# CONFIG_BPF_JIT is not set
+
+#
+# Network testing
+#
+CONFIG_NET_PKTGEN=m
+CONFIG_NET_TCPPROBE=m
+# CONFIG_NET_DROP_MONITOR is not set
+# CONFIG_HAMRADIO is not set
+# CONFIG_CAN is not set
+# CONFIG_IRDA is not set
+# CONFIG_BT is not set
+# CONFIG_AF_RXRPC is not set
+CONFIG_FIB_RULES=y
+CONFIG_WIRELESS=y
+CONFIG_WEXT_CORE=y
+CONFIG_WEXT_PROC=y
+CONFIG_CFG80211=y
+# CONFIG_NL80211_TESTMODE is not set
+# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
+# CONFIG_CFG80211_REG_DEBUG is not set
+CONFIG_CFG80211_DEFAULT_PS=y
+# CONFIG_CFG80211_DEBUGFS is not set
+# CONFIG_CFG80211_INTERNAL_REGDB is not set
+CONFIG_CFG80211_WEXT=y
+CONFIG_WIRELESS_EXT_SYSFS=y
+# CONFIG_LIB80211 is not set
+CONFIG_MAC80211=y
+CONFIG_MAC80211_HAS_RC=y
+CONFIG_MAC80211_RC_MINSTREL=y
+CONFIG_MAC80211_RC_MINSTREL_HT=y
+CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
+CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
+# CONFIG_MAC80211_MESH is not set
+CONFIG_MAC80211_LEDS=y
+# CONFIG_MAC80211_DEBUGFS is not set
+# CONFIG_MAC80211_DEBUG_MENU is not set
+# CONFIG_WIMAX is not set
+# CONFIG_RFKILL is not set
+# CONFIG_RFKILL_REGULATOR is not set
+# CONFIG_NET_9P is not set
+# CONFIG_CAIF is not set
+CONFIG_CEPH_LIB=m
+# CONFIG_CEPH_LIB_PRETTYDEBUG is not set
+# CONFIG_CEPH_LIB_USE_DNS_RESOLVER is not set
+# CONFIG_NFC is not set
+CONFIG_HAVE_BPF_JIT=y
+
+#
+# Device Drivers
+#
+
+#
+# Generic Driver Options
+#
+CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_DEVTMPFS=y
+# CONFIG_DEVTMPFS_MOUNT is not set
+CONFIG_STANDALONE=y
+CONFIG_PREVENT_FIRMWARE_BUILD=y
+CONFIG_FW_LOADER=y
+CONFIG_FIRMWARE_IN_KERNEL=y
+CONFIG_EXTRA_FIRMWARE="radeon/R700_rlc.bin"
+CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
+# CONFIG_DEBUG_DRIVER is not set
+CONFIG_DEBUG_DEVRES=y
+CONFIG_SYS_HYPERVISOR=y
+# CONFIG_GENERIC_CPU_DEVICES is not set
+CONFIG_REGMAP=y
+CONFIG_REGMAP_I2C=y
+CONFIG_REGMAP_IRQ=y
+CONFIG_DMA_SHARED_BUFFER=y
+CONFIG_CONNECTOR=y
+CONFIG_PROC_EVENTS=y
+# CONFIG_MTD is not set
+CONFIG_PARPORT=m
+CONFIG_PARPORT_PC=m
+CONFIG_PARPORT_SERIAL=m
+CONFIG_PARPORT_PC_FIFO=y
+CONFIG_PARPORT_PC_SUPERIO=y
+CONFIG_PARPORT_PC_PCMCIA=m
+# CONFIG_PARPORT_GSC is not set
+CONFIG_PARPORT_AX88796=m
+CONFIG_PARPORT_1284=y
+CONFIG_PARPORT_NOT_PC=y
+CONFIG_PNP=y
+CONFIG_PNP_DEBUG_MESSAGES=y
+
+#
+# Protocols
+#
+CONFIG_PNPACPI=y
+CONFIG_BLK_DEV=y
+CONFIG_BLK_DEV_FD=m
+CONFIG_PARIDE=m
+
+#
+# Parallel IDE high-level drivers
+#
+CONFIG_PARIDE_PD=m
+CONFIG_PARIDE_PCD=m
+CONFIG_PARIDE_PF=m
+CONFIG_PARIDE_PT=m
+CONFIG_PARIDE_PG=m
+
+#
+# Parallel IDE protocol modules
+#
+CONFIG_PARIDE_ATEN=m
+CONFIG_PARIDE_BPCK=m
+CONFIG_PARIDE_COMM=m
+CONFIG_PARIDE_DSTR=m
+CONFIG_PARIDE_FIT2=m
+CONFIG_PARIDE_FIT3=m
+CONFIG_PARIDE_EPAT=m
+CONFIG_PARIDE_EPATC8=y
+CONFIG_PARIDE_EPIA=m
+CONFIG_PARIDE_FRIQ=m
+CONFIG_PARIDE_FRPW=m
+CONFIG_PARIDE_KBIC=m
+CONFIG_PARIDE_KTTI=m
+CONFIG_PARIDE_ON20=m
+CONFIG_PARIDE_ON26=m
+CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
+CONFIG_BLK_CPQ_DA=m
+CONFIG_BLK_CPQ_CISS_DA=m
+CONFIG_CISS_SCSI_TAPE=y
+CONFIG_BLK_DEV_DAC960=m
+CONFIG_BLK_DEV_UMEM=m
+# CONFIG_BLK_DEV_COW_COMMON is not set
+CONFIG_BLK_DEV_LOOP=y
+CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
+CONFIG_BLK_DEV_CRYPTOLOOP=m
+CONFIG_BLK_DEV_DRBD=m
+# CONFIG_DRBD_FAULT_INJECTION is not set
+CONFIG_BLK_DEV_NBD=m
+CONFIG_BLK_DEV_NVME=m
+CONFIG_BLK_DEV_SX8=m
+CONFIG_BLK_DEV_UB=m
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_RAM_COUNT=16
+CONFIG_BLK_DEV_RAM_SIZE=16384
+# CONFIG_BLK_DEV_XIP is not set
+CONFIG_CDROM_PKTCDVD=m
+CONFIG_CDROM_PKTCDVD_BUFFERS=8
+# CONFIG_CDROM_PKTCDVD_WCACHE is not set
+CONFIG_ATA_OVER_ETH=m
+CONFIG_XEN_BLKDEV_FRONTEND=y
+CONFIG_XEN_BLKDEV_BACKEND=m
+CONFIG_VIRTIO_BLK=m
+# CONFIG_BLK_DEV_HD is not set
+CONFIG_BLK_DEV_RBD=m
+
+#
+# Misc devices
+#
+# CONFIG_SENSORS_LIS3LV02D is not set
+# CONFIG_AD525X_DPOT is not set
+# CONFIG_IBM_ASM is not set
+# CONFIG_PHANTOM is not set
+# CONFIG_INTEL_MID_PTI is not set
+# CONFIG_SGI_IOC4 is not set
+CONFIG_TIFM_CORE=m
+CONFIG_TIFM_7XX1=m
+# CONFIG_ICS932S401 is not set
+# CONFIG_ENCLOSURE_SERVICES is not set
+# CONFIG_CS5535_MFGPT is not set
+# CONFIG_HP_ILO is not set
+# CONFIG_APDS9802ALS is not set
+# CONFIG_ISL29003 is not set
+# CONFIG_ISL29020 is not set
+# CONFIG_SENSORS_TSL2550 is not set
+# CONFIG_SENSORS_BH1780 is not set
+# CONFIG_SENSORS_BH1770 is not set
+# CONFIG_SENSORS_APDS990X is not set
+# CONFIG_HMC6352 is not set
+# CONFIG_DS1682 is not set
+# CONFIG_VMWARE_BALLOON is not set
+CONFIG_BMP085=y
+CONFIG_BMP085_I2C=m
+# CONFIG_PCH_PHUB is not set
+# CONFIG_USB_SWITCH_FSA9480 is not set
+# CONFIG_C2PORT is not set
+
+#
+# EEPROM support
+#
+CONFIG_EEPROM_AT24=m
+CONFIG_EEPROM_LEGACY=m
+CONFIG_EEPROM_MAX6875=m
+CONFIG_EEPROM_93CX6=m
+CONFIG_CB710_CORE=m
+# CONFIG_CB710_DEBUG is not set
+CONFIG_CB710_DEBUG_ASSUMPTIONS=y
+CONFIG_IWMC3200TOP=m
+# CONFIG_IWMC3200TOP_DEBUG is not set
+# CONFIG_IWMC3200TOP_DEBUGFS is not set
+
+#
+# Texas Instruments shared transport line discipline
+#
+# CONFIG_SENSORS_LIS3_I2C is not set
+
+#
+# Altera FPGA firmware download module
+#
+CONFIG_ALTERA_STAPL=m
+# CONFIG_INTEL_MEI is not set
+CONFIG_HAVE_IDE=y
+# CONFIG_IDE is not set
+
+#
+# SCSI device support
+#
+CONFIG_SCSI_MOD=y
+CONFIG_RAID_ATTRS=m
+CONFIG_SCSI=y
+CONFIG_SCSI_DMA=y
+CONFIG_SCSI_TGT=m
+CONFIG_SCSI_NETLINK=y
+CONFIG_SCSI_PROC_FS=y
+
+#
+# SCSI support type (disk, tape, CD-ROM)
+#
+CONFIG_BLK_DEV_SD=y
+CONFIG_CHR_DEV_ST=m
+CONFIG_CHR_DEV_OSST=m
+CONFIG_BLK_DEV_SR=y
+CONFIG_BLK_DEV_SR_VENDOR=y
+CONFIG_CHR_DEV_SG=y
+CONFIG_CHR_DEV_SCH=m
+# CONFIG_SCSI_MULTI_LUN is not set
+CONFIG_SCSI_CONSTANTS=y
+CONFIG_SCSI_LOGGING=y
+# CONFIG_SCSI_SCAN_ASYNC is not set
+CONFIG_SCSI_WAIT_SCAN=m
+
+#
+# SCSI Transports
+#
+CONFIG_SCSI_SPI_ATTRS=y
+CONFIG_SCSI_FC_ATTRS=m
+# CONFIG_SCSI_FC_TGT_ATTRS is not set
+CONFIG_SCSI_ISCSI_ATTRS=m
+CONFIG_SCSI_SAS_ATTRS=m
+CONFIG_SCSI_SAS_LIBSAS=m
+CONFIG_SCSI_SAS_ATA=y
+CONFIG_SCSI_SAS_HOST_SMP=y
+CONFIG_SCSI_SRP_ATTRS=m
+# CONFIG_SCSI_SRP_TGT_ATTRS is not set
+CONFIG_SCSI_LOWLEVEL=y
+CONFIG_ISCSI_TCP=m
+CONFIG_ISCSI_BOOT_SYSFS=m
+CONFIG_SCSI_CXGB3_ISCSI=m
+CONFIG_SCSI_CXGB4_ISCSI=m
+CONFIG_SCSI_BNX2_ISCSI=m
+CONFIG_SCSI_BNX2X_FCOE=m
+CONFIG_BE2ISCSI=m
+CONFIG_BLK_DEV_3W_XXXX_RAID=m
+CONFIG_SCSI_HPSA=m
+CONFIG_SCSI_3W_9XXX=m
+CONFIG_SCSI_3W_SAS=m
+CONFIG_SCSI_ACARD=m
+CONFIG_SCSI_AACRAID=m
+CONFIG_SCSI_AIC7XXX=m
+CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
+CONFIG_AIC7XXX_RESET_DELAY_MS=5000
+CONFIG_AIC7XXX_DEBUG_ENABLE=y
+CONFIG_AIC7XXX_DEBUG_MASK=0
+CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
+CONFIG_SCSI_AIC7XXX_OLD=m
+CONFIG_SCSI_AIC79XX=m
+CONFIG_AIC79XX_CMDS_PER_DEVICE=32
+CONFIG_AIC79XX_RESET_DELAY_MS=5000
+CONFIG_AIC79XX_DEBUG_ENABLE=y
+CONFIG_AIC79XX_DEBUG_MASK=0
+CONFIG_AIC79XX_REG_PRETTY_PRINT=y
+CONFIG_SCSI_AIC94XX=m
+CONFIG_AIC94XX_DEBUG=y
+CONFIG_SCSI_MVSAS=m
+CONFIG_SCSI_MVSAS_DEBUG=y
+CONFIG_SCSI_MVSAS_TASKLET=y
+CONFIG_SCSI_MVUMI=m
+CONFIG_SCSI_DPT_I2O=m
+CONFIG_SCSI_ADVANSYS=m
+CONFIG_SCSI_ARCMSR=m
+# CONFIG_MEGARAID_NEWGEN is not set
+CONFIG_MEGARAID_LEGACY=m
+CONFIG_MEGARAID_SAS=m
+CONFIG_SCSI_MPT2SAS=m
+CONFIG_SCSI_MPT2SAS_MAX_SGE=128
+CONFIG_SCSI_MPT2SAS_LOGGING=y
+CONFIG_SCSI_UFSHCD=m
+CONFIG_SCSI_HPTIOP=m
+CONFIG_SCSI_BUSLOGIC=m
+CONFIG_VMWARE_PVSCSI=m
+CONFIG_LIBFC=m
+CONFIG_LIBFCOE=m
+CONFIG_FCOE=m
+CONFIG_FCOE_FNIC=m
+CONFIG_SCSI_DMX3191D=m
+CONFIG_SCSI_EATA=m
+CONFIG_SCSI_EATA_TAGGED_QUEUE=y
+CONFIG_SCSI_EATA_LINKED_COMMANDS=y
+CONFIG_SCSI_EATA_MAX_TAGS=16
+CONFIG_SCSI_FUTURE_DOMAIN=m
+CONFIG_SCSI_GDTH=m
+CONFIG_SCSI_ISCI=m
+CONFIG_SCSI_IPS=m
+CONFIG_SCSI_INITIO=m
+CONFIG_SCSI_INIA100=m
+CONFIG_SCSI_PPA=m
+CONFIG_SCSI_IMM=m
+# CONFIG_SCSI_IZIP_EPP16 is not set
+# CONFIG_SCSI_IZIP_SLOW_CTR is not set
+CONFIG_SCSI_STEX=m
+CONFIG_SCSI_SYM53C8XX_2=m
+CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
+CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
+CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
+CONFIG_SCSI_SYM53C8XX_MMIO=y
+CONFIG_SCSI_IPR=m
+CONFIG_SCSI_IPR_TRACE=y
+CONFIG_SCSI_IPR_DUMP=y
+CONFIG_SCSI_QLOGIC_1280=m
+CONFIG_SCSI_QLA_FC=m
+CONFIG_SCSI_QLA_ISCSI=m
+CONFIG_SCSI_LPFC=m
+# CONFIG_SCSI_LPFC_DEBUG_FS is not set
+CONFIG_SCSI_DC395x=m
+CONFIG_SCSI_DC390T=m
+CONFIG_SCSI_DEBUG=m
+CONFIG_SCSI_PMCRAID=m
+CONFIG_SCSI_PM8001=m
+CONFIG_SCSI_SRP=m
+CONFIG_SCSI_BFA_FC=m
+# CONFIG_SCSI_VIRTIO is not set
+CONFIG_SCSI_LOWLEVEL_PCMCIA=y
+CONFIG_PCMCIA_AHA152X=m
+CONFIG_PCMCIA_FDOMAIN=m
+CONFIG_PCMCIA_QLOGIC=m
+CONFIG_PCMCIA_SYM53C500=m
+CONFIG_SCSI_DH=m
+CONFIG_SCSI_DH_RDAC=m
+CONFIG_SCSI_DH_HP_SW=m
+CONFIG_SCSI_DH_EMC=m
+CONFIG_SCSI_DH_ALUA=m
+# CONFIG_SCSI_OSD_INITIATOR is not set
+CONFIG_ATA=y
+# CONFIG_ATA_NONSTANDARD is not set
+CONFIG_ATA_VERBOSE_ERROR=y
+CONFIG_ATA_ACPI=y
+CONFIG_SATA_PMP=y
+
+#
+# Controllers with non-SFF native interface
+#
+CONFIG_SATA_AHCI=y
+CONFIG_SATA_AHCI_PLATFORM=y
+CONFIG_SATA_INIC162X=m
+CONFIG_SATA_ACARD_AHCI=m
+CONFIG_SATA_SIL24=m
+CONFIG_ATA_SFF=y
+
+#
+# SFF controllers with custom DMA interface
+#
+CONFIG_PDC_ADMA=m
+CONFIG_SATA_QSTOR=m
+CONFIG_SATA_SX4=m
+CONFIG_ATA_BMDMA=y
+
+#
+# SATA SFF controllers with BMDMA
+#
+CONFIG_ATA_PIIX=y
+CONFIG_SATA_MV=m
+CONFIG_SATA_NV=m
+CONFIG_SATA_PROMISE=m
+CONFIG_SATA_SIL=m
+CONFIG_SATA_SIS=m
+CONFIG_SATA_SVW=m
+CONFIG_SATA_ULI=m
+CONFIG_SATA_VIA=m
+CONFIG_SATA_VITESSE=m
+
+#
+# PATA SFF controllers with BMDMA
+#
+CONFIG_PATA_ALI=m
+CONFIG_PATA_AMD=y
+CONFIG_PATA_ARASAN_CF=m
+CONFIG_PATA_ARTOP=m
+CONFIG_PATA_ATIIXP=m
+CONFIG_PATA_ATP867X=m
+CONFIG_PATA_CMD64X=m
+CONFIG_PATA_CS5520=m
+CONFIG_PATA_CS5530=m
+CONFIG_PATA_CS5536=m
+CONFIG_PATA_CYPRESS=m
+CONFIG_PATA_EFAR=m
+CONFIG_PATA_HPT366=m
+CONFIG_PATA_HPT37X=m
+CONFIG_PATA_HPT3X2N=m
+CONFIG_PATA_HPT3X3=m
+CONFIG_PATA_HPT3X3_DMA=y
+CONFIG_PATA_IT8213=m
+CONFIG_PATA_IT821X=m
+CONFIG_PATA_JMICRON=m
+CONFIG_PATA_MARVELL=m
+CONFIG_PATA_NETCELL=m
+CONFIG_PATA_NINJA32=m
+CONFIG_PATA_NS87415=m
+CONFIG_PATA_OLDPIIX=y
+CONFIG_PATA_OPTIDMA=m
+CONFIG_PATA_PDC2027X=m
+CONFIG_PATA_PDC_OLD=m
+CONFIG_PATA_RADISYS=m
+CONFIG_PATA_RDC=m
+CONFIG_PATA_SC1200=m
+CONFIG_PATA_SCH=y
+CONFIG_PATA_SERVERWORKS=m
+CONFIG_PATA_SIL680=m
+CONFIG_PATA_SIS=m
+CONFIG_PATA_TOSHIBA=m
+CONFIG_PATA_TRIFLEX=m
+CONFIG_PATA_VIA=m
+CONFIG_PATA_WINBOND=m
+
+#
+# PIO-only SFF controllers
+#
+CONFIG_PATA_CMD640_PCI=m
+CONFIG_PATA_MPIIX=m
+CONFIG_PATA_NS87410=m
+CONFIG_PATA_OPTI=m
+CONFIG_PATA_PCMCIA=m
+CONFIG_PATA_RZ1000=m
+
+#
+# Generic fallback / legacy drivers
+#
+CONFIG_PATA_ACPI=m
+CONFIG_ATA_GENERIC=m
+CONFIG_PATA_LEGACY=m
+CONFIG_MD=y
+CONFIG_BLK_DEV_MD=y
+CONFIG_MD_AUTODETECT=y
+CONFIG_MD_LINEAR=y
+CONFIG_MD_RAID0=y
+CONFIG_MD_RAID1=y
+CONFIG_MD_RAID10=y
+CONFIG_MD_RAID456=m
+CONFIG_MULTICORE_RAID456=y
+CONFIG_MD_MULTIPATH=m
+CONFIG_MD_FAULTY=m
+CONFIG_BLK_DEV_DM=y
+# CONFIG_DM_DEBUG is not set
+CONFIG_DM_BUFIO=m
+CONFIG_DM_PERSISTENT_DATA=m
+CONFIG_DM_CRYPT=m
+CONFIG_DM_SNAPSHOT=m
+CONFIG_DM_THIN_PROVISIONING=m
+CONFIG_DM_DEBUG_BLOCK_STACK_TRACING=y
+CONFIG_DM_DEBUG_SPACE_MAPS=y
+CONFIG_DM_MIRROR=y
+CONFIG_DM_RAID=m
+CONFIG_DM_LOG_USERSPACE=m
+CONFIG_DM_ZERO=y
+CONFIG_DM_MULTIPATH=m
+CONFIG_DM_MULTIPATH_QL=m
+CONFIG_DM_MULTIPATH_ST=m
+CONFIG_DM_DELAY=m
+# CONFIG_DM_UEVENT is not set
+CONFIG_DM_FLAKEY=m
+CONFIG_DM_VERITY=m
+# CONFIG_TARGET_CORE is not set
+# CONFIG_FUSION is not set
+
+#
+# IEEE 1394 (FireWire) support
+#
+# CONFIG_FIREWIRE is not set
+# CONFIG_FIREWIRE_NOSY is not set
+# CONFIG_I2O is not set
+CONFIG_MACINTOSH_DRIVERS=y
+CONFIG_MAC_EMUMOUSEBTN=y
+CONFIG_NETDEVICES=y
+CONFIG_NET_CORE=y
+CONFIG_BONDING=m
+CONFIG_DUMMY=m
+CONFIG_EQUALIZER=m
+# CONFIG_NET_FC is not set
+CONFIG_MII=y
+CONFIG_IFB=m
+CONFIG_NET_TEAM=m
+CONFIG_NET_TEAM_MODE_ROUNDROBIN=m
+CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m
+CONFIG_NET_TEAM_MODE_LOADBALANCE=m
+CONFIG_MACVLAN=m
+CONFIG_MACVTAP=m
+CONFIG_NETCONSOLE=y
+CONFIG_NETPOLL=y
+# CONFIG_NETPOLL_TRAP is not set
+CONFIG_NET_POLL_CONTROLLER=y
+CONFIG_TUN=y
+CONFIG_VETH=m
+CONFIG_VIRTIO_NET=m
+CONFIG_SUNGEM_PHY=m
+CONFIG_ARCNET=m
+CONFIG_ARCNET_1201=m
+CONFIG_ARCNET_1051=m
+CONFIG_ARCNET_RAW=m
+CONFIG_ARCNET_CAP=m
+CONFIG_ARCNET_COM90xx=m
+CONFIG_ARCNET_COM90xxIO=m
+CONFIG_ARCNET_RIM_I=m
+CONFIG_ARCNET_COM20020=m
+CONFIG_ARCNET_COM20020_PCI=m
+CONFIG_ARCNET_COM20020_CS=m
+
+#
+# CAIF transport drivers
+#
+CONFIG_ETHERNET=y
+CONFIG_MDIO=m
+CONFIG_NET_VENDOR_3COM=y
+CONFIG_PCMCIA_3C574=m
+CONFIG_PCMCIA_3C589=m
+CONFIG_VORTEX=m
+CONFIG_TYPHOON=m
+CONFIG_NET_VENDOR_ADAPTEC=y
+CONFIG_ADAPTEC_STARFIRE=m
+CONFIG_NET_VENDOR_ALTEON=y
+CONFIG_ACENIC=m
+# CONFIG_ACENIC_OMIT_TIGON_I is not set
+CONFIG_NET_VENDOR_AMD=y
+CONFIG_AMD8111_ETH=m
+CONFIG_PCNET32=m
+CONFIG_PCMCIA_NMCLAN=m
+CONFIG_NET_VENDOR_ATHEROS=y
+CONFIG_ATL2=m
+CONFIG_ATL1=m
+CONFIG_ATL1E=m
+CONFIG_ATL1C=m
+CONFIG_NET_VENDOR_BROADCOM=y
+CONFIG_B44=m
+CONFIG_B44_PCI_AUTOSELECT=y
+CONFIG_B44_PCICORE_AUTOSELECT=y
+CONFIG_B44_PCI=y
+CONFIG_BNX2=m
+CONFIG_CNIC=m
+CONFIG_TIGON3=y
+CONFIG_BNX2X=m
+CONFIG_NET_VENDOR_BROCADE=y
+CONFIG_BNA=m
+CONFIG_NET_CALXEDA_XGMAC=m
+CONFIG_NET_VENDOR_CHELSIO=y
+CONFIG_CHELSIO_T1=m
+CONFIG_CHELSIO_T1_1G=y
+CONFIG_CHELSIO_T3=m
+CONFIG_CHELSIO_T4=m
+CONFIG_CHELSIO_T4VF=m
+CONFIG_NET_VENDOR_CISCO=y
+CONFIG_ENIC=m
+CONFIG_DNET=m
+CONFIG_NET_VENDOR_DEC=y
+CONFIG_NET_TULIP=y
+CONFIG_DE2104X=m
+CONFIG_DE2104X_DSL=0
+CONFIG_TULIP=m
+CONFIG_TULIP_MWI=y
+CONFIG_TULIP_MMIO=y
+# CONFIG_TULIP_NAPI is not set
+CONFIG_DE4X5=m
+CONFIG_WINBOND_840=m
+CONFIG_DM9102=m
+CONFIG_ULI526X=m
+CONFIG_PCMCIA_XIRCOM=m
+CONFIG_NET_VENDOR_DLINK=y
+CONFIG_DE600=m
+CONFIG_DE620=m
+CONFIG_DL2K=m
+CONFIG_SUNDANCE=m
+# CONFIG_SUNDANCE_MMIO is not set
+CONFIG_NET_VENDOR_EMULEX=y
+CONFIG_BE2NET=m
+CONFIG_NET_VENDOR_EXAR=y
+CONFIG_S2IO=m
+CONFIG_VXGE=m
+# CONFIG_VXGE_DEBUG_TRACE_ALL is not set
+CONFIG_NET_VENDOR_FUJITSU=y
+CONFIG_PCMCIA_FMVJ18X=m
+CONFIG_NET_VENDOR_HP=y
+CONFIG_HP100=m
+CONFIG_NET_VENDOR_INTEL=y
+CONFIG_E100=y
+CONFIG_E1000=y
+CONFIG_E1000E=m
+CONFIG_IGB=m
+# CONFIG_IGB_PTP is not set
+CONFIG_IGBVF=m
+CONFIG_IXGB=m
+CONFIG_IXGBE=m
+CONFIG_IXGBE_HWMON=y
+CONFIG_IXGBE_PTP=y
+CONFIG_IXGBEVF=m
+CONFIG_NET_VENDOR_I825XX=y
+CONFIG_ZNET=m
+CONFIG_IP1000=m
+CONFIG_JME=m
+CONFIG_NET_VENDOR_MARVELL=y
+CONFIG_SKGE=m
+# CONFIG_SKGE_DEBUG is not set
+# CONFIG_SKGE_GENESIS is not set
+CONFIG_SKY2=y
+# CONFIG_SKY2_DEBUG is not set
+CONFIG_NET_VENDOR_MELLANOX=y
+CONFIG_MLX4_EN=m
+CONFIG_MLX4_CORE=m
+CONFIG_MLX4_DEBUG=y
+CONFIG_NET_VENDOR_MICREL=y
+# CONFIG_KS8842 is not set
+CONFIG_KS8851_MLL=m
+CONFIG_KSZ884X_PCI=m
+CONFIG_NET_VENDOR_MYRI=y
+CONFIG_MYRI10GE=m
+CONFIG_FEALNX=m
+CONFIG_NET_VENDOR_NATSEMI=y
+CONFIG_NATSEMI=m
+CONFIG_NS83820=m
+CONFIG_NET_VENDOR_8390=y
+CONFIG_PCMCIA_AXNET=m
+CONFIG_NE2K_PCI=m
+CONFIG_PCMCIA_PCNET=m
+CONFIG_NET_VENDOR_NVIDIA=y
+CONFIG_FORCEDETH=y
+CONFIG_NET_VENDOR_OKI=y
+CONFIG_PCH_GBE=m
+CONFIG_PCH_PTP=y
+CONFIG_ETHOC=m
+CONFIG_NET_PACKET_ENGINE=y
+CONFIG_HAMACHI=m
+CONFIG_YELLOWFIN=m
+CONFIG_NET_VENDOR_QLOGIC=y
+CONFIG_QLA3XXX=m
+CONFIG_QLCNIC=m
+CONFIG_QLGE=m
+CONFIG_NETXEN_NIC=m
+CONFIG_NET_VENDOR_REALTEK=y
+CONFIG_ATP=m
+CONFIG_8139CP=m
+CONFIG_8139TOO=y
+CONFIG_8139TOO_PIO=y
+CONFIG_8139TOO_TUNE_TWISTER=y
+# CONFIG_8139TOO_8129 is not set
+# CONFIG_8139_OLD_RX_RESET is not set
+CONFIG_R8169=y
+CONFIG_NET_VENDOR_RDC=y
+CONFIG_R6040=m
+CONFIG_NET_VENDOR_SEEQ=y
+CONFIG_SEEQ8005=m
+CONFIG_NET_VENDOR_SILAN=y
+CONFIG_SC92031=m
+CONFIG_NET_VENDOR_SIS=y
+CONFIG_SIS900=m
+CONFIG_SIS190=m
+CONFIG_SFC=m
+CONFIG_SFC_MCDI_MON=y
+CONFIG_SFC_SRIOV=y
+CONFIG_NET_VENDOR_SMSC=y
+CONFIG_PCMCIA_SMC91C92=m
+CONFIG_EPIC100=m
+CONFIG_SMSC9420=m
+CONFIG_NET_VENDOR_STMICRO=y
+CONFIG_STMMAC_ETH=m
+CONFIG_STMMAC_PLATFORM=y
+CONFIG_STMMAC_PCI=y
+CONFIG_STMMAC_DEBUG_FS=y
+# CONFIG_STMMAC_DA is not set
+CONFIG_STMMAC_RING=y
+# CONFIG_STMMAC_CHAINED is not set
+CONFIG_NET_VENDOR_SUN=y
+CONFIG_HAPPYMEAL=m
+CONFIG_SUNGEM=m
+# CONFIG_CASSINI is not set
+CONFIG_NIU=m
+CONFIG_NET_VENDOR_TEHUTI=y
+CONFIG_TEHUTI=m
+CONFIG_NET_VENDOR_TI=y
+CONFIG_TLAN=m
+CONFIG_NET_VENDOR_VIA=y
+CONFIG_VIA_RHINE=m
+# CONFIG_VIA_RHINE_MMIO is not set
+CONFIG_VIA_VELOCITY=m
+CONFIG_NET_VENDOR_WIZNET=y
+CONFIG_WIZNET_W5100=m
+CONFIG_WIZNET_W5300=m
+# CONFIG_WIZNET_BUS_DIRECT is not set
+# CONFIG_WIZNET_BUS_INDIRECT is not set
+CONFIG_WIZNET_BUS_ANY=y
+CONFIG_NET_VENDOR_XIRCOM=y
+CONFIG_PCMCIA_XIRC2PS=m
+CONFIG_FDDI=y
+# CONFIG_DEFXX is not set
+# CONFIG_SKFP is not set
+# CONFIG_HIPPI is not set
+# CONFIG_NET_SB1000 is not set
+CONFIG_PHYLIB=y
+
+#
+# MII PHY device drivers
+#
+CONFIG_AMD_PHY=m
+CONFIG_MARVELL_PHY=m
+CONFIG_DAVICOM_PHY=m
+CONFIG_QSEMI_PHY=m
+CONFIG_LXT_PHY=m
+CONFIG_CICADA_PHY=m
+CONFIG_VITESSE_PHY=m
+CONFIG_SMSC_PHY=m
+CONFIG_BROADCOM_PHY=m
+CONFIG_ICPLUS_PHY=m
+CONFIG_REALTEK_PHY=m
+CONFIG_NATIONAL_PHY=m
+CONFIG_STE10XP=m
+CONFIG_LSI_ET1011C_PHY=m
+CONFIG_MICREL_PHY=m
+# CONFIG_FIXED_PHY is not set
+CONFIG_MDIO_BITBANG=m
+# CONFIG_PLIP is not set
+CONFIG_PPP=m
+CONFIG_PPP_BSDCOMP=m
+CONFIG_PPP_DEFLATE=m
+CONFIG_PPP_FILTER=y
+CONFIG_PPP_MPPE=m
+CONFIG_PPP_MULTILINK=y
+CONFIG_PPPOE=m
+CONFIG_PPTP=m
+CONFIG_PPPOL2TP=m
+CONFIG_PPP_ASYNC=m
+CONFIG_PPP_SYNC_TTY=m
+CONFIG_SLIP=m
+CONFIG_SLHC=m
+CONFIG_SLIP_COMPRESSED=y
+# CONFIG_SLIP_SMART is not set
+# CONFIG_SLIP_MODE_SLIP6 is not set
+
+#
+# USB Network Adapters
+#
+CONFIG_USB_CATC=m
+CONFIG_USB_KAWETH=m
+CONFIG_USB_PEGASUS=m
+CONFIG_USB_RTL8150=m
+CONFIG_USB_USBNET=m
+CONFIG_USB_NET_AX8817X=m
+CONFIG_USB_NET_CDCETHER=m
+CONFIG_USB_NET_CDC_EEM=m
+CONFIG_USB_NET_CDC_NCM=m
+CONFIG_USB_NET_DM9601=m
+CONFIG_USB_NET_SMSC75XX=m
+CONFIG_USB_NET_SMSC95XX=m
+CONFIG_USB_NET_GL620A=m
+CONFIG_USB_NET_NET1080=m
+CONFIG_USB_NET_PLUSB=m
+CONFIG_USB_NET_MCS7830=m
+CONFIG_USB_NET_RNDIS_HOST=m
+CONFIG_USB_NET_CDC_SUBSET=m
+CONFIG_USB_ALI_M5632=y
+CONFIG_USB_AN2720=y
+CONFIG_USB_BELKIN=y
+CONFIG_USB_ARMLINUX=y
+CONFIG_USB_EPSON2888=y
+CONFIG_USB_KC2190=y
+CONFIG_USB_NET_ZAURUS=m
+CONFIG_USB_NET_CX82310_ETH=m
+CONFIG_USB_NET_KALMIA=m
+CONFIG_USB_NET_QMI_WWAN=m
+CONFIG_USB_NET_INT51X1=m
+CONFIG_USB_IPHETH=m
+CONFIG_USB_SIERRA_NET=m
+CONFIG_USB_VL600=m
+# CONFIG_WLAN is not set
+
+#
+# Enable WiMAX (Networking options) to see the WiMAX drivers
+#
+# CONFIG_WAN is not set
+CONFIG_XEN_NETDEV_FRONTEND=y
+# CONFIG_XEN_NETDEV_BACKEND is not set
+# CONFIG_VMXNET3 is not set
+# CONFIG_ISDN is not set
+
+#
+# Input device support
+#
+CONFIG_INPUT=y
+CONFIG_INPUT_FF_MEMLESS=y
+CONFIG_INPUT_POLLDEV=y
+CONFIG_INPUT_SPARSEKMAP=y
+CONFIG_INPUT_MATRIXKMAP=m
+
+#
+# Userland interfaces
+#
+CONFIG_INPUT_MOUSEDEV=y
+# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
+CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
+CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
+# CONFIG_INPUT_JOYDEV is not set
+CONFIG_INPUT_EVDEV=y
+# CONFIG_INPUT_EVBUG is not set
+
+#
+# Input Device Drivers
+#
+CONFIG_INPUT_KEYBOARD=y
+CONFIG_KEYBOARD_ADP5520=m
+CONFIG_KEYBOARD_ADP5588=m
+CONFIG_KEYBOARD_ADP5589=m
+CONFIG_KEYBOARD_ATKBD=y
+CONFIG_KEYBOARD_QT1070=m
+CONFIG_KEYBOARD_QT2160=m
+CONFIG_KEYBOARD_LKKBD=m
+CONFIG_KEYBOARD_TCA6416=m
+CONFIG_KEYBOARD_TCA8418=m
+CONFIG_KEYBOARD_LM8323=m
+CONFIG_KEYBOARD_LM8333=m
+CONFIG_KEYBOARD_MAX7359=m
+CONFIG_KEYBOARD_MCS=m
+CONFIG_KEYBOARD_MPR121=m
+CONFIG_KEYBOARD_NEWTON=m
+CONFIG_KEYBOARD_OPENCORES=m
+CONFIG_KEYBOARD_STOWAWAY=m
+CONFIG_KEYBOARD_SUNKBD=m
+CONFIG_KEYBOARD_STMPE=m
+CONFIG_KEYBOARD_OMAP4=m
+CONFIG_KEYBOARD_TC3589X=m
+CONFIG_KEYBOARD_TWL4030=m
+CONFIG_KEYBOARD_XTKBD=m
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=y
+CONFIG_MOUSE_PS2_ALPS=y
+CONFIG_MOUSE_PS2_LOGIPS2PP=y
+CONFIG_MOUSE_PS2_SYNAPTICS=y
+CONFIG_MOUSE_PS2_LIFEBOOK=y
+CONFIG_MOUSE_PS2_TRACKPOINT=y
+# CONFIG_MOUSE_PS2_ELANTECH is not set
+# CONFIG_MOUSE_PS2_SENTELIC is not set
+# CONFIG_MOUSE_PS2_TOUCHKIT is not set
+CONFIG_MOUSE_SERIAL=m
+CONFIG_MOUSE_APPLETOUCH=m
+CONFIG_MOUSE_BCM5974=m
+CONFIG_MOUSE_VSXXXAA=m
+CONFIG_MOUSE_SYNAPTICS_I2C=m
+CONFIG_MOUSE_SYNAPTICS_USB=m
+CONFIG_INPUT_JOYSTICK=y
+CONFIG_JOYSTICK_ANALOG=m
+CONFIG_JOYSTICK_A3D=m
+CONFIG_JOYSTICK_ADI=m
+CONFIG_JOYSTICK_COBRA=m
+CONFIG_JOYSTICK_GF2K=m
+CONFIG_JOYSTICK_GRIP=m
+CONFIG_JOYSTICK_GRIP_MP=m
+CONFIG_JOYSTICK_GUILLEMOT=m
+CONFIG_JOYSTICK_INTERACT=m
+CONFIG_JOYSTICK_SIDEWINDER=m
+CONFIG_JOYSTICK_TMDC=m
+CONFIG_JOYSTICK_IFORCE=m
+CONFIG_JOYSTICK_IFORCE_USB=y
+CONFIG_JOYSTICK_IFORCE_232=y
+CONFIG_JOYSTICK_WARRIOR=m
+CONFIG_JOYSTICK_MAGELLAN=m
+CONFIG_JOYSTICK_SPACEORB=m
+CONFIG_JOYSTICK_SPACEBALL=m
+CONFIG_JOYSTICK_STINGER=m
+CONFIG_JOYSTICK_TWIDJOY=m
+CONFIG_JOYSTICK_ZHENHUA=m
+CONFIG_JOYSTICK_DB9=m
+CONFIG_JOYSTICK_GAMECON=m
+CONFIG_JOYSTICK_TURBOGRAFX=m
+CONFIG_JOYSTICK_AS5011=m
+CONFIG_JOYSTICK_JOYDUMP=m
+CONFIG_JOYSTICK_XPAD=m
+CONFIG_JOYSTICK_XPAD_FF=y
+CONFIG_JOYSTICK_XPAD_LEDS=y
+CONFIG_JOYSTICK_WALKERA0701=m
+CONFIG_INPUT_TABLET=y
+CONFIG_TABLET_USB_ACECAD=m
+CONFIG_TABLET_USB_AIPTEK=m
+CONFIG_TABLET_USB_GTCO=m
+CONFIG_TABLET_USB_HANWANG=m
+CONFIG_TABLET_USB_KBTAB=m
+CONFIG_TABLET_USB_WACOM=m
+CONFIG_INPUT_TOUCHSCREEN=y
+CONFIG_TOUCHSCREEN_88PM860X=m
+CONFIG_TOUCHSCREEN_AD7879=m
+CONFIG_TOUCHSCREEN_AD7879_I2C=m
+CONFIG_TOUCHSCREEN_ATMEL_MXT=m
+CONFIG_TOUCHSCREEN_BU21013=m
+CONFIG_TOUCHSCREEN_CYTTSP_CORE=m
+CONFIG_TOUCHSCREEN_CYTTSP_I2C=m
+CONFIG_TOUCHSCREEN_DA9034=m
+CONFIG_TOUCHSCREEN_DYNAPRO=m
+CONFIG_TOUCHSCREEN_HAMPSHIRE=m
+CONFIG_TOUCHSCREEN_EETI=m
+CONFIG_TOUCHSCREEN_EGALAX=m
+CONFIG_TOUCHSCREEN_FUJITSU=m
+CONFIG_TOUCHSCREEN_ILI210X=m
+CONFIG_TOUCHSCREEN_GUNZE=m
+CONFIG_TOUCHSCREEN_ELO=m
+CONFIG_TOUCHSCREEN_WACOM_W8001=m
+CONFIG_TOUCHSCREEN_WACOM_I2C=m
+CONFIG_TOUCHSCREEN_MAX11801=m
+CONFIG_TOUCHSCREEN_MCS5000=m
+CONFIG_TOUCHSCREEN_MTOUCH=m
+CONFIG_TOUCHSCREEN_INEXIO=m
+CONFIG_TOUCHSCREEN_MK712=m
+CONFIG_TOUCHSCREEN_PENMOUNT=m
+CONFIG_TOUCHSCREEN_TOUCHRIGHT=m
+CONFIG_TOUCHSCREEN_TOUCHWIN=m
+CONFIG_TOUCHSCREEN_PIXCIR=m
+CONFIG_TOUCHSCREEN_WM831X=m
+CONFIG_TOUCHSCREEN_WM97XX=m
+CONFIG_TOUCHSCREEN_WM9705=y
+CONFIG_TOUCHSCREEN_WM9712=y
+CONFIG_TOUCHSCREEN_WM9713=y
+CONFIG_TOUCHSCREEN_USB_COMPOSITE=m
+CONFIG_TOUCHSCREEN_MC13783=m
+CONFIG_TOUCHSCREEN_USB_EGALAX=y
+CONFIG_TOUCHSCREEN_USB_PANJIT=y
+CONFIG_TOUCHSCREEN_USB_3M=y
+CONFIG_TOUCHSCREEN_USB_ITM=y
+CONFIG_TOUCHSCREEN_USB_ETURBO=y
+CONFIG_TOUCHSCREEN_USB_GUNZE=y
+CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
+CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
+CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
+CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
+CONFIG_TOUCHSCREEN_USB_GOTOP=y
+CONFIG_TOUCHSCREEN_USB_JASTEC=y
+CONFIG_TOUCHSCREEN_USB_ELO=y
+CONFIG_TOUCHSCREEN_USB_E2I=y
+CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y
+CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y
+CONFIG_TOUCHSCREEN_USB_NEXIO=y
+CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
+CONFIG_TOUCHSCREEN_TOUCHIT213=m
+CONFIG_TOUCHSCREEN_TSC_SERIO=m
+CONFIG_TOUCHSCREEN_TSC2007=m
+CONFIG_TOUCHSCREEN_ST1232=m
+CONFIG_TOUCHSCREEN_STMPE=m
+CONFIG_TOUCHSCREEN_TPS6507X=m
+CONFIG_INPUT_MISC=y
+# CONFIG_INPUT_88PM860X_ONKEY is not set
+CONFIG_INPUT_AD714X=m
+CONFIG_INPUT_AD714X_I2C=m
+CONFIG_INPUT_BMA150=m
+CONFIG_INPUT_PCSPKR=m
+# CONFIG_INPUT_MAX8925_ONKEY is not set
+CONFIG_INPUT_MC13783_PWRBUTTON=m
+CONFIG_INPUT_MMA8450=m
+CONFIG_INPUT_MPU3050=m
+CONFIG_INPUT_APANEL=m
+CONFIG_INPUT_ATLAS_BTNS=m
+CONFIG_INPUT_ATI_REMOTE2=m
+CONFIG_INPUT_KEYSPAN_REMOTE=m
+CONFIG_INPUT_KXTJ9=m
+# CONFIG_INPUT_KXTJ9_POLLED_MODE is not set
+CONFIG_INPUT_POWERMATE=m
+CONFIG_INPUT_YEALINK=m
+CONFIG_INPUT_CM109=m
+# CONFIG_INPUT_TWL4030_PWRBUTTON is not set
+# CONFIG_INPUT_TWL4030_VIBRA is not set
+CONFIG_INPUT_UINPUT=m
+# CONFIG_INPUT_PCF50633_PMU is not set
+CONFIG_INPUT_PCF8574=m
+# CONFIG_INPUT_WM831X_ON is not set
+CONFIG_INPUT_ADXL34X=m
+CONFIG_INPUT_ADXL34X_I2C=m
+CONFIG_INPUT_CMA3000=m
+CONFIG_INPUT_CMA3000_I2C=m
+CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
+
+#
+# Hardware I/O ports
+#
+CONFIG_SERIO=y
+CONFIG_SERIO_I8042=y
+CONFIG_SERIO_SERPORT=y
+CONFIG_SERIO_CT82C710=m
+CONFIG_SERIO_PARKBD=m
+CONFIG_SERIO_PCIPS2=m
+CONFIG_SERIO_LIBPS2=y
+CONFIG_SERIO_RAW=m
+CONFIG_SERIO_ALTERA_PS2=m
+CONFIG_SERIO_PS2MULT=m
+CONFIG_GAMEPORT=y
+CONFIG_GAMEPORT_NS558=m
+CONFIG_GAMEPORT_L4=m
+CONFIG_GAMEPORT_EMU10K1=m
+CONFIG_GAMEPORT_FM801=m
+
+#
+# Character devices
+#
+CONFIG_VT=y
+CONFIG_CONSOLE_TRANSLATIONS=y
+CONFIG_VT_CONSOLE=y
+CONFIG_VT_CONSOLE_SLEEP=y
+CONFIG_HW_CONSOLE=y
+CONFIG_VT_HW_CONSOLE_BINDING=y
+CONFIG_UNIX98_PTYS=y
+# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
+# CONFIG_LEGACY_PTYS is not set
+CONFIG_SERIAL_NONSTANDARD=y
+CONFIG_ROCKETPORT=m
+CONFIG_CYCLADES=m
+# CONFIG_CYZ_INTR is not set
+CONFIG_MOXA_INTELLIO=m
+CONFIG_MOXA_SMARTIO=m
+CONFIG_SYNCLINK=m
+CONFIG_SYNCLINKMP=m
+CONFIG_SYNCLINK_GT=m
+CONFIG_NOZOMI=m
+CONFIG_ISI=m
+CONFIG_N_HDLC=m
+CONFIG_N_GSM=m
+# CONFIG_TRACE_ROUTER is not set
+CONFIG_TRACE_SINK=m
+
+#
+# KCopy
+#
+CONFIG_KCOPY=m
+CONFIG_DEVKMEM=y
+# CONFIG_STALDRV is not set
+
+#
+# Serial drivers
+#
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_FIX_EARLYCON_MEM=y
+CONFIG_SERIAL_8250_PCI=y
+CONFIG_SERIAL_8250_PNP=y
+CONFIG_SERIAL_8250_CS=m
+CONFIG_SERIAL_8250_NR_UARTS=32
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_MANY_PORTS=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_DETECT_IRQ=y
+CONFIG_SERIAL_8250_RSA=y
+
+#
+# Non-8250 serial port support
+#
+CONFIG_SERIAL_MFD_HSU=m
+CONFIG_SERIAL_CORE=y
+CONFIG_SERIAL_CORE_CONSOLE=y
+CONFIG_SERIAL_JSM=m
+CONFIG_SERIAL_TIMBERDALE=m
+CONFIG_SERIAL_ALTERA_JTAGUART=m
+CONFIG_SERIAL_ALTERA_UART=m
+CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4
+CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200
+CONFIG_SERIAL_PCH_UART=m
+CONFIG_SERIAL_XILINX_PS_UART=m
+CONFIG_PRINTER=m
+# CONFIG_LP_CONSOLE is not set
+CONFIG_PPDEV=m
+CONFIG_HVC_DRIVER=y
+CONFIG_HVC_IRQ=y
+CONFIG_HVC_XEN=y
+CONFIG_HVC_XEN_FRONTEND=y
+CONFIG_VIRTIO_CONSOLE=m
+CONFIG_IPMI_HANDLER=m
+# CONFIG_IPMI_PANIC_EVENT is not set
+CONFIG_IPMI_DEVICE_INTERFACE=m
+CONFIG_IPMI_SI=m
+CONFIG_IPMI_WATCHDOG=m
+CONFIG_IPMI_POWEROFF=m
+CONFIG_HW_RANDOM=y
+CONFIG_HW_RANDOM_TIMERIOMEM=m
+CONFIG_HW_RANDOM_INTEL=m
+CONFIG_HW_RANDOM_AMD=m
+CONFIG_HW_RANDOM_VIA=y
+CONFIG_HW_RANDOM_VIRTIO=m
+CONFIG_NVRAM=y
+CONFIG_R3964=m
+CONFIG_APPLICOM=m
+
+#
+# PCMCIA character devices
+#
+CONFIG_SYNCLINK_CS=m
+CONFIG_CARDMAN_4000=m
+CONFIG_CARDMAN_4040=m
+CONFIG_IPWIRELESS=m
+# CONFIG_MWAVE is not set
+CONFIG_RAW_DRIVER=m
+CONFIG_MAX_RAW_DEVS=256
+CONFIG_HPET=y
+# CONFIG_HPET_MMAP is not set
+# CONFIG_HANGCHECK_TIMER is not set
+# CONFIG_TCG_TPM is not set
+# CONFIG_TELCLOCK is not set
+CONFIG_DEVPORT=y
+CONFIG_I2C=y
+CONFIG_I2C_BOARDINFO=y
+CONFIG_I2C_COMPAT=y
+CONFIG_I2C_CHARDEV=m
+CONFIG_I2C_MUX=m
+
+#
+# Multiplexer I2C Chip support
+#
+CONFIG_I2C_MUX_PCA9541=m
+CONFIG_I2C_MUX_PCA954x=m
+CONFIG_I2C_HELPER_AUTO=y
+CONFIG_I2C_SMBUS=m
+CONFIG_I2C_ALGOBIT=y
+CONFIG_I2C_ALGOPCA=m
+
+#
+# I2C Hardware Bus support
+#
+
+#
+# PC SMBus host controller drivers
+#
+CONFIG_I2C_ALI1535=m
+CONFIG_I2C_ALI1563=m
+CONFIG_I2C_ALI15X3=m
+CONFIG_I2C_AMD756=m
+CONFIG_I2C_AMD756_S4882=m
+CONFIG_I2C_AMD8111=m
+CONFIG_I2C_I801=y
+CONFIG_I2C_ISCH=m
+CONFIG_I2C_PIIX4=m
+CONFIG_I2C_NFORCE2=m
+CONFIG_I2C_NFORCE2_S4985=m
+CONFIG_I2C_SIS5595=m
+CONFIG_I2C_SIS630=m
+CONFIG_I2C_SIS96X=m
+CONFIG_I2C_VIA=m
+CONFIG_I2C_VIAPRO=m
+
+#
+# ACPI drivers
+#
+CONFIG_I2C_SCMI=m
+
+#
+# I2C system bus drivers (mostly embedded / system-on-chip)
+#
+CONFIG_I2C_DESIGNWARE_CORE=m
+CONFIG_I2C_DESIGNWARE_PCI=m
+CONFIG_I2C_EG20T=m
+CONFIG_I2C_INTEL_MID=m
+CONFIG_I2C_OCORES=m
+CONFIG_I2C_PCA_PLATFORM=m
+# CONFIG_I2C_PXA_PCI is not set
+CONFIG_I2C_SIMTEC=m
+CONFIG_I2C_XILINX=m
+
+#
+# External I2C/SMBus adapter drivers
+#
+CONFIG_I2C_DIOLAN_U2C=m
+CONFIG_I2C_PARPORT=m
+CONFIG_I2C_PARPORT_LIGHT=m
+CONFIG_I2C_TAOS_EVM=m
+CONFIG_I2C_TINY_USB=m
+
+#
+# Other I2C/SMBus bus drivers
+#
+CONFIG_I2C_STUB=m
+# CONFIG_I2C_DEBUG_CORE is not set
+# CONFIG_I2C_DEBUG_ALGO is not set
+# CONFIG_I2C_DEBUG_BUS is not set
+# CONFIG_SPI is not set
+# CONFIG_HSI is not set
+
+#
+# PPS support
+#
+CONFIG_PPS=m
+# CONFIG_PPS_DEBUG is not set
+
+#
+# PPS clients support
+#
+CONFIG_PPS_CLIENT_KTIMER=m
+CONFIG_PPS_CLIENT_LDISC=m
+CONFIG_PPS_CLIENT_PARPORT=m
+CONFIG_PPS_CLIENT_GPIO=m
+
+#
+# PPS generators support
+#
+
+#
+# PTP clock support
+#
+CONFIG_PTP_1588_CLOCK=m
+
+#
+# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
+#
+CONFIG_PTP_1588_CLOCK_PCH=m
+CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
+# CONFIG_GPIOLIB is not set
+CONFIG_W1=m
+CONFIG_W1_CON=y
+
+#
+# 1-wire Bus Masters
+#
+# CONFIG_W1_MASTER_MATROX is not set
+# CONFIG_W1_MASTER_DS2490 is not set
+# CONFIG_W1_MASTER_DS2482 is not set
+# CONFIG_W1_MASTER_DS1WM is not set
+
+#
+# 1-wire Slaves
+#
+# CONFIG_W1_SLAVE_THERM is not set
+# CONFIG_W1_SLAVE_SMEM is not set
+# CONFIG_W1_SLAVE_DS2408 is not set
+# CONFIG_W1_SLAVE_DS2423 is not set
+# CONFIG_W1_SLAVE_DS2431 is not set
+# CONFIG_W1_SLAVE_DS2433 is not set
+# CONFIG_W1_SLAVE_DS2760 is not set
+CONFIG_W1_SLAVE_DS2780=m
+# CONFIG_W1_SLAVE_DS2781 is not set
+# CONFIG_W1_SLAVE_BQ27000 is not set
+CONFIG_POWER_SUPPLY=y
+# CONFIG_POWER_SUPPLY_DEBUG is not set
+CONFIG_PDA_POWER=m
+# CONFIG_MAX8925_POWER is not set
+# CONFIG_WM831X_BACKUP is not set
+# CONFIG_WM831X_POWER is not set
+# CONFIG_WM8350_POWER is not set
+CONFIG_TEST_POWER=m
+CONFIG_BATTERY_DS2780=m
+# CONFIG_BATTERY_DS2781 is not set
+CONFIG_BATTERY_DS2782=m
+CONFIG_BATTERY_SBS=m
+CONFIG_BATTERY_BQ27x00=m
+CONFIG_BATTERY_BQ27X00_I2C=y
+CONFIG_BATTERY_BQ27X00_PLATFORM=y
+# CONFIG_BATTERY_DA9030 is not set
+CONFIG_BATTERY_MAX17040=m
+CONFIG_BATTERY_MAX17042=m
+# CONFIG_CHARGER_PCF50633 is not set
+CONFIG_CHARGER_ISP1704=m
+CONFIG_CHARGER_MAX8903=m
+# CONFIG_CHARGER_TWL4030 is not set
+CONFIG_CHARGER_LP8727=m
+# CONFIG_CHARGER_MANAGER is not set
+# CONFIG_CHARGER_MAX8997 is not set
+# CONFIG_CHARGER_MAX8998 is not set
+# CONFIG_CHARGER_SMB347 is not set
+CONFIG_HWMON=y
+CONFIG_HWMON_VID=m
+# CONFIG_HWMON_DEBUG_CHIP is not set
+
+#
+# Native drivers
+#
+CONFIG_SENSORS_ABITUGURU=m
+CONFIG_SENSORS_ABITUGURU3=m
+CONFIG_SENSORS_AD7414=m
+CONFIG_SENSORS_AD7418=m
+CONFIG_SENSORS_ADM1021=m
+CONFIG_SENSORS_ADM1025=m
+CONFIG_SENSORS_ADM1026=m
+CONFIG_SENSORS_ADM1029=m
+CONFIG_SENSORS_ADM1031=m
+CONFIG_SENSORS_ADM9240=m
+CONFIG_SENSORS_ADT7411=m
+CONFIG_SENSORS_ADT7462=m
+CONFIG_SENSORS_ADT7470=m
+CONFIG_SENSORS_ADT7475=m
+CONFIG_SENSORS_ASC7621=m
+CONFIG_SENSORS_K8TEMP=m
+CONFIG_SENSORS_K10TEMP=m
+CONFIG_SENSORS_FAM15H_POWER=m
+CONFIG_SENSORS_ASB100=m
+CONFIG_SENSORS_ATXP1=m
+CONFIG_SENSORS_DS620=m
+CONFIG_SENSORS_DS1621=m
+CONFIG_SENSORS_I5K_AMB=m
+CONFIG_SENSORS_F71805F=m
+CONFIG_SENSORS_F71882FG=m
+CONFIG_SENSORS_F75375S=m
+CONFIG_SENSORS_FSCHMD=m
+CONFIG_SENSORS_G760A=m
+CONFIG_SENSORS_GL518SM=m
+CONFIG_SENSORS_GL520SM=m
+CONFIG_SENSORS_CORETEMP=m
+CONFIG_SENSORS_IBMAEM=m
+CONFIG_SENSORS_IBMPEX=m
+CONFIG_SENSORS_IT87=m
+CONFIG_SENSORS_JC42=m
+CONFIG_SENSORS_LINEAGE=m
+CONFIG_SENSORS_LM63=m
+CONFIG_SENSORS_LM73=m
+CONFIG_SENSORS_LM75=m
+CONFIG_SENSORS_LM77=m
+CONFIG_SENSORS_LM78=m
+CONFIG_SENSORS_LM80=m
+CONFIG_SENSORS_LM83=m
+CONFIG_SENSORS_LM85=m
+CONFIG_SENSORS_LM87=m
+CONFIG_SENSORS_LM90=m
+CONFIG_SENSORS_LM92=m
+CONFIG_SENSORS_LM93=m
+CONFIG_SENSORS_LTC4151=m
+CONFIG_SENSORS_LTC4215=m
+CONFIG_SENSORS_LTC4245=m
+CONFIG_SENSORS_LTC4261=m
+CONFIG_SENSORS_LM95241=m
+CONFIG_SENSORS_LM95245=m
+CONFIG_SENSORS_MAX16065=m
+CONFIG_SENSORS_MAX1619=m
+CONFIG_SENSORS_MAX1668=m
+CONFIG_SENSORS_MAX6639=m
+CONFIG_SENSORS_MAX6642=m
+CONFIG_SENSORS_MAX6650=m
+CONFIG_SENSORS_MCP3021=m
+CONFIG_SENSORS_NTC_THERMISTOR=m
+CONFIG_SENSORS_PC87360=m
+CONFIG_SENSORS_PC87427=m
+CONFIG_SENSORS_PCF8591=m
+CONFIG_PMBUS=m
+CONFIG_SENSORS_PMBUS=m
+CONFIG_SENSORS_ADM1275=m
+CONFIG_SENSORS_LM25066=m
+CONFIG_SENSORS_LTC2978=m
+CONFIG_SENSORS_MAX16064=m
+CONFIG_SENSORS_MAX34440=m
+CONFIG_SENSORS_MAX8688=m
+CONFIG_SENSORS_UCD9000=m
+CONFIG_SENSORS_UCD9200=m
+CONFIG_SENSORS_ZL6100=m
+CONFIG_SENSORS_SHT21=m
+CONFIG_SENSORS_SIS5595=m
+CONFIG_SENSORS_SMM665=m
+CONFIG_SENSORS_DME1737=m
+CONFIG_SENSORS_EMC1403=m
+CONFIG_SENSORS_EMC2103=m
+CONFIG_SENSORS_EMC6W201=m
+CONFIG_SENSORS_SMSC47M1=m
+CONFIG_SENSORS_SMSC47M192=m
+CONFIG_SENSORS_SMSC47B397=m
+CONFIG_SENSORS_SCH56XX_COMMON=m
+CONFIG_SENSORS_SCH5627=m
+CONFIG_SENSORS_SCH5636=m
+CONFIG_SENSORS_ADS1015=m
+CONFIG_SENSORS_ADS7828=m
+CONFIG_SENSORS_AMC6821=m
+CONFIG_SENSORS_INA2XX=m
+CONFIG_SENSORS_THMC50=m
+CONFIG_SENSORS_TMP102=m
+CONFIG_SENSORS_TMP401=m
+CONFIG_SENSORS_TMP421=m
+# CONFIG_SENSORS_TWL4030_MADC is not set
+CONFIG_SENSORS_VIA_CPUTEMP=m
+CONFIG_SENSORS_VIA686A=m
+CONFIG_SENSORS_VT1211=m
+CONFIG_SENSORS_VT8231=m
+CONFIG_SENSORS_W83781D=m
+CONFIG_SENSORS_W83791D=m
+CONFIG_SENSORS_W83792D=m
+CONFIG_SENSORS_W83793=m
+CONFIG_SENSORS_W83795=m
+# CONFIG_SENSORS_W83795_FANCTRL is not set
+CONFIG_SENSORS_W83L785TS=m
+CONFIG_SENSORS_W83L786NG=m
+CONFIG_SENSORS_W83627HF=m
+CONFIG_SENSORS_W83627EHF=m
+# CONFIG_SENSORS_WM831X is not set
+# CONFIG_SENSORS_WM8350 is not set
+CONFIG_SENSORS_APPLESMC=m
+CONFIG_SENSORS_MC13783_ADC=m
+
+#
+# ACPI drivers
+#
+CONFIG_SENSORS_ACPI_POWER=m
+CONFIG_SENSORS_ATK0110=m
+CONFIG_THERMAL=y
+CONFIG_THERMAL_HWMON=y
+CONFIG_WATCHDOG=y
+CONFIG_WATCHDOG_CORE=y
+# CONFIG_WATCHDOG_NOWAYOUT is not set
+
+#
+# Watchdog Device Drivers
+#
+CONFIG_SOFT_WATCHDOG=m
+# CONFIG_WM831X_WATCHDOG is not set
+# CONFIG_WM8350_WATCHDOG is not set
+# CONFIG_TWL4030_WATCHDOG is not set
+CONFIG_ACQUIRE_WDT=m
+CONFIG_ADVANTECH_WDT=m
+CONFIG_ALIM1535_WDT=m
+CONFIG_ALIM7101_WDT=m
+CONFIG_F71808E_WDT=m
+CONFIG_SP5100_TCO=m
+CONFIG_SC520_WDT=m
+CONFIG_SBC_FITPC2_WATCHDOG=m
+CONFIG_EUROTECH_WDT=m
+CONFIG_IB700_WDT=m
+CONFIG_IBMASR=m
+CONFIG_WAFER_WDT=m
+CONFIG_I6300ESB_WDT=m
+CONFIG_IE6XX_WDT=m
+CONFIG_ITCO_WDT=m
+CONFIG_ITCO_VENDOR_SUPPORT=y
+CONFIG_IT8712F_WDT=m
+CONFIG_IT87_WDT=m
+CONFIG_HP_WATCHDOG=m
+CONFIG_HPWDT_NMI_DECODING=y
+CONFIG_SC1200_WDT=m
+CONFIG_PC87413_WDT=m
+CONFIG_NV_TCO=m
+CONFIG_60XX_WDT=m
+CONFIG_SBC8360_WDT=m
+CONFIG_CPU5_WDT=m
+CONFIG_SMSC_SCH311X_WDT=m
+CONFIG_SMSC37B787_WDT=m
+CONFIG_VIA_WDT=m
+CONFIG_W83627HF_WDT=m
+CONFIG_W83697HF_WDT=m
+CONFIG_W83697UG_WDT=m
+CONFIG_W83877F_WDT=m
+CONFIG_W83977F_WDT=m
+CONFIG_MACHZ_WDT=m
+CONFIG_SBC_EPX_C3_WATCHDOG=m
+CONFIG_XEN_WDT=m
+
+#
+# PCI-based Watchdog Cards
+#
+CONFIG_PCIPCWATCHDOG=m
+CONFIG_WDTPCI=m
+
+#
+# USB-based Watchdog Cards
+#
+CONFIG_USBPCWATCHDOG=m
+CONFIG_SSB_POSSIBLE=y
+
+#
+# Sonics Silicon Backplane
+#
+CONFIG_SSB=m
+CONFIG_SSB_SPROM=y
+CONFIG_SSB_PCIHOST_POSSIBLE=y
+CONFIG_SSB_PCIHOST=y
+# CONFIG_SSB_B43_PCI_BRIDGE is not set
+CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
+CONFIG_SSB_PCMCIAHOST=y
+CONFIG_SSB_SDIOHOST_POSSIBLE=y
+CONFIG_SSB_SDIOHOST=y
+CONFIG_SSB_DEBUG=y
+CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
+CONFIG_SSB_DRIVER_PCICORE=y
+CONFIG_BCMA_POSSIBLE=y
+
+#
+# Broadcom specific AMBA
+#
+# CONFIG_BCMA is not set
+
+#
+# Multifunction device drivers
+#
+CONFIG_MFD_CORE=y
+CONFIG_MFD_88PM860X=y
+CONFIG_MFD_SM501=m
+CONFIG_HTC_PASIC3=m
+CONFIG_MFD_LM3533=m
+CONFIG_TPS6105X=m
+CONFIG_TPS6507X=m
+CONFIG_MFD_TPS65217=m
+CONFIG_TWL4030_CORE=y
+CONFIG_TWL4030_MADC=m
+# CONFIG_MFD_TWL4030_AUDIO is not set
+CONFIG_TWL6030_PWM=m
+# CONFIG_TWL6040_CORE is not set
+CONFIG_MFD_STMPE=y
+
+#
+# STMPE Interface Drivers
+#
+CONFIG_STMPE_I2C=y
+CONFIG_MFD_TC3589X=y
+# CONFIG_MFD_TMIO is not set
+CONFIG_PMIC_DA903X=y
+# CONFIG_MFD_DA9052_I2C is not set
+CONFIG_PMIC_ADP5520=y
+CONFIG_MFD_MAX77693=y
+CONFIG_MFD_MAX8925=y
+CONFIG_MFD_MAX8997=y
+CONFIG_MFD_MAX8998=y
+CONFIG_MFD_S5M_CORE=y
+CONFIG_MFD_WM8400=y
+CONFIG_MFD_WM831X=y
+CONFIG_MFD_WM831X_I2C=y
+CONFIG_MFD_WM8350=y
+CONFIG_MFD_WM8350_I2C=y
+CONFIG_MFD_WM8994=y
+CONFIG_MFD_PCF50633=m
+CONFIG_PCF50633_ADC=m
+CONFIG_PCF50633_GPIO=m
+CONFIG_MFD_MC13783=m
+CONFIG_MFD_MC13XXX=m
+CONFIG_MFD_MC13XXX_I2C=m
+CONFIG_ABX500_CORE=y
+CONFIG_AB3100_CORE=y
+CONFIG_AB3100_OTP=m
+CONFIG_MFD_CS5535=m
+CONFIG_LPC_SCH=m
+CONFIG_LPC_ICH=m
+CONFIG_MFD_RDC321X=m
+CONFIG_MFD_JANZ_CMODIO=m
+CONFIG_MFD_VX855=m
+CONFIG_MFD_WL1273_CORE=m
+# CONFIG_MFD_TPS65090 is not set
+# CONFIG_MFD_RC5T583 is not set
+# CONFIG_MFD_PALMAS is not set
+CONFIG_REGULATOR=y
+# CONFIG_REGULATOR_DEBUG is not set
+# CONFIG_REGULATOR_DUMMY is not set
+CONFIG_REGULATOR_FIXED_VOLTAGE=m
+CONFIG_REGULATOR_VIRTUAL_CONSUMER=m
+CONFIG_REGULATOR_USERSPACE_CONSUMER=m
+CONFIG_REGULATOR_AD5398=m
+CONFIG_REGULATOR_DA903X=m
+CONFIG_REGULATOR_MC13XXX_CORE=m
+CONFIG_REGULATOR_MC13783=m
+CONFIG_REGULATOR_MC13892=m
+CONFIG_REGULATOR_ISL6271A=m
+CONFIG_REGULATOR_88PM8607=y
+CONFIG_REGULATOR_MAX1586=m
+CONFIG_REGULATOR_MAX8649=m
+CONFIG_REGULATOR_MAX8660=m
+CONFIG_REGULATOR_MAX8925=m
+CONFIG_REGULATOR_MAX8952=m
+CONFIG_REGULATOR_MAX8997=m
+CONFIG_REGULATOR_MAX8998=m
+CONFIG_REGULATOR_LP3971=m
+CONFIG_REGULATOR_LP3972=m
+CONFIG_REGULATOR_PCF50633=m
+CONFIG_REGULATOR_S5M8767=m
+CONFIG_REGULATOR_AB3100=y
+CONFIG_REGULATOR_TPS6105X=m
+CONFIG_REGULATOR_TPS62360=m
+CONFIG_REGULATOR_TPS65023=m
+CONFIG_REGULATOR_TPS6507X=m
+CONFIG_REGULATOR_TPS65217=m
+CONFIG_REGULATOR_TWL4030=y
+CONFIG_REGULATOR_WM831X=m
+CONFIG_REGULATOR_WM8350=m
+CONFIG_REGULATOR_WM8400=m
+CONFIG_REGULATOR_WM8994=m
+CONFIG_MEDIA_SUPPORT=y
+
+#
+# Multimedia core support
+#
+# CONFIG_MEDIA_CONTROLLER is not set
+CONFIG_VIDEO_DEV=y
+CONFIG_VIDEO_V4L2_COMMON=y
+CONFIG_DVB_CORE=m
+CONFIG_DVB_NET=y
+CONFIG_VIDEO_MEDIA=m
+
+#
+# Multimedia drivers
+#
+CONFIG_VIDEO_SAA7146=m
+CONFIG_VIDEO_SAA7146_VV=m
+CONFIG_RC_CORE=y
+CONFIG_LIRC=y
+CONFIG_RC_MAP=y
+CONFIG_IR_NEC_DECODER=y
+CONFIG_IR_RC5_DECODER=y
+CONFIG_IR_RC6_DECODER=y
+CONFIG_IR_JVC_DECODER=y
+CONFIG_IR_SONY_DECODER=y
+CONFIG_IR_RC5_SZ_DECODER=y
+CONFIG_IR_SANYO_DECODER=y
+CONFIG_IR_MCE_KBD_DECODER=y
+CONFIG_IR_LIRC_CODEC=y
+CONFIG_RC_ATI_REMOTE=m
+CONFIG_IR_ENE=m
+CONFIG_IR_IMON=m
+CONFIG_IR_MCEUSB=m
+CONFIG_IR_ITE_CIR=m
+CONFIG_IR_FINTEK=m
+CONFIG_IR_NUVOTON=m
+CONFIG_IR_REDRAT3=m
+CONFIG_IR_STREAMZAP=m
+CONFIG_IR_WINBOND_CIR=m
+CONFIG_RC_LOOPBACK=m
+CONFIG_IR_GPIO_CIR=m
+# CONFIG_MEDIA_ATTACH is not set
+CONFIG_MEDIA_TUNER=m
+# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
+CONFIG_MEDIA_TUNER_SIMPLE=m
+CONFIG_MEDIA_TUNER_TDA8290=m
+CONFIG_MEDIA_TUNER_TDA827X=m
+CONFIG_MEDIA_TUNER_TDA18271=m
+CONFIG_MEDIA_TUNER_TDA9887=m
+CONFIG_MEDIA_TUNER_TEA5761=m
+CONFIG_MEDIA_TUNER_TEA5767=m
+CONFIG_MEDIA_TUNER_MT20XX=m
+CONFIG_MEDIA_TUNER_MT2060=m
+CONFIG_MEDIA_TUNER_MT2063=m
+CONFIG_MEDIA_TUNER_MT2266=m
+CONFIG_MEDIA_TUNER_MT2131=m
+CONFIG_MEDIA_TUNER_QT1010=m
+CONFIG_MEDIA_TUNER_XC2028=m
+CONFIG_MEDIA_TUNER_XC5000=m
+CONFIG_MEDIA_TUNER_XC4000=m
+CONFIG_MEDIA_TUNER_MXL5005S=m
+CONFIG_MEDIA_TUNER_MXL5007T=m
+CONFIG_MEDIA_TUNER_MC44S803=m
+CONFIG_MEDIA_TUNER_MAX2165=m
+CONFIG_MEDIA_TUNER_TDA18218=m
+CONFIG_MEDIA_TUNER_FC0011=m
+CONFIG_MEDIA_TUNER_TDA18212=m
+CONFIG_MEDIA_TUNER_TUA9001=m
+CONFIG_VIDEO_V4L2=y
+CONFIG_VIDEOBUF_GEN=m
+CONFIG_VIDEOBUF_DMA_SG=m
+CONFIG_VIDEOBUF_VMALLOC=m
+CONFIG_VIDEOBUF_DMA_CONTIG=m
+CONFIG_VIDEOBUF_DVB=m
+CONFIG_VIDEO_BTCX=m
+CONFIG_VIDEO_TVEEPROM=m
+CONFIG_VIDEO_TUNER=m
+CONFIG_VIDEOBUF2_CORE=m
+CONFIG_VIDEOBUF2_MEMOPS=m
+CONFIG_VIDEOBUF2_DMA_CONTIG=m
+CONFIG_VIDEOBUF2_VMALLOC=m
+CONFIG_VIDEO_CAPTURE_DRIVERS=y
+# CONFIG_VIDEO_ADV_DEBUG is not set
+# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
+CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
+CONFIG_VIDEO_IR_I2C=y
+
+#
+# Audio decoders, processors and mixers
+#
+CONFIG_VIDEO_TVAUDIO=m
+CONFIG_VIDEO_TDA7432=m
+CONFIG_VIDEO_TDA9840=m
+CONFIG_VIDEO_TEA6415C=m
+CONFIG_VIDEO_TEA6420=m
+CONFIG_VIDEO_MSP3400=m
+CONFIG_VIDEO_CS5345=m
+CONFIG_VIDEO_CS53L32A=m
+CONFIG_VIDEO_WM8775=m
+CONFIG_VIDEO_WM8739=m
+CONFIG_VIDEO_VP27SMPX=m
+
+#
+# RDS decoders
+#
+CONFIG_VIDEO_SAA6588=m
+
+#
+# Video decoders
+#
+CONFIG_VIDEO_ADV7180=m
+CONFIG_VIDEO_BT819=m
+CONFIG_VIDEO_BT856=m
+CONFIG_VIDEO_BT866=m
+CONFIG_VIDEO_KS0127=m
+CONFIG_VIDEO_SAA7110=m
+CONFIG_VIDEO_SAA711X=m
+CONFIG_VIDEO_TVP5150=m
+CONFIG_VIDEO_VPX3220=m
+
+#
+# Video and audio decoders
+#
+CONFIG_VIDEO_SAA717X=m
+CONFIG_VIDEO_CX25840=m
+
+#
+# MPEG video encoders
+#
+CONFIG_VIDEO_CX2341X=m
+
+#
+# Video encoders
+#
+CONFIG_VIDEO_SAA7127=m
+CONFIG_VIDEO_SAA7185=m
+CONFIG_VIDEO_ADV7170=m
+CONFIG_VIDEO_ADV7175=m
+
+#
+# Camera sensor devices
+#
+CONFIG_VIDEO_OV7670=m
+CONFIG_VIDEO_MT9V011=m
+
+#
+# Flash devices
+#
+
+#
+# Video improvement chips
+#
+CONFIG_VIDEO_UPD64031A=m
+CONFIG_VIDEO_UPD64083=m
+
+#
+# Miscelaneous helper chips
+#
+CONFIG_VIDEO_M52790=m
+CONFIG_VIDEO_VIVI=m
+CONFIG_V4L_USB_DRIVERS=y
+CONFIG_VIDEO_AU0828=m
+CONFIG_USB_VIDEO_CLASS=m
+CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
+CONFIG_USB_GSPCA=m
+CONFIG_USB_M5602=m
+CONFIG_USB_STV06XX=m
+CONFIG_USB_GL860=m
+CONFIG_USB_GSPCA_BENQ=m
+CONFIG_USB_GSPCA_CONEX=m
+CONFIG_USB_GSPCA_CPIA1=m
+CONFIG_USB_GSPCA_ETOMS=m
+CONFIG_USB_GSPCA_FINEPIX=m
+CONFIG_USB_GSPCA_JEILINJ=m
+CONFIG_USB_GSPCA_JL2005BCD=m
+CONFIG_USB_GSPCA_KINECT=m
+CONFIG_USB_GSPCA_KONICA=m
+CONFIG_USB_GSPCA_MARS=m
+CONFIG_USB_GSPCA_MR97310A=m
+CONFIG_USB_GSPCA_NW80X=m
+CONFIG_USB_GSPCA_OV519=m
+CONFIG_USB_GSPCA_OV534=m
+CONFIG_USB_GSPCA_OV534_9=m
+CONFIG_USB_GSPCA_PAC207=m
+CONFIG_USB_GSPCA_PAC7302=m
+CONFIG_USB_GSPCA_PAC7311=m
+CONFIG_USB_GSPCA_SE401=m
+CONFIG_USB_GSPCA_SN9C2028=m
+CONFIG_USB_GSPCA_SN9C20X=m
+CONFIG_USB_GSPCA_SONIXB=m
+CONFIG_USB_GSPCA_SONIXJ=m
+CONFIG_USB_GSPCA_SPCA500=m
+CONFIG_USB_GSPCA_SPCA501=m
+CONFIG_USB_GSPCA_SPCA505=m
+CONFIG_USB_GSPCA_SPCA506=m
+CONFIG_USB_GSPCA_SPCA508=m
+CONFIG_USB_GSPCA_SPCA561=m
+CONFIG_USB_GSPCA_SPCA1528=m
+CONFIG_USB_GSPCA_SQ905=m
+CONFIG_USB_GSPCA_SQ905C=m
+CONFIG_USB_GSPCA_SQ930X=m
+CONFIG_USB_GSPCA_STK014=m
+CONFIG_USB_GSPCA_STV0680=m
+CONFIG_USB_GSPCA_SUNPLUS=m
+CONFIG_USB_GSPCA_T613=m
+CONFIG_USB_GSPCA_TOPRO=m
+CONFIG_USB_GSPCA_TV8532=m
+CONFIG_USB_GSPCA_VC032X=m
+CONFIG_USB_GSPCA_VICAM=m
+CONFIG_USB_GSPCA_XIRLINK_CIT=m
+CONFIG_USB_GSPCA_ZC3XX=m
+CONFIG_VIDEO_PVRUSB2=m
+CONFIG_VIDEO_PVRUSB2_SYSFS=y
+CONFIG_VIDEO_PVRUSB2_DVB=y
+# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
+CONFIG_VIDEO_HDPVR=m
+CONFIG_VIDEO_EM28XX=m
+CONFIG_VIDEO_EM28XX_ALSA=m
+CONFIG_VIDEO_EM28XX_DVB=m
+CONFIG_VIDEO_EM28XX_RC=m
+CONFIG_VIDEO_TLG2300=m
+CONFIG_VIDEO_CX231XX=m
+CONFIG_VIDEO_CX231XX_RC=y
+CONFIG_VIDEO_CX231XX_ALSA=m
+CONFIG_VIDEO_CX231XX_DVB=m
+CONFIG_VIDEO_TM6000=m
+CONFIG_VIDEO_TM6000_ALSA=m
+CONFIG_VIDEO_TM6000_DVB=m
+CONFIG_VIDEO_USBVISION=m
+CONFIG_USB_SN9C102=m
+CONFIG_USB_PWC=m
+# CONFIG_USB_PWC_DEBUG is not set
+CONFIG_USB_PWC_INPUT_EVDEV=y
+CONFIG_VIDEO_CPIA2=m
+CONFIG_USB_ZR364XX=m
+CONFIG_USB_STKWEBCAM=m
+CONFIG_USB_S2255=m
+CONFIG_V4L_PCI_DRIVERS=y
+CONFIG_VIDEO_BT848=m
+# CONFIG_VIDEO_BT848_DVB is not set
+CONFIG_VIDEO_CX18=m
+CONFIG_VIDEO_CX18_ALSA=m
+CONFIG_VIDEO_CX23885=m
+CONFIG_MEDIA_ALTERA_CI=m
+CONFIG_VIDEO_CX25821=m
+CONFIG_VIDEO_CX25821_ALSA=m
+CONFIG_VIDEO_CX88=m
+CONFIG_VIDEO_CX88_ALSA=m
+CONFIG_VIDEO_CX88_BLACKBIRD=m
+CONFIG_VIDEO_CX88_DVB=m
+CONFIG_VIDEO_CX88_VP3054=m
+CONFIG_VIDEO_CX88_MPEG=m
+CONFIG_VIDEO_HEXIUM_GEMINI=m
+CONFIG_VIDEO_HEXIUM_ORION=m
+CONFIG_VIDEO_IVTV=m
+CONFIG_VIDEO_FB_IVTV=m
+CONFIG_VIDEO_MXB=m
+CONFIG_VIDEO_SAA7134=m
+CONFIG_VIDEO_SAA7134_ALSA=m
+CONFIG_VIDEO_SAA7134_RC=y
+CONFIG_VIDEO_SAA7134_DVB=m
+CONFIG_VIDEO_SAA7164=m
+CONFIG_VIDEO_ZORAN=m
+CONFIG_VIDEO_ZORAN_DC30=m
+CONFIG_VIDEO_ZORAN_ZR36060=m
+CONFIG_VIDEO_ZORAN_BUZ=m
+CONFIG_VIDEO_ZORAN_DC10=m
+CONFIG_VIDEO_ZORAN_LML33=m
+CONFIG_VIDEO_ZORAN_LML33R10=m
+CONFIG_VIDEO_ZORAN_AVS6EYES=m
+# CONFIG_V4L_ISA_PARPORT_DRIVERS is not set
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_VIDEO_CAFE_CCIC=m
+CONFIG_VIDEO_TIMBERDALE=m
+CONFIG_SOC_CAMERA=m
+CONFIG_SOC_CAMERA_IMX074=m
+CONFIG_SOC_CAMERA_MT9M001=m
+CONFIG_SOC_CAMERA_MT9M111=m
+CONFIG_SOC_CAMERA_MT9T031=m
+CONFIG_SOC_CAMERA_MT9T112=m
+CONFIG_SOC_CAMERA_MT9V022=m
+CONFIG_SOC_CAMERA_RJ54N1=m
+CONFIG_SOC_CAMERA_TW9910=m
+CONFIG_SOC_CAMERA_PLATFORM=m
+CONFIG_SOC_CAMERA_OV2640=m
+CONFIG_SOC_CAMERA_OV5642=m
+CONFIG_SOC_CAMERA_OV6650=m
+CONFIG_SOC_CAMERA_OV772X=m
+CONFIG_SOC_CAMERA_OV9640=m
+CONFIG_SOC_CAMERA_OV9740=m
+# CONFIG_V4L_MEM2MEM_DRIVERS is not set
+CONFIG_RADIO_ADAPTERS=y
+CONFIG_RADIO_SI470X=y
+CONFIG_USB_SI470X=m
+CONFIG_I2C_SI470X=m
+CONFIG_USB_MR800=m
+CONFIG_USB_DSBR=m
+CONFIG_RADIO_MAXIRADIO=m
+CONFIG_I2C_SI4713=m
+CONFIG_RADIO_SI4713=m
+CONFIG_USB_KEENE=m
+CONFIG_RADIO_TEA5764=m
+CONFIG_RADIO_SAA7706H=m
+CONFIG_RADIO_TEF6862=m
+CONFIG_RADIO_WL1273=m
+
+#
+# Texas Instruments WL128x FM driver (ST based)
+#
+CONFIG_DVB_MAX_ADAPTERS=8
+# CONFIG_DVB_DYNAMIC_MINORS is not set
+CONFIG_DVB_CAPTURE_DRIVERS=y
+
+#
+# Supported SAA7146 based PCI Adapters
+#
+CONFIG_TTPCI_EEPROM=m
+CONFIG_DVB_AV7110=m
+CONFIG_DVB_AV7110_OSD=y
+CONFIG_DVB_BUDGET_CORE=m
+CONFIG_DVB_BUDGET=m
+CONFIG_DVB_BUDGET_CI=m
+CONFIG_DVB_BUDGET_AV=m
+CONFIG_DVB_BUDGET_PATCH=m
+
+#
+# Supported USB Adapters
+#
+CONFIG_DVB_USB=m
+# CONFIG_DVB_USB_DEBUG is not set
+# CONFIG_DVB_USB_A800 is not set
+CONFIG_DVB_USB_DIBUSB_MB=m
+CONFIG_DVB_USB_DIBUSB_MB_FAULTY=y
+CONFIG_DVB_USB_DIBUSB_MC=m
+CONFIG_DVB_USB_DIB0700=m
+CONFIG_DVB_USB_UMT_010=m
+CONFIG_DVB_USB_CXUSB=m
+CONFIG_DVB_USB_M920X=m
+CONFIG_DVB_USB_GL861=m
+CONFIG_DVB_USB_AU6610=m
+CONFIG_DVB_USB_DIGITV=m
+CONFIG_DVB_USB_VP7045=m
+CONFIG_DVB_USB_VP702X=m
+CONFIG_DVB_USB_GP8PSK=m
+CONFIG_DVB_USB_NOVA_T_USB2=m
+CONFIG_DVB_USB_TTUSB2=m
+CONFIG_DVB_USB_DTT200U=m
+CONFIG_DVB_USB_OPERA1=m
+CONFIG_DVB_USB_AF9005=m
+CONFIG_DVB_USB_AF9005_REMOTE=m
+CONFIG_DVB_USB_PCTV452E=m
+CONFIG_DVB_USB_DW2102=m
+CONFIG_DVB_USB_CINERGY_T2=m
+CONFIG_DVB_USB_ANYSEE=m
+CONFIG_DVB_USB_DTV5100=m
+CONFIG_DVB_USB_AF9015=m
+CONFIG_DVB_USB_CE6230=m
+CONFIG_DVB_USB_FRIIO=m
+CONFIG_DVB_USB_EC168=m
+CONFIG_DVB_USB_AZ6007=m
+CONFIG_DVB_USB_AZ6027=m
+CONFIG_DVB_USB_LME2510=m
+CONFIG_DVB_USB_TECHNISAT_USB2=m
+CONFIG_DVB_USB_IT913X=m
+CONFIG_DVB_USB_MXL111SF=m
+CONFIG_DVB_USB_RTL28XXU=m
+CONFIG_DVB_USB_AF9035=m
+CONFIG_DVB_TTUSB_BUDGET=m
+CONFIG_DVB_TTUSB_DEC=m
+CONFIG_SMS_SIANO_MDTV=m
+
+#
+# Siano module components
+#
+CONFIG_SMS_USB_DRV=m
+CONFIG_SMS_SDIO_DRV=m
+
+#
+# Supported FlexCopII (B2C2) Adapters
+#
+CONFIG_DVB_B2C2_FLEXCOP=m
+CONFIG_DVB_B2C2_FLEXCOP_PCI=m
+CONFIG_DVB_B2C2_FLEXCOP_USB=m
+# CONFIG_DVB_B2C2_FLEXCOP_DEBUG is not set
+
+#
+# Supported BT878 Adapters
+#
+CONFIG_DVB_BT8XX=m
+
+#
+# Supported Pluto2 Adapters
+#
+CONFIG_DVB_PLUTO2=m
+
+#
+# Supported SDMC DM1105 Adapters
+#
+CONFIG_DVB_DM1105=m
+
+#
+# Supported Earthsoft PT1 Adapters
+#
+CONFIG_DVB_PT1=m
+
+#
+# Supported Mantis Adapters
+#
+CONFIG_MANTIS_CORE=m
+CONFIG_DVB_MANTIS=m
+CONFIG_DVB_HOPPER=m
+
+#
+# Supported nGene Adapters
+#
+CONFIG_DVB_NGENE=m
+
+#
+# Supported ddbridge ('Octopus') Adapters
+#
+CONFIG_DVB_DDBRIDGE=m
+
+#
+# Supported DVB Frontends
+#
+# CONFIG_DVB_FE_CUSTOMISE is not set
+
+#
+# Multistandard (satellite) frontends
+#
+CONFIG_DVB_STB0899=m
+CONFIG_DVB_STB6100=m
+CONFIG_DVB_STV090x=m
+CONFIG_DVB_STV6110x=m
+
+#
+# Multistandard (cable + terrestrial) frontends
+#
+CONFIG_DVB_DRXK=m
+CONFIG_DVB_TDA18271C2DD=m
+
+#
+# DVB-S (satellite) frontends
+#
+CONFIG_DVB_CX24110=m
+CONFIG_DVB_CX24123=m
+CONFIG_DVB_MT312=m
+CONFIG_DVB_ZL10036=m
+CONFIG_DVB_ZL10039=m
+CONFIG_DVB_S5H1420=m
+CONFIG_DVB_STV0288=m
+CONFIG_DVB_STB6000=m
+CONFIG_DVB_STV0299=m
+CONFIG_DVB_STV6110=m
+CONFIG_DVB_STV0900=m
+CONFIG_DVB_TDA8083=m
+CONFIG_DVB_TDA10086=m
+CONFIG_DVB_TDA8261=m
+CONFIG_DVB_VES1X93=m
+CONFIG_DVB_TUNER_ITD1000=m
+CONFIG_DVB_TUNER_CX24113=m
+CONFIG_DVB_TDA826X=m
+CONFIG_DVB_TUA6100=m
+CONFIG_DVB_CX24116=m
+CONFIG_DVB_SI21XX=m
+CONFIG_DVB_DS3000=m
+CONFIG_DVB_MB86A16=m
+CONFIG_DVB_TDA10071=m
+
+#
+# DVB-T (terrestrial) frontends
+#
+CONFIG_DVB_SP8870=m
+CONFIG_DVB_SP887X=m
+CONFIG_DVB_CX22700=m
+CONFIG_DVB_CX22702=m
+CONFIG_DVB_DRXD=m
+CONFIG_DVB_L64781=m
+CONFIG_DVB_TDA1004X=m
+CONFIG_DVB_NXT6000=m
+CONFIG_DVB_MT352=m
+CONFIG_DVB_ZL10353=m
+CONFIG_DVB_DIB3000MB=m
+CONFIG_DVB_DIB3000MC=m
+CONFIG_DVB_DIB7000M=m
+CONFIG_DVB_DIB7000P=m
+CONFIG_DVB_TDA10048=m
+CONFIG_DVB_AF9013=m
+CONFIG_DVB_EC100=m
+CONFIG_DVB_STV0367=m
+CONFIG_DVB_CXD2820R=m
+CONFIG_DVB_RTL2830=m
+
+#
+# DVB-C (cable) frontends
+#
+CONFIG_DVB_VES1820=m
+CONFIG_DVB_TDA10021=m
+CONFIG_DVB_TDA10023=m
+CONFIG_DVB_STV0297=m
+
+#
+# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
+#
+CONFIG_DVB_NXT200X=m
+CONFIG_DVB_OR51211=m
+CONFIG_DVB_OR51132=m
+CONFIG_DVB_BCM3510=m
+CONFIG_DVB_LGDT330X=m
+CONFIG_DVB_LGDT3305=m
+CONFIG_DVB_LG2160=m
+CONFIG_DVB_S5H1409=m
+CONFIG_DVB_AU8522=m
+CONFIG_DVB_AU8522_DTV=m
+CONFIG_DVB_AU8522_V4L=m
+CONFIG_DVB_S5H1411=m
+
+#
+# ISDB-T (terrestrial) frontends
+#
+CONFIG_DVB_S921=m
+CONFIG_DVB_DIB8000=m
+CONFIG_DVB_MB86A20S=m
+
+#
+# Digital terrestrial only tuners/PLL
+#
+CONFIG_DVB_PLL=m
+CONFIG_DVB_TUNER_DIB0070=m
+CONFIG_DVB_TUNER_DIB0090=m
+
+#
+# SEC control devices for DVB-S
+#
+CONFIG_DVB_LNBP21=m
+CONFIG_DVB_LNBP22=m
+CONFIG_DVB_ISL6405=m
+CONFIG_DVB_ISL6421=m
+CONFIG_DVB_ISL6423=m
+CONFIG_DVB_A8293=m
+CONFIG_DVB_LGS8GXX=m
+CONFIG_DVB_ATBM8830=m
+CONFIG_DVB_TDA665x=m
+CONFIG_DVB_IX2505V=m
+CONFIG_DVB_IT913X_FE=m
+CONFIG_DVB_M88RS2000=m
+CONFIG_DVB_AF9033=m
+
+#
+# Tools to develop new frontends
+#
+# CONFIG_DVB_DUMMY_FE is not set
+
+#
+# Graphics support
+#
+CONFIG_AGP=y
+CONFIG_AGP_AMD64=y
+CONFIG_AGP_INTEL=m
+# CONFIG_AGP_SIS is not set
+# CONFIG_AGP_VIA is not set
+CONFIG_VGA_ARB=y
+CONFIG_VGA_ARB_MAX_GPUS=16
+# CONFIG_VGA_SWITCHEROO is not set
+CONFIG_DRM=y
+CONFIG_DRM_USB=m
+CONFIG_DRM_KMS_HELPER=y
+# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
+CONFIG_DRM_TTM=y
+# CONFIG_DRM_TDFX is not set
+# CONFIG_DRM_R128 is not set
+CONFIG_DRM_RADEON=y
+CONFIG_DRM_RADEON_KMS=y
+# CONFIG_DRM_NOUVEAU is not set
+
+#
+# I2C encoder or helper chips
+#
+# CONFIG_DRM_I2C_CH7006 is not set
+# CONFIG_DRM_I2C_SIL164 is not set
+# CONFIG_DRM_I810 is not set
+CONFIG_DRM_I915=m
+CONFIG_DRM_I915_KMS=y
+# CONFIG_DRM_MGA is not set
+# CONFIG_DRM_SIS is not set
+# CONFIG_DRM_VIA is not set
+# CONFIG_DRM_SAVAGE is not set
+# CONFIG_DRM_VMWGFX is not set
+# CONFIG_DRM_GMA500 is not set
+CONFIG_DRM_UDL=m
+CONFIG_DRM_AST=m
+CONFIG_DRM_MGAG200=m
+CONFIG_DRM_CIRRUS_QEMU=m
+# CONFIG_STUB_POULSBO is not set
+# CONFIG_VGASTATE is not set
+CONFIG_VIDEO_OUTPUT_CONTROL=m
+CONFIG_FB=y
+# CONFIG_FIRMWARE_EDID is not set
+# CONFIG_FB_DDC is not set
+# CONFIG_FB_BOOT_VESA_SUPPORT is not set
+CONFIG_FB_CFB_FILLRECT=y
+CONFIG_FB_CFB_COPYAREA=y
+CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
+CONFIG_FB_SYS_FILLRECT=y
+CONFIG_FB_SYS_COPYAREA=y
+CONFIG_FB_SYS_IMAGEBLIT=y
+# CONFIG_FB_FOREIGN_ENDIAN is not set
+CONFIG_FB_SYS_FOPS=y
+# CONFIG_FB_WMT_GE_ROPS is not set
+CONFIG_FB_DEFERRED_IO=y
+# CONFIG_FB_SVGALIB is not set
+# CONFIG_FB_MACMODES is not set
+# CONFIG_FB_BACKLIGHT is not set
+CONFIG_FB_MODE_HELPERS=y
+CONFIG_FB_TILEBLITTING=y
+
+#
+# Frame buffer hardware drivers
+#
+# CONFIG_FB_CIRRUS is not set
+# CONFIG_FB_PM2 is not set
+# CONFIG_FB_CYBER2000 is not set
+# CONFIG_FB_ARC is not set
+# CONFIG_FB_ASILIANT is not set
+# CONFIG_FB_IMSTT is not set
+# CONFIG_FB_VGA16 is not set
+# CONFIG_FB_UVESA is not set
+# CONFIG_FB_VESA is not set
+# CONFIG_FB_EFI is not set
+# CONFIG_FB_N411 is not set
+# CONFIG_FB_HGA is not set
+# CONFIG_FB_S1D13XXX is not set
+# CONFIG_FB_NVIDIA is not set
+# CONFIG_FB_RIVA is not set
+# CONFIG_FB_I740 is not set
+# CONFIG_FB_LE80578 is not set
+# CONFIG_FB_MATROX is not set
+# CONFIG_FB_RADEON is not set
+# CONFIG_FB_ATY128 is not set
+# CONFIG_FB_ATY is not set
+# CONFIG_FB_S3 is not set
+# CONFIG_FB_SAVAGE is not set
+# CONFIG_FB_SIS is not set
+# CONFIG_FB_VIA is not set
+# CONFIG_FB_NEOMAGIC is not set
+# CONFIG_FB_KYRO is not set
+# CONFIG_FB_3DFX is not set
+# CONFIG_FB_VOODOO1 is not set
+# CONFIG_FB_VT8623 is not set
+# CONFIG_FB_TRIDENT is not set
+# CONFIG_FB_ARK is not set
+# CONFIG_FB_PM3 is not set
+# CONFIG_FB_CARMINE is not set
+# CONFIG_FB_GEODE is not set
+# CONFIG_FB_TMIO is not set
+# CONFIG_FB_SM501 is not set
+# CONFIG_FB_SMSCUFX is not set
+# CONFIG_FB_UDL is not set
+# CONFIG_FB_VIRTUAL is not set
+CONFIG_XEN_FBDEV_FRONTEND=y
+# CONFIG_FB_METRONOME is not set
+# CONFIG_FB_MB862XX is not set
+# CONFIG_FB_BROADSHEET is not set
+CONFIG_FB_AUO_K190X=m
+CONFIG_FB_AUO_K1900=m
+CONFIG_FB_AUO_K1901=m
+# CONFIG_EXYNOS_VIDEO is not set
+CONFIG_BACKLIGHT_LCD_SUPPORT=y
+# CONFIG_LCD_CLASS_DEVICE is not set
+CONFIG_BACKLIGHT_CLASS_DEVICE=y
+CONFIG_BACKLIGHT_GENERIC=y
+CONFIG_BACKLIGHT_LM3533=m
+# CONFIG_BACKLIGHT_PROGEAR is not set
+# CONFIG_BACKLIGHT_DA903X is not set
+# CONFIG_BACKLIGHT_MAX8925 is not set
+# CONFIG_BACKLIGHT_APPLE is not set
+# CONFIG_BACKLIGHT_SAHARA is not set
+# CONFIG_BACKLIGHT_WM831X is not set
+# CONFIG_BACKLIGHT_ADP5520 is not set
+# CONFIG_BACKLIGHT_ADP8860 is not set
+# CONFIG_BACKLIGHT_ADP8870 is not set
+# CONFIG_BACKLIGHT_88PM860X is not set
+# CONFIG_BACKLIGHT_PCF50633 is not set
+# CONFIG_BACKLIGHT_LP855X is not set
+# CONFIG_BACKLIGHT_PANDORA is not set
+
+#
+# Console display driver support
+#
+CONFIG_VGA_CONSOLE=y
+CONFIG_VGACON_SOFT_SCROLLBACK=y
+CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
+CONFIG_DUMMY_CONSOLE=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
+# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
+# CONFIG_FONTS is not set
+CONFIG_FONT_8x8=y
+CONFIG_FONT_8x16=y
+CONFIG_LOGO=y
+# CONFIG_LOGO_LINUX_MONO is not set
+# CONFIG_LOGO_LINUX_VGA16 is not set
+CONFIG_LOGO_LINUX_CLUT224=y
+CONFIG_SOUND=y
+CONFIG_SOUND_OSS_CORE=y
+CONFIG_SOUND_OSS_CORE_PRECLAIM=y
+CONFIG_SND=y
+CONFIG_SND_TIMER=y
+CONFIG_SND_PCM=y
+CONFIG_SND_HWDEP=y
+CONFIG_SND_RAWMIDI=m
+CONFIG_SND_JACK=y
+CONFIG_SND_SEQUENCER=y
+CONFIG_SND_SEQ_DUMMY=y
+CONFIG_SND_OSSEMUL=y
+CONFIG_SND_MIXER_OSS=y
+CONFIG_SND_PCM_OSS=y
+CONFIG_SND_PCM_OSS_PLUGINS=y
+CONFIG_SND_SEQUENCER_OSS=y
+CONFIG_SND_HRTIMER=y
+CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
+CONFIG_SND_DYNAMIC_MINORS=y
+CONFIG_SND_SUPPORT_OLD_API=y
+CONFIG_SND_VERBOSE_PROCFS=y
+# CONFIG_SND_VERBOSE_PRINTK is not set
+# CONFIG_SND_DEBUG is not set
+CONFIG_SND_VMASTER=y
+CONFIG_SND_KCTL_JACK=y
+CONFIG_SND_DMA_SGBUF=y
+CONFIG_SND_RAWMIDI_SEQ=m
+CONFIG_SND_OPL3_LIB_SEQ=m
+# CONFIG_SND_OPL4_LIB_SEQ is not set
+# CONFIG_SND_SBAWE_SEQ is not set
+CONFIG_SND_EMU10K1_SEQ=m
+CONFIG_SND_MPU401_UART=m
+CONFIG_SND_OPL3_LIB=m
+CONFIG_SND_VX_LIB=m
+CONFIG_SND_AC97_CODEC=y
+CONFIG_SND_DRIVERS=y
+CONFIG_SND_PCSP=m
+CONFIG_SND_DUMMY=m
+CONFIG_SND_ALOOP=m
+CONFIG_SND_VIRMIDI=m
+CONFIG_SND_MTPAV=m
+CONFIG_SND_MTS64=m
+CONFIG_SND_SERIAL_U16550=m
+CONFIG_SND_MPU401=m
+CONFIG_SND_PORTMAN2X4=m
+# CONFIG_SND_AC97_POWER_SAVE is not set
+CONFIG_SND_SB_COMMON=m
+CONFIG_SND_SB16_DSP=m
+CONFIG_SND_TEA575X=m
+CONFIG_SND_PCI=y
+CONFIG_SND_AD1889=m
+CONFIG_SND_ALS300=m
+CONFIG_SND_ALS4000=m
+CONFIG_SND_ALI5451=m
+CONFIG_SND_ASIHPI=m
+CONFIG_SND_ATIIXP=y
+CONFIG_SND_ATIIXP_MODEM=y
+CONFIG_SND_AU8810=m
+CONFIG_SND_AU8820=m
+CONFIG_SND_AU8830=m
+CONFIG_SND_AW2=m
+CONFIG_SND_AZT3328=m
+CONFIG_SND_BT87X=m
+# CONFIG_SND_BT87X_OVERCLOCK is not set
+CONFIG_SND_CA0106=m
+CONFIG_SND_CMIPCI=m
+CONFIG_SND_OXYGEN_LIB=m
+CONFIG_SND_OXYGEN=m
+CONFIG_SND_CS4281=m
+CONFIG_SND_CS46XX=m
+CONFIG_SND_CS46XX_NEW_DSP=y
+CONFIG_SND_CS5530=m
+CONFIG_SND_CS5535AUDIO=m
+CONFIG_SND_CTXFI=m
+CONFIG_SND_DARLA20=m
+CONFIG_SND_GINA20=m
+CONFIG_SND_LAYLA20=m
+CONFIG_SND_DARLA24=m
+CONFIG_SND_GINA24=m
+CONFIG_SND_LAYLA24=m
+CONFIG_SND_MONA=m
+CONFIG_SND_MIA=m
+CONFIG_SND_ECHO3G=m
+CONFIG_SND_INDIGO=m
+CONFIG_SND_INDIGOIO=m
+CONFIG_SND_INDIGODJ=m
+CONFIG_SND_INDIGOIOX=m
+CONFIG_SND_INDIGODJX=m
+CONFIG_SND_EMU10K1=m
+CONFIG_SND_EMU10K1X=m
+CONFIG_SND_ENS1370=m
+CONFIG_SND_ENS1371=m
+CONFIG_SND_ES1938=m
+CONFIG_SND_ES1968=m
+# CONFIG_SND_ES1968_INPUT is not set
+# CONFIG_SND_ES1968_RADIO is not set
+CONFIG_SND_FM801=m
+# CONFIG_SND_FM801_TEA575X_BOOL is not set
+CONFIG_SND_HDA_INTEL=y
+CONFIG_SND_HDA_PREALLOC_SIZE=64
+CONFIG_SND_HDA_HWDEP=y
+# CONFIG_SND_HDA_RECONFIG is not set
+# CONFIG_SND_HDA_INPUT_BEEP is not set
+# CONFIG_SND_HDA_INPUT_JACK is not set
+# CONFIG_SND_HDA_PATCH_LOADER is not set
+CONFIG_SND_HDA_CODEC_REALTEK=y
+CONFIG_SND_HDA_CODEC_ANALOG=y
+CONFIG_SND_HDA_CODEC_SIGMATEL=y
+CONFIG_SND_HDA_CODEC_VIA=y
+CONFIG_SND_HDA_CODEC_HDMI=y
+CONFIG_SND_HDA_CODEC_CIRRUS=y
+CONFIG_SND_HDA_CODEC_CONEXANT=y
+CONFIG_SND_HDA_CODEC_CA0110=y
+CONFIG_SND_HDA_CODEC_CA0132=y
+CONFIG_SND_HDA_CODEC_CMEDIA=y
+CONFIG_SND_HDA_CODEC_SI3054=y
+CONFIG_SND_HDA_GENERIC=y
+# CONFIG_SND_HDA_POWER_SAVE is not set
+CONFIG_SND_HDSP=m
+CONFIG_SND_HDSPM=m
+CONFIG_SND_ICE1712=m
+CONFIG_SND_ICE1724=m
+CONFIG_SND_INTEL8X0=m
+CONFIG_SND_INTEL8X0M=m
+CONFIG_SND_KORG1212=m
+CONFIG_SND_LOLA=m
+CONFIG_SND_LX6464ES=m
+CONFIG_SND_MAESTRO3=m
+# CONFIG_SND_MAESTRO3_INPUT is not set
+CONFIG_SND_MIXART=m
+CONFIG_SND_NM256=m
+CONFIG_SND_PCXHR=m
+CONFIG_SND_RIPTIDE=m
+CONFIG_SND_RME32=m
+CONFIG_SND_RME96=m
+CONFIG_SND_RME9652=m
+CONFIG_SND_SONICVIBES=m
+CONFIG_SND_TRIDENT=m
+CONFIG_SND_VIA82XX=m
+CONFIG_SND_VIA82XX_MODEM=m
+CONFIG_SND_VIRTUOSO=m
+CONFIG_SND_VX222=m
+CONFIG_SND_YMFPCI=m
+CONFIG_SND_USB=y
+CONFIG_SND_USB_AUDIO=m
+CONFIG_SND_USB_UA101=m
+CONFIG_SND_USB_USX2Y=m
+CONFIG_SND_USB_CAIAQ=m
+# CONFIG_SND_USB_CAIAQ_INPUT is not set
+CONFIG_SND_USB_US122L=m
+CONFIG_SND_USB_6FIRE=m
+# CONFIG_SND_PCMCIA is not set
+# CONFIG_SND_SOC is not set
+# CONFIG_SOUND_PRIME is not set
+CONFIG_AC97_BUS=y
+
+#
+# HID support
+#
+CONFIG_HID=y
+# CONFIG_HID_BATTERY_STRENGTH is not set
+CONFIG_HIDRAW=y
+CONFIG_HID_GENERIC=m
+
+#
+# Special HID drivers
+#
+CONFIG_HID_A4TECH=y
+CONFIG_HID_ACRUX=m
+CONFIG_HID_ACRUX_FF=y
+CONFIG_HID_APPLE=y
+CONFIG_HID_AUREAL=m
+CONFIG_HID_BELKIN=y
+CONFIG_HID_CHERRY=y
+CONFIG_HID_CHICONY=y
+CONFIG_HID_PRODIKEYS=m
+CONFIG_HID_CYPRESS=y
+CONFIG_HID_DRAGONRISE=m
+CONFIG_DRAGONRISE_FF=y
+CONFIG_HID_EMS_FF=m
+CONFIG_HID_EZKEY=y
+CONFIG_HID_HOLTEK=m
+CONFIG_HOLTEK_FF=y
+CONFIG_HID_KEYTOUCH=m
+CONFIG_HID_KYE=y
+CONFIG_HID_UCLOGIC=m
+CONFIG_HID_WALTOP=m
+CONFIG_HID_GYRATION=y
+CONFIG_HID_TWINHAN=m
+CONFIG_HID_KENSINGTON=y
+CONFIG_HID_LCPOWER=m
+CONFIG_HID_LOGITECH=y
+CONFIG_HID_LOGITECH_DJ=m
+CONFIG_LOGITECH_FF=y
+CONFIG_LOGIRUMBLEPAD2_FF=y
+CONFIG_LOGIG940_FF=y
+CONFIG_LOGIWHEELS_FF=y
+CONFIG_HID_MICROSOFT=y
+CONFIG_HID_MONTEREY=y
+CONFIG_HID_MULTITOUCH=m
+CONFIG_HID_NTRIG=y
+CONFIG_HID_ORTEK=m
+CONFIG_HID_PANTHERLORD=y
+CONFIG_PANTHERLORD_FF=y
+CONFIG_HID_PETALYNX=y
+CONFIG_HID_PICOLCD=m
+CONFIG_HID_PICOLCD_FB=y
+CONFIG_HID_PICOLCD_BACKLIGHT=y
+CONFIG_HID_PICOLCD_LEDS=y
+CONFIG_HID_PRIMAX=m
+CONFIG_HID_ROCCAT=m
+CONFIG_HID_SAITEK=m
+CONFIG_HID_SAMSUNG=y
+CONFIG_HID_SONY=y
+CONFIG_HID_SPEEDLINK=m
+CONFIG_HID_SUNPLUS=y
+CONFIG_HID_GREENASIA=m
+CONFIG_GREENASIA_FF=y
+CONFIG_HID_SMARTJOYPLUS=m
+# CONFIG_SMARTJOYPLUS_FF is not set
+CONFIG_HID_TIVO=m
+CONFIG_HID_TOPSEED=y
+CONFIG_HID_THRUSTMASTER=m
+CONFIG_THRUSTMASTER_FF=y
+CONFIG_HID_ZEROPLUS=m
+CONFIG_ZEROPLUS_FF=y
+CONFIG_HID_ZYDACRON=m
+
+#
+# USB HID support
+#
+CONFIG_USB_HID=y
+CONFIG_HID_PID=y
+CONFIG_USB_HIDDEV=y
+CONFIG_USB_ARCH_HAS_OHCI=y
+CONFIG_USB_ARCH_HAS_EHCI=y
+CONFIG_USB_ARCH_HAS_XHCI=y
+CONFIG_USB_SUPPORT=y
+CONFIG_USB_COMMON=y
+CONFIG_USB_ARCH_HAS_HCD=y
+CONFIG_USB=y
+CONFIG_USB_DEBUG=y
+CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
+
+#
+# Miscellaneous USB options
+#
+# CONFIG_USB_DYNAMIC_MINORS is not set
+CONFIG_USB_DWC3=m
+# CONFIG_USB_DWC3_DEBUG is not set
+CONFIG_USB_MON=y
+CONFIG_USB_WUSB=m
+CONFIG_USB_WUSB_CBAF=m
+# CONFIG_USB_WUSB_CBAF_DEBUG is not set
+
+#
+# USB Host Controller Drivers
+#
+CONFIG_USB_C67X00_HCD=m
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PLATFORM=m
+# CONFIG_USB_XHCI_HCD_DEBUGGING is not set
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_ROOT_HUB_TT=y
+CONFIG_USB_EHCI_TT_NEWSCHED=y
+CONFIG_USB_OXU210HP_HCD=m
+CONFIG_USB_ISP116X_HCD=m
+CONFIG_USB_ISP1760_HCD=m
+CONFIG_USB_ISP1362_HCD=m
+CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_OHCI_HCD_PLATFORM=y
+CONFIG_USB_EHCI_HCD_PLATFORM=y
+# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
+# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
+CONFIG_USB_OHCI_LITTLE_ENDIAN=y
+CONFIG_USB_UHCI_HCD=y
+CONFIG_USB_U132_HCD=m
+CONFIG_USB_SL811_HCD=m
+# CONFIG_USB_SL811_HCD_ISO is not set
+CONFIG_USB_SL811_CS=m
+CONFIG_USB_R8A66597_HCD=m
+CONFIG_USB_RENESAS_USBHS_HCD=m
+CONFIG_USB_WHCI_HCD=m
+CONFIG_USB_HWA_HCD=m
+CONFIG_USB_HCD_SSB=m
+CONFIG_USB_MUSB_HDRC=m
+CONFIG_USB_MUSB_TUSB6010=m
+CONFIG_MUSB_PIO_ONLY=y
+CONFIG_USB_CHIPIDEA=m
+CONFIG_USB_CHIPIDEA_UDC=y
+CONFIG_USB_CHIPIDEA_HOST=y
+# CONFIG_USB_CHIPIDEA_DEBUG is not set
+CONFIG_USB_RENESAS_USBHS=m
+
+#
+# USB Device Class drivers
+#
+CONFIG_USB_ACM=m
+CONFIG_USB_PRINTER=y
+CONFIG_USB_WDM=m
+CONFIG_USB_TMC=m
+
+#
+# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
+#
+
+#
+# also be needed; see USB_STORAGE Help for more info
+#
+CONFIG_USB_STORAGE=y
+# CONFIG_USB_STORAGE_DEBUG is not set
+CONFIG_USB_STORAGE_REALTEK=m
+CONFIG_USB_STORAGE_DATAFAB=m
+CONFIG_USB_STORAGE_FREECOM=m
+CONFIG_USB_STORAGE_ISD200=m
+CONFIG_USB_STORAGE_USBAT=m
+CONFIG_USB_STORAGE_SDDR09=m
+CONFIG_USB_STORAGE_SDDR55=m
+CONFIG_USB_STORAGE_JUMPSHOT=m
+CONFIG_USB_STORAGE_ALAUDA=m
+CONFIG_USB_STORAGE_ONETOUCH=m
+CONFIG_USB_STORAGE_KARMA=m
+CONFIG_USB_STORAGE_CYPRESS_ATACB=m
+CONFIG_USB_STORAGE_ENE_UB6250=m
+CONFIG_USB_UAS=m
+CONFIG_USB_LIBUSUAL=y
+
+#
+# USB Imaging devices
+#
+CONFIG_USB_MDC800=m
+CONFIG_USB_MICROTEK=m
+
+#
+# USB port drivers
+#
+CONFIG_USB_USS720=m
+CONFIG_USB_SERIAL=m
+CONFIG_USB_EZUSB=y
+CONFIG_USB_SERIAL_GENERIC=y
+CONFIG_USB_SERIAL_AIRCABLE=m
+CONFIG_USB_SERIAL_ARK3116=m
+CONFIG_USB_SERIAL_BELKIN=m
+CONFIG_USB_SERIAL_CH341=m
+CONFIG_USB_SERIAL_WHITEHEAT=m
+CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
+CONFIG_USB_SERIAL_CP210X=m
+CONFIG_USB_SERIAL_CYPRESS_M8=m
+CONFIG_USB_SERIAL_EMPEG=m
+CONFIG_USB_SERIAL_FTDI_SIO=m
+CONFIG_USB_SERIAL_FUNSOFT=m
+CONFIG_USB_SERIAL_VISOR=m
+CONFIG_USB_SERIAL_IPAQ=m
+CONFIG_USB_SERIAL_IR=m
+CONFIG_USB_SERIAL_EDGEPORT=m
+CONFIG_USB_SERIAL_EDGEPORT_TI=m
+CONFIG_USB_SERIAL_F81232=m
+CONFIG_USB_SERIAL_GARMIN=m
+CONFIG_USB_SERIAL_IPW=m
+CONFIG_USB_SERIAL_IUU=m
+CONFIG_USB_SERIAL_KEYSPAN_PDA=m
+CONFIG_USB_SERIAL_KEYSPAN=m
+CONFIG_USB_SERIAL_KEYSPAN_MPR=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19=y
+CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
+CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
+CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
+CONFIG_USB_SERIAL_KLSI=m
+CONFIG_USB_SERIAL_KOBIL_SCT=m
+CONFIG_USB_SERIAL_MCT_U232=m
+CONFIG_USB_SERIAL_METRO=m
+CONFIG_USB_SERIAL_MOS7720=m
+# CONFIG_USB_SERIAL_MOS7715_PARPORT is not set
+CONFIG_USB_SERIAL_MOS7840=m
+CONFIG_USB_SERIAL_MOTOROLA=m
+CONFIG_USB_SERIAL_NAVMAN=m
+CONFIG_USB_SERIAL_PL2303=m
+CONFIG_USB_SERIAL_OTI6858=m
+CONFIG_USB_SERIAL_QCAUX=m
+CONFIG_USB_SERIAL_QUALCOMM=m
+CONFIG_USB_SERIAL_SPCP8X5=m
+CONFIG_USB_SERIAL_HP4X=m
+CONFIG_USB_SERIAL_SAFE=m
+# CONFIG_USB_SERIAL_SAFE_PADDED is not set
+CONFIG_USB_SERIAL_SIEMENS_MPI=m
+CONFIG_USB_SERIAL_SIERRAWIRELESS=m
+CONFIG_USB_SERIAL_SYMBOL=m
+CONFIG_USB_SERIAL_TI=m
+CONFIG_USB_SERIAL_CYBERJACK=m
+CONFIG_USB_SERIAL_XIRCOM=m
+CONFIG_USB_SERIAL_WWAN=m
+CONFIG_USB_SERIAL_OPTION=m
+CONFIG_USB_SERIAL_OMNINET=m
+CONFIG_USB_SERIAL_OPTICON=m
+CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m
+CONFIG_USB_SERIAL_ZIO=m
+CONFIG_USB_SERIAL_SSU100=m
+CONFIG_USB_SERIAL_QT2=m
+CONFIG_USB_SERIAL_DEBUG=m
+
+#
+# USB Miscellaneous drivers
+#
+CONFIG_USB_EMI62=m
+CONFIG_USB_EMI26=m
+CONFIG_USB_ADUTUX=m
+CONFIG_USB_SEVSEG=m
+CONFIG_USB_RIO500=m
+CONFIG_USB_LEGOTOWER=m
+CONFIG_USB_LCD=m
+CONFIG_USB_LED=m
+CONFIG_USB_CYPRESS_CY7C63=m
+CONFIG_USB_CYTHERM=m
+CONFIG_USB_IDMOUSE=m
+CONFIG_USB_FTDI_ELAN=m
+CONFIG_USB_APPLEDISPLAY=m
+CONFIG_USB_SISUSBVGA=m
+# CONFIG_USB_SISUSBVGA_CON is not set
+CONFIG_USB_LD=m
+CONFIG_USB_TRANCEVIBRATOR=m
+CONFIG_USB_IOWARRIOR=m
+CONFIG_USB_TEST=m
+CONFIG_USB_ISIGHTFW=m
+CONFIG_USB_YUREX=m
+
+#
+# USB Physical Layer drivers
+#
+CONFIG_USB_ISP1301=m
+CONFIG_USB_GADGET=m
+# CONFIG_USB_GADGET_DEBUG is not set
+# CONFIG_USB_GADGET_DEBUG_FILES is not set
+# CONFIG_USB_GADGET_DEBUG_FS is not set
+CONFIG_USB_GADGET_VBUS_DRAW=2
+CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
+
+#
+# USB Peripheral Controller
+#
+CONFIG_USB_R8A66597=m
+CONFIG_USB_RENESAS_USBHS_UDC=m
+CONFIG_USB_MV_UDC=m
+CONFIG_USB_GADGET_MUSB_HDRC=m
+CONFIG_USB_M66592=m
+CONFIG_USB_AMD5536UDC=m
+CONFIG_USB_NET2272=m
+CONFIG_USB_NET2272_DMA=y
+CONFIG_USB_NET2280=m
+CONFIG_USB_GOKU=m
+CONFIG_USB_EG20T=m
+CONFIG_USB_DUMMY_HCD=m
+CONFIG_USB_GADGET_DUALSPEED=y
+CONFIG_USB_GADGET_SUPERSPEED=y
+CONFIG_USB_ZERO=m
+CONFIG_USB_AUDIO=m
+# CONFIG_GADGET_UAC1 is not set
+CONFIG_USB_ETH=m
+CONFIG_USB_ETH_RNDIS=y
+# CONFIG_USB_ETH_EEM is not set
+CONFIG_USB_G_NCM=m
+CONFIG_USB_GADGETFS=m
+CONFIG_USB_FUNCTIONFS=m
+# CONFIG_USB_FUNCTIONFS_ETH is not set
+# CONFIG_USB_FUNCTIONFS_RNDIS is not set
+CONFIG_USB_FUNCTIONFS_GENERIC=y
+CONFIG_USB_FILE_STORAGE=m
+# CONFIG_USB_FILE_STORAGE_TEST is not set
+CONFIG_USB_MASS_STORAGE=m
+CONFIG_USB_G_SERIAL=m
+CONFIG_USB_MIDI_GADGET=m
+CONFIG_USB_G_PRINTER=m
+CONFIG_USB_CDC_COMPOSITE=m
+CONFIG_USB_G_ACM_MS=m
+CONFIG_USB_G_MULTI=m
+CONFIG_USB_G_MULTI_RNDIS=y
+# CONFIG_USB_G_MULTI_CDC is not set
+CONFIG_USB_G_HID=m
+CONFIG_USB_G_DBGP=m
+# CONFIG_USB_G_DBGP_PRINTK is not set
+CONFIG_USB_G_DBGP_SERIAL=y
+CONFIG_USB_G_WEBCAM=m
+
+#
+# OTG and related infrastructure
+#
+CONFIG_USB_OTG_UTILS=y
+CONFIG_TWL4030_USB=m
+CONFIG_TWL6030_USB=m
+CONFIG_NOP_USB_XCEIV=m
+CONFIG_UWB=m
+CONFIG_UWB_HWA=m
+CONFIG_UWB_WHCI=m
+# CONFIG_UWB_I1480U is not set
+CONFIG_MMC=y
+# CONFIG_MMC_DEBUG is not set
+# CONFIG_MMC_UNSAFE_RESUME is not set
+# CONFIG_MMC_CLKGATE is not set
+
+#
+# MMC/SD/SDIO Card Drivers
+#
+CONFIG_MMC_BLOCK=y
+CONFIG_MMC_BLOCK_MINORS=8
+CONFIG_MMC_BLOCK_BOUNCE=y
+CONFIG_SDIO_UART=m
+CONFIG_MMC_TEST=m
+
+#
+# MMC/SD/SDIO Host Controller Drivers
+#
+CONFIG_MMC_SDHCI=m
+CONFIG_MMC_SDHCI_PCI=m
+# CONFIG_MMC_RICOH_MMC is not set
+CONFIG_MMC_SDHCI_PLTFM=m
+CONFIG_MMC_WBSD=m
+CONFIG_MMC_TIFM_SD=m
+CONFIG_MMC_SDRICOH_CS=m
+CONFIG_MMC_CB710=m
+CONFIG_MMC_VIA_SDMMC=m
+CONFIG_MMC_VUB300=m
+CONFIG_MMC_USHC=m
+CONFIG_MEMSTICK=m
+# CONFIG_MEMSTICK_DEBUG is not set
+
+#
+# MemoryStick drivers
+#
+# CONFIG_MEMSTICK_UNSAFE_RESUME is not set
+CONFIG_MSPRO_BLOCK=m
+
+#
+# MemoryStick Host Controller Drivers
+#
+CONFIG_MEMSTICK_TIFM_MS=m
+CONFIG_MEMSTICK_JMICRON_38X=m
+CONFIG_MEMSTICK_R592=m
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=y
+
+#
+# LED drivers
+#
+# CONFIG_LEDS_88PM860X is not set
+CONFIG_LEDS_LM3530=m
+CONFIG_LEDS_LM3533=m
+CONFIG_LEDS_PCA9532=m
+CONFIG_LEDS_LP3944=m
+CONFIG_LEDS_LP5521=m
+CONFIG_LEDS_LP5523=m
+CONFIG_LEDS_CLEVO_MAIL=m
+CONFIG_LEDS_PCA955X=m
+CONFIG_LEDS_PCA9633=m
+CONFIG_LEDS_WM831X_STATUS=m
+CONFIG_LEDS_WM8350=m
+CONFIG_LEDS_DA903X=m
+CONFIG_LEDS_REGULATOR=m
+CONFIG_LEDS_BD2802=m
+CONFIG_LEDS_INTEL_SS4200=m
+CONFIG_LEDS_ADP5520=m
+CONFIG_LEDS_DELL_NETBOOKS=m
+CONFIG_LEDS_MC13783=m
+CONFIG_LEDS_TCA6507=m
+CONFIG_LEDS_MAX8997=m
+CONFIG_LEDS_OT200=m
+CONFIG_LEDS_TRIGGERS=y
+
+#
+# LED Triggers
+#
+CONFIG_LEDS_TRIGGER_TIMER=m
+CONFIG_LEDS_TRIGGER_HEARTBEAT=m
+CONFIG_LEDS_TRIGGER_BACKLIGHT=m
+CONFIG_LEDS_TRIGGER_DEFAULT_ON=m
+
+#
+# iptables trigger is under Netfilter config (LED target)
+#
+CONFIG_LEDS_TRIGGER_TRANSIENT=m
+# CONFIG_ACCESSIBILITY is not set
+# CONFIG_INFINIBAND is not set
+CONFIG_EDAC=y
+
+#
+# Reporting subsystems
+#
+# CONFIG_EDAC_DEBUG is not set
+CONFIG_EDAC_DECODE_MCE=y
+# CONFIG_EDAC_MCE_INJ is not set
+# CONFIG_EDAC_MM_EDAC is not set
+CONFIG_RTC_LIB=y
+CONFIG_RTC_CLASS=y
+# CONFIG_RTC_HCTOSYS is not set
+# CONFIG_RTC_DEBUG is not set
+
+#
+# RTC interfaces
+#
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
+CONFIG_RTC_INTF_DEV=y
+# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
+CONFIG_RTC_DRV_TEST=m
+
+#
+# I2C RTC drivers
+#
+CONFIG_RTC_DRV_88PM860X=m
+CONFIG_RTC_DRV_DS1307=m
+CONFIG_RTC_DRV_DS1374=m
+CONFIG_RTC_DRV_DS1672=m
+CONFIG_RTC_DRV_DS3232=m
+CONFIG_RTC_DRV_MAX6900=m
+CONFIG_RTC_DRV_MAX8925=m
+CONFIG_RTC_DRV_MAX8998=m
+CONFIG_RTC_DRV_RS5C372=m
+CONFIG_RTC_DRV_ISL1208=m
+CONFIG_RTC_DRV_ISL12022=m
+CONFIG_RTC_DRV_X1205=m
+CONFIG_RTC_DRV_PCF8563=m
+CONFIG_RTC_DRV_PCF8583=m
+CONFIG_RTC_DRV_M41T80=m
+CONFIG_RTC_DRV_M41T80_WDT=y
+CONFIG_RTC_DRV_BQ32K=m
+CONFIG_RTC_DRV_TWL4030=m
+CONFIG_RTC_DRV_S35390A=m
+CONFIG_RTC_DRV_FM3130=m
+CONFIG_RTC_DRV_RX8581=m
+CONFIG_RTC_DRV_RX8025=m
+CONFIG_RTC_DRV_EM3027=m
+CONFIG_RTC_DRV_RV3029C2=m
+
+#
+# SPI RTC drivers
+#
+
+#
+# Platform RTC drivers
+#
+CONFIG_RTC_DRV_CMOS=y
+CONFIG_RTC_DRV_DS1286=m
+CONFIG_RTC_DRV_DS1511=m
+CONFIG_RTC_DRV_DS1553=m
+CONFIG_RTC_DRV_DS1742=m
+CONFIG_RTC_DRV_STK17TA8=m
+CONFIG_RTC_DRV_M48T86=m
+CONFIG_RTC_DRV_M48T35=m
+CONFIG_RTC_DRV_M48T59=m
+CONFIG_RTC_DRV_MSM6242=m
+CONFIG_RTC_DRV_BQ4802=m
+CONFIG_RTC_DRV_RP5C01=m
+CONFIG_RTC_DRV_V3020=m
+CONFIG_RTC_DRV_WM831X=m
+CONFIG_RTC_DRV_WM8350=m
+CONFIG_RTC_DRV_PCF50633=m
+CONFIG_RTC_DRV_AB3100=m
+
+#
+# on-CPU RTC drivers
+#
+CONFIG_RTC_DRV_MC13XXX=m
+CONFIG_DMADEVICES=y
+# CONFIG_DMADEVICES_DEBUG is not set
+
+#
+# DMA Devices
+#
+# CONFIG_INTEL_MID_DMAC is not set
+# CONFIG_INTEL_IOATDMA is not set
+CONFIG_TIMB_DMA=m
+# CONFIG_PCH_DMA is not set
+CONFIG_DMA_ENGINE=y
+
+#
+# DMA Clients
+#
+# CONFIG_NET_DMA is not set
+# CONFIG_ASYNC_TX_DMA is not set
+CONFIG_DMATEST=m
+# CONFIG_AUXDISPLAY is not set
+CONFIG_UIO=m
+# CONFIG_UIO_CIF is not set
+# CONFIG_UIO_PDRV is not set
+# CONFIG_UIO_PDRV_GENIRQ is not set
+# CONFIG_UIO_AEC is not set
+# CONFIG_UIO_SERCOS3 is not set
+# CONFIG_UIO_PCI_GENERIC is not set
+# CONFIG_UIO_NETX is not set
+CONFIG_VIRTIO=m
+CONFIG_VIRTIO_RING=m
+
+#
+# Virtio drivers
+#
+CONFIG_VIRTIO_PCI=m
+CONFIG_VIRTIO_BALLOON=m
+CONFIG_VIRTIO_MMIO=m
+# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
+
+#
+# Microsoft Hyper-V guest support
+#
+# CONFIG_HYPERV is not set
+
+#
+# Xen driver support
+#
+CONFIG_XEN_BALLOON=y
+CONFIG_XEN_SCRUB_PAGES=y
+CONFIG_XEN_DEV_EVTCHN=y
+CONFIG_XEN_BACKEND=y
+CONFIG_XENFS=y
+CONFIG_XEN_COMPAT_XENFS=y
+CONFIG_XEN_SYS_HYPERVISOR=y
+CONFIG_XEN_XENBUS_FRONTEND=y
+CONFIG_XEN_GNTDEV=m
+CONFIG_XEN_GRANT_DEV_ALLOC=m
+CONFIG_SWIOTLB_XEN=y
+CONFIG_XEN_TMEM=y
+CONFIG_XEN_PCIDEV_BACKEND=m
+CONFIG_XEN_PRIVCMD=y
+CONFIG_XEN_ACPI_PROCESSOR=m
+CONFIG_STAGING=y
+# CONFIG_ET131X is not set
+# CONFIG_SLICOSS is not set
+# CONFIG_USBIP_CORE is not set
+# CONFIG_ECHO is not set
+# CONFIG_COMEDI is not set
+# CONFIG_ASUS_OLED is not set
+# CONFIG_PANEL is not set
+# CONFIG_RTS_PSTOR is not set
+CONFIG_RTS5139=m
+# CONFIG_RTS5139_DEBUG is not set
+# CONFIG_TRANZPORT is not set
+# CONFIG_IDE_PHISON is not set
+CONFIG_LINE6_USB=m
+# CONFIG_LINE6_USB_DEBUG is not set
+# CONFIG_LINE6_USB_DUMP_CTRL is not set
+# CONFIG_LINE6_USB_DUMP_MIDI is not set
+# CONFIG_LINE6_USB_DUMP_PCM is not set
+# CONFIG_LINE6_USB_RAW is not set
+# CONFIG_LINE6_USB_IMPULSE_RESPONSE is not set
+# CONFIG_USB_SERIAL_QUATECH2 is not set
+# CONFIG_DX_SEP is not set
+# CONFIG_ZRAM is not set
+# CONFIG_ZCACHE is not set
+CONFIG_ZSMALLOC=m
+# CONFIG_FB_SM7XX is not set
+# CONFIG_CRYSTALHD is not set
+# CONFIG_FB_XGI is not set
+# CONFIG_ACPI_QUICKSTART is not set
+# CONFIG_USB_ENESTORAGE is not set
+# CONFIG_BCM_WIMAX is not set
+# CONFIG_FT1000 is not set
+
+#
+# Speakup console speech
+#
+# CONFIG_SPEAKUP is not set
+# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
+CONFIG_STAGING_MEDIA=y
+CONFIG_DVB_AS102=m
+# CONFIG_DVB_CXD2099 is not set
+# CONFIG_VIDEO_DT3155 is not set
+# CONFIG_EASYCAP is not set
+# CONFIG_VIDEO_GO7007 is not set
+# CONFIG_SOLO6X10 is not set
+# CONFIG_LIRC_STAGING is not set
+
+#
+# Android
+#
+# CONFIG_ANDROID is not set
+# CONFIG_PHONE is not set
+# CONFIG_USB_WPAN_HCD is not set
+# CONFIG_IPACK_BUS is not set
+CONFIG_WIMAX_GDM72XX=m
+# CONFIG_WIMAX_GDM72XX_QOS is not set
+# CONFIG_WIMAX_GDM72XX_K_MODE is not set
+# CONFIG_WIMAX_GDM72XX_WIMAX2 is not set
+CONFIG_WIMAX_GDM72XX_USB=y
+# CONFIG_WIMAX_GDM72XX_SDIO is not set
+CONFIG_X86_PLATFORM_DEVICES=y
+CONFIG_ACER_WMI=m
+CONFIG_ACERHDF=m
+# CONFIG_ASUS_LAPTOP is not set
+CONFIG_DELL_WMI=m
+CONFIG_DELL_WMI_AIO=m
+# CONFIG_FUJITSU_LAPTOP is not set
+# CONFIG_FUJITSU_TABLET is not set
+# CONFIG_HP_ACCEL is not set
+CONFIG_HP_WMI=m
+# CONFIG_PANASONIC_LAPTOP is not set
+# CONFIG_THINKPAD_ACPI is not set
+CONFIG_SENSORS_HDAPS=m
+CONFIG_INTEL_MENLOW=m
+# CONFIG_EEEPC_LAPTOP is not set
+CONFIG_ASUS_WMI=m
+# CONFIG_ASUS_NB_WMI is not set
+# CONFIG_EEEPC_WMI is not set
+CONFIG_ACPI_WMI=m
+CONFIG_MSI_WMI=m
+# CONFIG_TOPSTAR_LAPTOP is not set
+# CONFIG_ACPI_TOSHIBA is not set
+CONFIG_TOSHIBA_BT_RFKILL=m
+# CONFIG_ACPI_CMPC is not set
+CONFIG_INTEL_IPS=m
+CONFIG_IBM_RTL=m
+CONFIG_XO15_EBOOK=m
+# CONFIG_SAMSUNG_LAPTOP is not set
+# CONFIG_MXM_WMI is not set
+CONFIG_SAMSUNG_Q10=m
+# CONFIG_APPLE_GMUX is not set
+
+#
+# Hardware Spinlock drivers
+#
+CONFIG_CLKEVT_I8253=y
+CONFIG_I8253_LOCK=y
+CONFIG_CLKBLD_I8253=y
+CONFIG_IOMMU_API=y
+CONFIG_IOMMU_SUPPORT=y
+CONFIG_AMD_IOMMU=y
+CONFIG_AMD_IOMMU_STATS=y
+CONFIG_AMD_IOMMU_V2=m
+CONFIG_DMAR_TABLE=y
+CONFIG_INTEL_IOMMU=y
+CONFIG_INTEL_IOMMU_DEFAULT_ON=y
+CONFIG_INTEL_IOMMU_FLOPPY_WA=y
+CONFIG_IRQ_REMAP=y
+
+#
+# Remoteproc drivers (EXPERIMENTAL)
+#
+
+#
+# Rpmsg drivers (EXPERIMENTAL)
+#
+CONFIG_VIRT_DRIVERS=y
+# CONFIG_PM_DEVFREQ is not set
+CONFIG_EXTCON=m
+
+#
+# Extcon Device Drivers
+#
+CONFIG_EXTCON_MAX8997=m
+CONFIG_MEMORY=y
+# CONFIG_IIO is not set
+# CONFIG_VME_BUS is not set
+
+#
+# Firmware Drivers
+#
+# CONFIG_EDD is not set
+CONFIG_FIRMWARE_MEMMAP=y
+CONFIG_EFI_VARS=y
+# CONFIG_DELL_RBU is not set
+# CONFIG_DCDBAS is not set
+CONFIG_DMIID=y
+# CONFIG_DMI_SYSFS is not set
+# CONFIG_ISCSI_IBFT_FIND is not set
+# CONFIG_GOOGLE_FIRMWARE is not set
+
+#
+# File systems
+#
+CONFIG_DCACHE_WORD_ACCESS=y
+CONFIG_EXT2_FS=m
+CONFIG_EXT2_FS_XATTR=y
+CONFIG_EXT2_FS_POSIX_ACL=y
+CONFIG_EXT2_FS_SECURITY=y
+# CONFIG_EXT2_FS_XIP is not set
+CONFIG_EXT3_FS=y
+# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_FS_XATTR=y
+CONFIG_EXT3_FS_POSIX_ACL=y
+CONFIG_EXT3_FS_SECURITY=y
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_FS_XATTR=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
+# CONFIG_EXT4_DEBUG is not set
+CONFIG_JBD=y
+# CONFIG_JBD_DEBUG is not set
+CONFIG_JBD2=y
+# CONFIG_JBD2_DEBUG is not set
+CONFIG_FS_MBCACHE=y
+CONFIG_REISERFS_FS=m
+# CONFIG_REISERFS_CHECK is not set
+CONFIG_REISERFS_PROC_INFO=y
+CONFIG_REISERFS_FS_XATTR=y
+CONFIG_REISERFS_FS_POSIX_ACL=y
+CONFIG_REISERFS_FS_SECURITY=y
+CONFIG_JFS_FS=m
+CONFIG_JFS_POSIX_ACL=y
+CONFIG_JFS_SECURITY=y
+# CONFIG_JFS_DEBUG is not set
+CONFIG_JFS_STATISTICS=y
+CONFIG_XFS_FS=m
+CONFIG_XFS_QUOTA=y
+CONFIG_XFS_POSIX_ACL=y
+CONFIG_XFS_RT=y
+# CONFIG_XFS_DEBUG is not set
+CONFIG_GFS2_FS=m
+# CONFIG_GFS2_FS_LOCKING_DLM is not set
+CONFIG_OCFS2_FS=m
+CONFIG_OCFS2_FS_O2CB=m
+CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
+CONFIG_OCFS2_FS_STATS=y
+CONFIG_OCFS2_DEBUG_MASKLOG=y
+# CONFIG_OCFS2_DEBUG_FS is not set
+CONFIG_BTRFS_FS=m
+CONFIG_BTRFS_FS_POSIX_ACL=y
+CONFIG_BTRFS_FS_CHECK_INTEGRITY=y
+CONFIG_NILFS2_FS=m
+CONFIG_FS_POSIX_ACL=y
+CONFIG_EXPORTFS=m
+CONFIG_FILE_LOCKING=y
+CONFIG_FSNOTIFY=y
+CONFIG_DNOTIFY=y
+CONFIG_INOTIFY_USER=y
+# CONFIG_FANOTIFY is not set
+CONFIG_QUOTA=y
+CONFIG_QUOTA_NETLINK_INTERFACE=y
+# CONFIG_PRINT_QUOTA_WARNING is not set
+# CONFIG_QUOTA_DEBUG is not set
+CONFIG_QUOTA_TREE=y
+# CONFIG_QFMT_V1 is not set
+CONFIG_QFMT_V2=y
+CONFIG_QUOTACTL=y
+CONFIG_QUOTACTL_COMPAT=y
+CONFIG_AUTOFS4_FS=y
+CONFIG_FUSE_FS=m
+CONFIG_CUSE=m
+CONFIG_GENERIC_ACL=y
+
+#
+# Caches
+#
+CONFIG_FSCACHE=m
+CONFIG_FSCACHE_STATS=y
+CONFIG_FSCACHE_HISTOGRAM=y
+# CONFIG_FSCACHE_DEBUG is not set
+# CONFIG_FSCACHE_OBJECT_LIST is not set
+# CONFIG_CACHEFILES is not set
+
+#
+# CD-ROM/DVD Filesystems
+#
+CONFIG_ISO9660_FS=y
+CONFIG_JOLIET=y
+CONFIG_ZISOFS=y
+CONFIG_UDF_FS=y
+CONFIG_UDF_NLS=y
+
+#
+# DOS/FAT/NT Filesystems
+#
+CONFIG_FAT_FS=y
+CONFIG_MSDOS_FS=y
+CONFIG_VFAT_FS=y
+CONFIG_FAT_DEFAULT_CODEPAGE=437
+CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
+CONFIG_NTFS_FS=y
+# CONFIG_NTFS_DEBUG is not set
+CONFIG_NTFS_RW=y
+
+#
+# Pseudo filesystems
+#
+CONFIG_PROC_FS=y
+CONFIG_PROC_KCORE=y
+CONFIG_PROC_VMCORE=y
+CONFIG_PROC_SYSCTL=y
+CONFIG_PROC_PAGE_MONITOR=y
+CONFIG_SYSFS=y
+CONFIG_TMPFS=y
+CONFIG_TMPFS_POSIX_ACL=y
+CONFIG_TMPFS_XATTR=y
+CONFIG_HUGETLBFS=y
+CONFIG_HUGETLB_PAGE=y
+CONFIG_CONFIGFS_FS=m
+CONFIG_MISC_FILESYSTEMS=y
+CONFIG_ADFS_FS=m
+# CONFIG_ADFS_FS_RW is not set
+CONFIG_AFFS_FS=m
+CONFIG_ECRYPT_FS=m
+CONFIG_HFS_FS=m
+CONFIG_HFSPLUS_FS=m
+CONFIG_BEFS_FS=m
+# CONFIG_BEFS_DEBUG is not set
+CONFIG_BFS_FS=m
+CONFIG_EFS_FS=m
+CONFIG_LOGFS=m
+CONFIG_CRAMFS=m
+CONFIG_SQUASHFS=m
+CONFIG_SQUASHFS_XATTR=y
+CONFIG_SQUASHFS_ZLIB=y
+CONFIG_SQUASHFS_LZO=y
+CONFIG_SQUASHFS_XZ=y
+CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y
+CONFIG_SQUASHFS_EMBEDDED=y
+CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
+CONFIG_VXFS_FS=m
+CONFIG_MINIX_FS=m
+CONFIG_OMFS_FS=m
+CONFIG_HPFS_FS=m
+CONFIG_QNX4FS_FS=m
+CONFIG_QNX6FS_FS=m
+# CONFIG_QNX6FS_DEBUG is not set
+CONFIG_ROMFS_FS=m
+CONFIG_ROMFS_BACKED_BY_BLOCK=y
+CONFIG_ROMFS_ON_BLOCK=y
+# CONFIG_PSTORE is not set
+CONFIG_SYSV_FS=m
+CONFIG_UFS_FS=m
+CONFIG_UFS_FS_WRITE=y
+# CONFIG_UFS_DEBUG is not set
+CONFIG_NETWORK_FILESYSTEMS=y
+CONFIG_NFS_FS=y
+CONFIG_NFS_V2=y
+CONFIG_NFS_V3=y
+CONFIG_NFS_V3_ACL=y
+CONFIG_NFS_V4=y
+CONFIG_NFS_V4_1=y
+CONFIG_PNFS_FILE_LAYOUT=y
+CONFIG_PNFS_BLOCK=m
+CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
+CONFIG_ROOT_NFS=y
+# CONFIG_NFS_USE_LEGACY_DNS is not set
+CONFIG_NFS_USE_KERNEL_DNS=y
+CONFIG_NFSD=m
+CONFIG_NFSD_V2_ACL=y
+CONFIG_NFSD_V3=y
+CONFIG_NFSD_V3_ACL=y
+CONFIG_NFSD_V4=y
+# CONFIG_NFSD_FAULT_INJECTION is not set
+CONFIG_LOCKD=y
+CONFIG_LOCKD_V4=y
+CONFIG_NFS_ACL_SUPPORT=y
+CONFIG_NFS_COMMON=y
+CONFIG_SUNRPC=y
+CONFIG_SUNRPC_GSS=y
+CONFIG_SUNRPC_BACKCHANNEL=y
+CONFIG_RPCSEC_GSS_KRB5=m
+# CONFIG_SUNRPC_DEBUG is not set
+# CONFIG_CEPH_FS is not set
+CONFIG_CIFS=m
+CONFIG_CIFS_STATS=y
+CONFIG_CIFS_STATS2=y
+CONFIG_CIFS_WEAK_PW_HASH=y
+# CONFIG_CIFS_UPCALL is not set
+CONFIG_CIFS_XATTR=y
+CONFIG_CIFS_POSIX=y
+# CONFIG_CIFS_DEBUG2 is not set
+# CONFIG_CIFS_DFS_UPCALL is not set
+CONFIG_CIFS_FSCACHE=y
+CONFIG_CIFS_ACL=y
+# CONFIG_NCP_FS is not set
+# CONFIG_CODA_FS is not set
+# CONFIG_AFS_FS is not set
+CONFIG_NLS=y
+CONFIG_NLS_DEFAULT="utf8"
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_CODEPAGE_737=m
+CONFIG_NLS_CODEPAGE_775=m
+CONFIG_NLS_CODEPAGE_850=y
+CONFIG_NLS_CODEPAGE_852=m
+CONFIG_NLS_CODEPAGE_855=m
+CONFIG_NLS_CODEPAGE_857=m
+CONFIG_NLS_CODEPAGE_860=m
+CONFIG_NLS_CODEPAGE_861=m
+CONFIG_NLS_CODEPAGE_862=m
+CONFIG_NLS_CODEPAGE_863=m
+CONFIG_NLS_CODEPAGE_864=m
+CONFIG_NLS_CODEPAGE_865=m
+CONFIG_NLS_CODEPAGE_866=m
+CONFIG_NLS_CODEPAGE_869=m
+CONFIG_NLS_CODEPAGE_936=m
+CONFIG_NLS_CODEPAGE_950=m
+CONFIG_NLS_CODEPAGE_932=m
+CONFIG_NLS_CODEPAGE_949=m
+CONFIG_NLS_CODEPAGE_874=m
+CONFIG_NLS_ISO8859_8=m
+CONFIG_NLS_CODEPAGE_1250=m
+CONFIG_NLS_CODEPAGE_1251=m
+CONFIG_NLS_ASCII=y
+CONFIG_NLS_ISO8859_1=y
+CONFIG_NLS_ISO8859_2=m
+CONFIG_NLS_ISO8859_3=m
+CONFIG_NLS_ISO8859_4=m
+CONFIG_NLS_ISO8859_5=m
+CONFIG_NLS_ISO8859_6=m
+CONFIG_NLS_ISO8859_7=m
+CONFIG_NLS_ISO8859_9=m
+CONFIG_NLS_ISO8859_13=m
+CONFIG_NLS_ISO8859_14=m
+CONFIG_NLS_ISO8859_15=y
+CONFIG_NLS_KOI8_R=m
+CONFIG_NLS_KOI8_U=m
+CONFIG_NLS_MAC_ROMAN=m
+CONFIG_NLS_MAC_CELTIC=m
+CONFIG_NLS_MAC_CENTEURO=m
+CONFIG_NLS_MAC_CROATIAN=m
+CONFIG_NLS_MAC_CYRILLIC=m
+CONFIG_NLS_MAC_GAELIC=m
+CONFIG_NLS_MAC_GREEK=m
+CONFIG_NLS_MAC_ICELAND=m
+CONFIG_NLS_MAC_INUIT=m
+CONFIG_NLS_MAC_ROMANIAN=m
+CONFIG_NLS_MAC_TURKISH=m
+CONFIG_NLS_UTF8=y
+CONFIG_DLM=m
+# CONFIG_DLM_DEBUG is not set
+
+#
+# Kernel hacking
+#
+CONFIG_TRACE_IRQFLAGS_SUPPORT=y
+CONFIG_PRINTK_TIME=y
+CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
+# CONFIG_ENABLE_WARN_DEPRECATED is not set
+CONFIG_ENABLE_MUST_CHECK=y
+CONFIG_FRAME_WARN=2048
+CONFIG_MAGIC_SYSRQ=y
+# CONFIG_STRIP_ASM_SYMS is not set
+# CONFIG_READABLE_ASM is not set
+# CONFIG_UNUSED_SYMBOLS is not set
+CONFIG_DEBUG_FS=y
+# CONFIG_HEADERS_CHECK is not set
+# CONFIG_DEBUG_SECTION_MISMATCH is not set
+CONFIG_DEBUG_KERNEL=y
+# CONFIG_DEBUG_SHIRQ is not set
+# CONFIG_LOCKUP_DETECTOR is not set
+# CONFIG_HARDLOCKUP_DETECTOR is not set
+# CONFIG_PANIC_ON_OOPS is not set
+CONFIG_PANIC_ON_OOPS_VALUE=0
+# CONFIG_DETECT_HUNG_TASK is not set
+# CONFIG_SCHED_DEBUG is not set
+CONFIG_SCHEDSTATS=y
+CONFIG_TIMER_STATS=y
+# CONFIG_DEBUG_OBJECTS is not set
+# CONFIG_SLUB_DEBUG_ON is not set
+# CONFIG_SLUB_STATS is not set
+# CONFIG_DEBUG_KMEMLEAK is not set
+# CONFIG_DEBUG_RT_MUTEXES is not set
+# CONFIG_RT_MUTEX_TESTER is not set
+# CONFIG_DEBUG_SPINLOCK is not set
+# CONFIG_DEBUG_MUTEXES is not set
+# CONFIG_DEBUG_LOCK_ALLOC is not set
+# CONFIG_PROVE_LOCKING is not set
+# CONFIG_SPARSE_RCU_POINTER is not set
+# CONFIG_LOCK_STAT is not set
+# CONFIG_DEBUG_ATOMIC_SLEEP is not set
+# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
+CONFIG_STACKTRACE=y
+CONFIG_DEBUG_STACK_USAGE=y
+# CONFIG_DEBUG_KOBJECT is not set
+CONFIG_DEBUG_BUGVERBOSE=y
+# CONFIG_DEBUG_INFO is not set
+# CONFIG_DEBUG_VM is not set
+# CONFIG_DEBUG_VIRTUAL is not set
+# CONFIG_DEBUG_WRITECOUNT is not set
+CONFIG_DEBUG_MEMORY_INIT=y
+# CONFIG_DEBUG_LIST is not set
+# CONFIG_TEST_LIST_SORT is not set
+# CONFIG_DEBUG_SG is not set
+# CONFIG_DEBUG_NOTIFIERS is not set
+# CONFIG_DEBUG_CREDENTIALS is not set
+CONFIG_ARCH_WANT_FRAME_POINTERS=y
+CONFIG_FRAME_POINTER=y
+# CONFIG_BOOT_PRINTK_DELAY is not set
+# CONFIG_RCU_TORTURE_TEST is not set
+CONFIG_RCU_CPU_STALL_TIMEOUT=60
+# CONFIG_RCU_CPU_STALL_INFO is not set
+# CONFIG_RCU_TRACE is not set
+# CONFIG_KPROBES_SANITY_TEST is not set
+# CONFIG_BACKTRACE_SELF_TEST is not set
+# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
+# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
+# CONFIG_DEBUG_PER_CPU_MAPS is not set
+# CONFIG_LKDTM is not set
+# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set
+# CONFIG_FAULT_INJECTION is not set
+# CONFIG_LATENCYTOP is not set
+# CONFIG_DEBUG_PAGEALLOC is not set
+CONFIG_USER_STACKTRACE_SUPPORT=y
+CONFIG_NOP_TRACER=y
+CONFIG_HAVE_FUNCTION_TRACER=y
+CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
+CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
+CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
+CONFIG_HAVE_DYNAMIC_FTRACE=y
+CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
+CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
+CONFIG_HAVE_C_RECORDMCOUNT=y
+CONFIG_RING_BUFFER=y
+CONFIG_EVENT_TRACING=y
+CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
+CONFIG_CONTEXT_SWITCH_TRACER=y
+CONFIG_TRACING=y
+CONFIG_GENERIC_TRACER=y
+CONFIG_TRACING_SUPPORT=y
+CONFIG_FTRACE=y
+# CONFIG_FUNCTION_TRACER is not set
+# CONFIG_IRQSOFF_TRACER is not set
+# CONFIG_SCHED_TRACER is not set
+# CONFIG_FTRACE_SYSCALLS is not set
+CONFIG_BRANCH_PROFILE_NONE=y
+# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
+# CONFIG_PROFILE_ALL_BRANCHES is not set
+# CONFIG_STACK_TRACER is not set
+CONFIG_BLK_DEV_IO_TRACE=y
+CONFIG_KPROBE_EVENT=y
+CONFIG_UPROBE_EVENT=y
+CONFIG_PROBE_EVENTS=y
+# CONFIG_FTRACE_STARTUP_TEST is not set
+# CONFIG_MMIOTRACE is not set
+# CONFIG_RING_BUFFER_BENCHMARK is not set
+CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
+# CONFIG_DYNAMIC_DEBUG is not set
+# CONFIG_DMA_API_DEBUG is not set
+# CONFIG_ATOMIC64_SELFTEST is not set
+# CONFIG_ASYNC_RAID6_TEST is not set
+# CONFIG_SAMPLES is not set
+CONFIG_HAVE_ARCH_KGDB=y
+# CONFIG_KGDB is not set
+CONFIG_HAVE_ARCH_KMEMCHECK=y
+# CONFIG_KMEMCHECK is not set
+# CONFIG_TEST_KSTRTOX is not set
+# CONFIG_STRICT_DEVMEM is not set
+CONFIG_X86_VERBOSE_BOOTUP=y
+CONFIG_EARLY_PRINTK=y
+CONFIG_EARLY_PRINTK_DBGP=y
+CONFIG_DEBUG_STACKOVERFLOW=y
+# CONFIG_X86_PTDUMP is not set
+CONFIG_DEBUG_RODATA=y
+# CONFIG_DEBUG_RODATA_TEST is not set
+# CONFIG_DEBUG_SET_MODULE_RONX is not set
+CONFIG_DEBUG_NX_TEST=m
+# CONFIG_IOMMU_DEBUG is not set
+# CONFIG_IOMMU_STRESS is not set
+CONFIG_HAVE_MMIOTRACE_SUPPORT=y
+# CONFIG_X86_DECODER_SELFTEST is not set
+CONFIG_IO_DELAY_TYPE_0X80=0
+CONFIG_IO_DELAY_TYPE_0XED=1
+CONFIG_IO_DELAY_TYPE_UDELAY=2
+CONFIG_IO_DELAY_TYPE_NONE=3
+CONFIG_IO_DELAY_0X80=y
+# CONFIG_IO_DELAY_0XED is not set
+# CONFIG_IO_DELAY_UDELAY is not set
+# CONFIG_IO_DELAY_NONE is not set
+CONFIG_DEFAULT_IO_DELAY_TYPE=0
+CONFIG_DEBUG_BOOT_PARAMS=y
+# CONFIG_CPA_DEBUG is not set
+CONFIG_OPTIMIZE_INLINING=y
+# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
+# CONFIG_DEBUG_NMI_SELFTEST is not set
+
+#
+# Security options
+#
+CONFIG_KEYS=y
+CONFIG_ENCRYPTED_KEYS=y
+CONFIG_KEYS_DEBUG_PROC_KEYS=y
+# CONFIG_SECURITY_DMESG_RESTRICT is not set
+CONFIG_SECURITY=y
+# CONFIG_SECURITYFS is not set
+CONFIG_SECURITY_NETWORK=y
+# CONFIG_SECURITY_NETWORK_XFRM is not set
+# CONFIG_SECURITY_PATH is not set
+# CONFIG_INTEL_TXT is not set
+CONFIG_LSM_MMAP_MIN_ADDR=65536
+CONFIG_SECURITY_SELINUX=y
+CONFIG_SECURITY_SELINUX_BOOTPARAM=y
+CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
+CONFIG_SECURITY_SELINUX_DISABLE=y
+CONFIG_SECURITY_SELINUX_DEVELOP=y
+CONFIG_SECURITY_SELINUX_AVC_STATS=y
+CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
+# CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set
+# CONFIG_SECURITY_SMACK is not set
+# CONFIG_SECURITY_TOMOYO is not set
+# CONFIG_SECURITY_APPARMOR is not set
+# CONFIG_SECURITY_YAMA is not set
+CONFIG_INTEGRITY=y
+# CONFIG_INTEGRITY_SIGNATURE is not set
+# CONFIG_IMA is not set
+CONFIG_EVM=y
+CONFIG_DEFAULT_SECURITY_SELINUX=y
+# CONFIG_DEFAULT_SECURITY_DAC is not set
+CONFIG_DEFAULT_SECURITY="selinux"
+CONFIG_XOR_BLOCKS=m
+CONFIG_ASYNC_CORE=m
+CONFIG_ASYNC_MEMCPY=m
+CONFIG_ASYNC_XOR=m
+CONFIG_ASYNC_PQ=m
+CONFIG_ASYNC_RAID6_RECOV=m
+CONFIG_CRYPTO=y
+
+#
+# Crypto core or helper
+#
+CONFIG_CRYPTO_ALGAPI=y
+CONFIG_CRYPTO_ALGAPI2=y
+CONFIG_CRYPTO_AEAD=y
+CONFIG_CRYPTO_AEAD2=y
+CONFIG_CRYPTO_BLKCIPHER=y
+CONFIG_CRYPTO_BLKCIPHER2=y
+CONFIG_CRYPTO_HASH=y
+CONFIG_CRYPTO_HASH2=y
+CONFIG_CRYPTO_RNG=y
+CONFIG_CRYPTO_RNG2=y
+CONFIG_CRYPTO_PCOMP=m
+CONFIG_CRYPTO_PCOMP2=y
+CONFIG_CRYPTO_MANAGER=y
+CONFIG_CRYPTO_MANAGER2=y
+CONFIG_CRYPTO_USER=m
+CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
+CONFIG_CRYPTO_GF128MUL=m
+CONFIG_CRYPTO_NULL=m
+CONFIG_CRYPTO_PCRYPT=m
+CONFIG_CRYPTO_WORKQUEUE=y
+CONFIG_CRYPTO_CRYPTD=m
+CONFIG_CRYPTO_AUTHENC=y
+CONFIG_CRYPTO_TEST=m
+
+#
+# Authenticated Encryption with Associated Data
+#
+CONFIG_CRYPTO_CCM=m
+CONFIG_CRYPTO_GCM=m
+CONFIG_CRYPTO_SEQIV=m
+
+#
+# Block modes
+#
+CONFIG_CRYPTO_CBC=y
+CONFIG_CRYPTO_CTR=m
+CONFIG_CRYPTO_CTS=m
+CONFIG_CRYPTO_ECB=m
+CONFIG_CRYPTO_LRW=m
+CONFIG_CRYPTO_PCBC=m
+CONFIG_CRYPTO_XTS=m
+
+#
+# Hash modes
+#
+CONFIG_CRYPTO_HMAC=y
+CONFIG_CRYPTO_XCBC=m
+CONFIG_CRYPTO_VMAC=m
+
+#
+# Digest
+#
+CONFIG_CRYPTO_CRC32C=y
+CONFIG_CRYPTO_CRC32C_INTEL=m
+CONFIG_CRYPTO_GHASH=m
+CONFIG_CRYPTO_MD4=m
+CONFIG_CRYPTO_MD5=y
+CONFIG_CRYPTO_MICHAEL_MIC=m
+CONFIG_CRYPTO_RMD128=m
+CONFIG_CRYPTO_RMD160=m
+CONFIG_CRYPTO_RMD256=m
+CONFIG_CRYPTO_RMD320=m
+CONFIG_CRYPTO_SHA1=y
+CONFIG_CRYPTO_SHA1_SSSE3=m
+CONFIG_CRYPTO_SHA256=y
+CONFIG_CRYPTO_SHA512=m
+CONFIG_CRYPTO_TGR192=m
+CONFIG_CRYPTO_WP512=m
+CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m
+
+#
+# Ciphers
+#
+CONFIG_CRYPTO_AES=y
+CONFIG_CRYPTO_AES_X86_64=m
+CONFIG_CRYPTO_AES_NI_INTEL=m
+CONFIG_CRYPTO_ANUBIS=m
+CONFIG_CRYPTO_ARC4=y
+CONFIG_CRYPTO_BLOWFISH=m
+CONFIG_CRYPTO_BLOWFISH_COMMON=m
+CONFIG_CRYPTO_BLOWFISH_X86_64=m
+CONFIG_CRYPTO_CAMELLIA=m
+CONFIG_CRYPTO_CAMELLIA_X86_64=m
+CONFIG_CRYPTO_CAST5=m
+CONFIG_CRYPTO_CAST6=m
+CONFIG_CRYPTO_DES=y
+CONFIG_CRYPTO_FCRYPT=m
+CONFIG_CRYPTO_KHAZAD=m
+CONFIG_CRYPTO_SALSA20=m
+CONFIG_CRYPTO_SALSA20_X86_64=m
+CONFIG_CRYPTO_SEED=m
+CONFIG_CRYPTO_SERPENT=m
+CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m
+CONFIG_CRYPTO_TEA=m
+CONFIG_CRYPTO_TWOFISH=m
+CONFIG_CRYPTO_TWOFISH_COMMON=m
+CONFIG_CRYPTO_TWOFISH_X86_64=m
+CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=m
+
+#
+# Compression
+#
+CONFIG_CRYPTO_DEFLATE=m
+CONFIG_CRYPTO_ZLIB=m
+CONFIG_CRYPTO_LZO=m
+
+#
+# Random Number Generation
+#
+CONFIG_CRYPTO_ANSI_CPRNG=m
+CONFIG_CRYPTO_USER_API=m
+CONFIG_CRYPTO_USER_API_HASH=m
+CONFIG_CRYPTO_USER_API_SKCIPHER=m
+CONFIG_CRYPTO_HW=y
+# CONFIG_CRYPTO_DEV_PADLOCK is not set
+CONFIG_HAVE_KVM=y
+CONFIG_HAVE_KVM_IRQCHIP=y
+CONFIG_HAVE_KVM_EVENTFD=y
+CONFIG_KVM_APIC_ARCHITECTURE=y
+CONFIG_KVM_MMIO=y
+CONFIG_KVM_ASYNC_PF=y
+CONFIG_HAVE_KVM_MSI=y
+CONFIG_VIRTUALIZATION=y
+CONFIG_KVM=m
+# CONFIG_KVM_INTEL is not set
+CONFIG_KVM_AMD=m
+# CONFIG_KVM_MMU_AUDIT is not set
+CONFIG_VHOST_NET=m
+CONFIG_BINARY_PRINTF=y
+
+#
+# Library routines
+#
+CONFIG_RAID6_PQ=m
+CONFIG_BITREVERSE=y
+CONFIG_GENERIC_STRNCPY_FROM_USER=y
+CONFIG_GENERIC_STRNLEN_USER=y
+CONFIG_GENERIC_FIND_FIRST_BIT=y
+CONFIG_GENERIC_PCI_IOMAP=y
+CONFIG_GENERIC_IOMAP=y
+CONFIG_GENERIC_IO=y
+CONFIG_CRC_CCITT=m
+CONFIG_CRC16=y
+CONFIG_CRC_T10DIF=y
+CONFIG_CRC_ITU_T=y
+CONFIG_CRC32=y
+# CONFIG_CRC32_SELFTEST is not set
+CONFIG_CRC32_SLICEBY8=y
+# CONFIG_CRC32_SLICEBY4 is not set
+# CONFIG_CRC32_SARWATE is not set
+# CONFIG_CRC32_BIT is not set
+CONFIG_CRC7=m
+CONFIG_LIBCRC32C=m
+CONFIG_CRC8=m
+CONFIG_ZLIB_INFLATE=y
+CONFIG_ZLIB_DEFLATE=m
+CONFIG_LZO_COMPRESS=y
+CONFIG_LZO_DECOMPRESS=y
+CONFIG_XZ_DEC=y
+CONFIG_XZ_DEC_X86=y
+CONFIG_XZ_DEC_POWERPC=y
+CONFIG_XZ_DEC_IA64=y
+CONFIG_XZ_DEC_ARM=y
+CONFIG_XZ_DEC_ARMTHUMB=y
+CONFIG_XZ_DEC_SPARC=y
+CONFIG_XZ_DEC_BCJ=y
+CONFIG_XZ_DEC_TEST=m
+CONFIG_DECOMPRESS_GZIP=y
+CONFIG_DECOMPRESS_BZIP2=y
+CONFIG_DECOMPRESS_LZMA=y
+CONFIG_DECOMPRESS_XZ=y
+CONFIG_DECOMPRESS_LZO=y
+CONFIG_TEXTSEARCH=y
+CONFIG_TEXTSEARCH_KMP=m
+CONFIG_TEXTSEARCH_BM=m
+CONFIG_TEXTSEARCH_FSM=m
+CONFIG_BTREE=y
+CONFIG_HAS_IOMEM=y
+CONFIG_HAS_IOPORT=y
+CONFIG_HAS_DMA=y
+CONFIG_CHECK_SIGNATURE=y
+CONFIG_CPU_RMAP=y
+CONFIG_DQL=y
+CONFIG_NLATTR=y
+CONFIG_LRU_CACHE=m
+CONFIG_AVERAGE=y
+CONFIG_CORDIC=m
+CONFIG_DDR=y
index bfd98fddf95b544110711952508b5ad5389f5fd6..c06f21f295bc6d11be867537fe2b12216786a0b4 100644 (file)
--- a/make.conf
+++ b/make.conf
@@ -105,7 +105,16 @@ INPUT_DEVICES="evdev keyboard mouse"
 
 VIDEO_CARDS="dummy fbdev radeon radeonhd svga vesa vga v4l"
 
-CAMERAS="canon kodak kodak_dc120 kodak_dc210 kodak_dc240 kodak_dc3200 kodak_ez200"
+CAMERAS="adc65 agfa_cl20 aox ax203 barbie canon casio_qv clicksmart310 digigr8 \
+         digita dimagev dimera3500 directory enigma13 fuji gsmart300 hp215 \
+         iclick jamcam jd11 jl2005a jl2005c kodak_dc120 kodak_dc210 \
+         kodak_dc240 kodak_dc3200 kodak_ez200 konica konica_qm150 largan \
+         lg_gsm mars mustek panasonic_coolshot panasonic_dc1000 \
+         panasonic_dc1580 panasonic_l859 pccam300 pccam600 polaroid_pdc320 \
+         polaroid_pdc640 polaroid_pdc700 ptp2 ricoh ricoh_g3 samsung sierra \
+         sipix_blink sipix_blink2 sipix_web2 smal sonix sony_dscf1 sony_dscf55 \
+         soundvision spca50x sq905 st2205 stv0674 stv0680 sx330z template \
+         topfield toshiba_pdrm11 tp6801"
 
 source /var/lib/layman/make.conf
 
diff --git a/make.globals b/make.globals
deleted file mode 120000 (symlink)
index 420193b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../usr/share/portage/config/make.globals
\ No newline at end of file
index 0fd33bd66511e33a0d2ee21cbdd0c38416a37c9f..09f9e60512252a62a773f76c879955275b686677 100644 (file)
@@ -157,3 +157,18 @@ AR_PLAY   {dvdnav} dvdnav select  # DVDNav SELECT (ok)
 
 #? seek_chapter -1      # skip to previous dvd chapter
 #? seek_chapter +1      #         next
+
+##
+## Advanced seek
+## Uncomment the following lines to be able to seek to n% of the media with
+## the Fx keys.
+##
+#F1 seek 10 1
+#F2 seek 20 1
+#F3 seek 30 1
+#F4 seek 40 1
+#F5 seek 50 1
+#F6 seek 60 1
+#F7 seek 70 1
+#F8 seek 80 1
+#F9 seek 90 1
index a369b3f0a94c78d8042c36e369a0867d89a1331e..9f56484bd93f80276433945b092927351d0baa22 100644 (file)
 # Fixes playback for some video streaming sites
 #user-agent=RMA/1.0
 
+# Pretend to have lots of bandwidth
+# Speeds up realmedia rtsp:// streams
+#bandwidth=2000000
+
 # Pretend to be Winamp
 # Fixes playback of some NSV streams
 #user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
 #vf-clr=yes
 
 
+# OSD progress bar vertical alignment
+#progbar-align=50
 
 # You can also include other configuration files.
 #include = /path/to/the/file/you/want/to/include
diff --git a/passwd b/passwd
index d458e9327e31c609e17724e492651b87fb1a65a0..13bc9d25a7d4cbe3cd70a1ca0caa6854e3736b86 100644 (file)
--- a/passwd
+++ b/passwd
@@ -50,3 +50,4 @@ postfix:x:207:207:added by portage for postfix:/var/spool/postfix:/sbin/nologin
 hsqldb:x:114:991:added by portage for hsqldb:/dev/null:/bin/sh
 postgres:x:70:70:added by portage for postgresql-server:/var/lib/postgresql:/bin/bash
 memcached:x:115:2:added by portage for memcached:/dev/null:/sbin/nologin
+polkitd:x:116:987:added by portage for polkit:/var/lib/polkit-1:/sbin/nologin
diff --git a/passwd- b/passwd-
index ef0135b8da9cba14834b7cdebec3ad8b3568f82c..d458e9327e31c609e17724e492651b87fb1a65a0 100644 (file)
--- a/passwd-
+++ b/passwd-
@@ -49,3 +49,4 @@ dovenull:x:113:113:added by portage for dovecot:/dev/null:/sbin/nologin
 postfix:x:207:207:added by portage for postfix:/var/spool/postfix:/sbin/nologin
 hsqldb:x:114:991:added by portage for hsqldb:/dev/null:/bin/sh
 postgres:x:70:70:added by portage for postgresql-server:/var/lib/postgresql:/bin/bash
+memcached:x:115:2:added by portage for memcached:/dev/null:/sbin/nologin
diff --git a/polkit-1/localauthority.conf.d/50-localauthority.conf b/polkit-1/localauthority.conf.d/50-localauthority.conf
deleted file mode 100644 (file)
index 5e44bde..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Configuration file for the PolicyKit Local Authority.
-#
-# DO NOT EDIT THIS FILE, it will be overwritten on update.
-#
-# See the pklocalauthority(8) man page for more information
-# about configuring the Local Authority.
-#
-
-[Configuration]
-AdminIdentities=unix-group:wheel
diff --git a/polkit-1/localauthority.conf.d/60-gentoo.conf b/polkit-1/localauthority.conf.d/60-gentoo.conf
deleted file mode 100644 (file)
index e3323b7..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# This file will override 50-localauthority.conf, see:
-# man 8 pklocalauthority
-[Configuration]
-AdminIdentities=unix-group:0
diff --git a/polkit-1/nullbackend.conf.d/50-nullbackend.conf b/polkit-1/nullbackend.conf.d/50-nullbackend.conf
deleted file mode 100644 (file)
index 3497677..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Configuration file for the PolicyKit null backend.
-#
-# DO NOT EDIT THIS FILE, it will be overwritten on update.
-#
-# To change configuration, create another file in this directory with
-# a filename that is sorted after the 50-nullback.conf and make
-# sure it has the .conf extension.
-#
-# Only a single configuration item, Priority, is supported.
-#
-# See the PolicyKit documentation for more information about PolicyKit.
-#
-
-[Configuration]
-Priority=-10
diff --git a/polkit-1/rules.d/50-default.rules b/polkit-1/rules.d/50-default.rules
new file mode 100644 (file)
index 0000000..1c476ea
--- /dev/null
@@ -0,0 +1,12 @@
+/* -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- */
+
+// DO NOT EDIT THIS FILE, it will be overwritten on update
+//
+// Default rules for polkit
+//
+// See the polkit(8) man page for more information
+// about configuring polkit.
+
+polkit.addAdminRule(function(action, subject) {
+    return ["unix-user:0"];
+});
diff --git a/portage/package.mask b/portage/package.mask
new file mode 100644 (file)
index 0000000..deeb731
--- /dev/null
@@ -0,0 +1 @@
+# =gnome-extra/gucharmap-3.4.1.1
index f18b7445999742f2acdd2c219c7bb5f2ed0a4108..ce4745c70f174aa063025f6989e11ff3c7217c58 100644 (file)
@@ -111,6 +111,7 @@ gnome-base/nautilus                 -tracker
 
 gnome-extra/gnome-games                        artworkextra
 gnome-extra/gnome-media                        gnomecd
+=gnome-extra/gucharmap-3.4.1.1         -doc
 gnome-extra/libgda                     mdb xbase
 
 gnustep-base/gnustep-make              -doc native-exceptions
index 7549c43dcfa7f82f69440f8ef55a0bf1bf721f38..737d1ba68924d2784254a5e0d2ae7b1ca33d75b7 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Busybox version: 1.20.2
-# Wed Sep 19 21:36:02 2012
+# Sat Oct 20 09:31:37 2012
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
index 22ce437315d6da6fa033208c45656a99e2824738..c1606d6e1899dda3a1291ab97ea3ba3edd30fd50 100644 (file)
@@ -645,7 +645,7 @@ setgid_group = postdrop
 
 # html_directory: The location of the Postfix HTML documentation.
 #
-html_directory = /usr/share/doc/postfix-2.9.3/html
+html_directory = /usr/share/doc/postfix-2.9.4/html
 
 # manpage_directory: The location of the Postfix on-line manual pages.
 #
@@ -658,7 +658,7 @@ sample_directory = /etc/postfix
 
 # readme_directory: The location of the Postfix README files.
 #
-readme_directory = /usr/share/doc/postfix-2.9.3/readme
+readme_directory = /usr/share/doc/postfix-2.9.4/readme
 home_mailbox = .maildir/
 
 smtpd_sasl_auth_enable = yes
index 8df04d9e4391320e1f75e4dd81664789310631c1..cca2010fbf97019ab406bdfa553526608d036492 100644 (file)
@@ -36,6 +36,7 @@ export PATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.4:/usr/lib64/subversi
 export PRELINK_PATH_MASK='/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so:/opt/bin/skype'
 export PYTHONDOCS_2_7='/usr/share/doc/python-docs-2.7.2/html/library'
 export PYTHONDOCS_3_2='/usr/share/doc/python-docs-3.2.2/html/library'
+export PYTHONPATH='/usr/lib/portage/pym'
 export QT_GRAPHICSSYSTEM='raster'
 export QT_PLUGIN_PATH='/usr/lib64/kde4/plugins'
 export ROOTPATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.4:/usr/lib64/subversion/bin'
index e1c712a332e7f5bbe0ba6633df00a4137f0b9219..b221cbb281e1dadcf5cf74264869cae880f25e7b 100644 (file)
@@ -1 +1 @@
-SEARCH_DIRS_MASK="/opt/sun-jdk-1.6.0.35"
+SEARCH_DIRS_MASK="/opt/sun-jdk-1.6.0.37"
index 56a0c7fa9dbe3c620320e6d5a8cd6008b98665ff..57e4dbada0d7994c625c9af624edf933dd6614e9 100644 (file)
@@ -1 +1 @@
-SEARCH_DIRS_MASK="/opt/sun-jre-bin-1.6.0.35"
+SEARCH_DIRS_MASK="/opt/sun-jre-bin-1.6.0.37"
diff --git a/shadow b/shadow
index 13b3d80597c187070d33b6f208d07b9d8a13f06f..3edfa87e65ca1dd0f178cbf258b37f2d5846642d 100644 (file)
--- a/shadow
+++ b/shadow
@@ -49,3 +49,4 @@ postfix:!:15356::::::
 hsqldb:!:15356::::::
 postgres:!:15371::::::
 memcached:!:15566::::::
+polkitd:!:15634::::::
diff --git a/shadow- b/shadow-
index 26714c20fd16a979fd24d29ab66434d5e81b804f..13b3d80597c187070d33b6f208d07b9d8a13f06f 100644 (file)
--- a/shadow-
+++ b/shadow-
@@ -32,7 +32,7 @@ tcpdump:!:15355::::::
 pcguest:!:15352::::::
 frank:$6$cX.uoegn$QJ4gODV46s22yZL5568YNM/TqhlRqVOK42ulOijyMRZN4A049BLsbTB/M/8XO/rJwFs8w4sSS7mEPsdZtyzQI1:15354:0:99999:7:::
 doris:$6$aaBD.v4x$kR6SRHU0BmEMnK5SVaU/UcHl.xw.pfq7naPf8Wb6xkA4c1ENK.9XKvc/Tj5iF4/9yQOYSgjR5iKiD7w7MMZhn1:15357:0:99999:7:::
-heiko:$1$jI8r4jt2$BrVSxlQMrtsSmnia1zqOd/:14147:0:99999:7:::
+heiko:$6$H4HqXLQP$C8z9qeK1thF1pEN.ABVIghuRwNU4eIVBLbEo3N7RcnEebwNevoulYo.mGH/tXcEfnE2WsVTILMpPH1FHKD5AK/:15590:0:99999:7:::
 patrick:$1$GLbMMbFN$CAnFjqpvABrKPsMgioPbx0:14147:0:99999:7:::
 robert:$1$3dN7L0X7$wjwYf5TMs4XAzX8yA8iRz0:14147:0:99999:7:::
 thomas:!$1$TnH.ZwKd$6fG79iLoCvVzMC5DGSzmL.:14147:0:99999:7:::
@@ -48,3 +48,4 @@ dovenull:!:15356::::::
 postfix:!:15356::::::
 hsqldb:!:15356::::::
 postgres:!:15371::::::
+memcached:!:15566::::::
index 7c91452d28f5fde0855a292e1f269040caa7b42c..66ffaf3737e25c1e747bbfa311369c21cb7b5ffa 100644 (file)
@@ -66,8 +66,8 @@ language.texlive-langgerman.def
 80jadetex.cnf
 
 ./updmap.d:
-00updmap.cfg
 .keep_app-text_texlive-core-0
+00updmap.cfg
 texlive-basic.cfg
 texlive-context.cfg
 texlive-fontsextra.cfg
@@ -85,8 +85,8 @@ texlive-pictures.cfg
 texlive-science.cfg
 
 ./web2c:
-fmtutil.cnf
 .keep_app-text_texlive-core-0
+fmtutil.cnf
 texmf.cnf
 updmap.cfg
 
diff --git a/udev/rules.d/77-mm-ericsson-mbm.rules b/udev/rules.d/77-mm-ericsson-mbm.rules
deleted file mode 100644 (file)
index 8804036..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-ACTION!="add|change", GOTO="mm_mbm_end"
-SUBSYSTEM!="usb", GOTO="mm_mbm_end"
-ENV{DEVTYPE}!="usb_device", GOTO="mm_mbm_end"
-
-# Ericsson F3507g
-ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1900", ENV{ID_MM_ERICSSON_MBM}="1"
-ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1902", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Ericsson F3607gw
-ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1904", ENV{ID_MM_ERICSSON_MBM}="1"
-ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1905", ENV{ID_MM_ERICSSON_MBM}="1"
-ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1906", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Ericsson F3307
-ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="190a", ENV{ID_MM_ERICSSON_MBM}="1"
-ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1909", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Ericsson C3607w
-ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1049", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Ericsson C3607w v2
-ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="190b", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Sony-Ericsson MD300
-ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="d0cf", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Sony-Ericsson MD400
-ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="d0e1", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Dell 5530 HSDPA
-ATTRS{idVendor}=="413c", ATTRS{idProduct}=="8147", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Dell F3607gw
-ATTRS{idVendor}=="413c", ATTRS{idProduct}=="8183", ENV{ID_MM_ERICSSON_MBM}="1"
-ATTRS{idVendor}=="413c", ATTRS{idProduct}=="8184", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Dell F3307
-ATTRS{idVendor}=="413c", ATTRS{idProduct}=="818b", ENV{ID_MM_ERICSSON_MBM}="1"
-ATTRS{idVendor}=="413c", ATTRS{idProduct}=="818c", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Toshiba
-ATTRS{idVendor}=="0930", ATTRS{idProduct}=="130b", ENV{ID_MM_ERICSSON_MBM}="1"
-
-# Toshiba F3607gw
-ATTRS{idVendor}=="0930", ATTRS{idProduct}=="130c", ENV{ID_MM_ERICSSON_MBM}="1"
-ATTRS{idVendor}=="0930", ATTRS{idProduct}=="1311", ENV{ID_MM_ERICSSON_MBM}="1"
-
-LABEL="mm_mbm_end"
-
diff --git a/udev/rules.d/77-mm-longcheer-port-types.rules b/udev/rules.d/77-mm-longcheer-port-types.rules
deleted file mode 100644 (file)
index ce0134b..0000000
+++ /dev/null
@@ -1,179 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-# Longcheer makes modules that other companies rebrand, like:
-#
-# Alcatel One Touch X020
-# Alcatel One Touch X030
-# MobiData MBD-200HU 
-# ST Mobile Connect HSUPA USB Modem 
-#
-# Most of these values were scraped from various Longcheer-based Windows
-# driver .inf files.  cmmdm.inf lists the actual data (ie PPP) ports, while
-# cmser.inf lists the aux ports that may be either AT-capable or not but
-# cannot be used for PPP.
-
-
-ACTION!="add|change", GOTO="mm_longcheer_port_types_end"
-SUBSYSTEM!="tty", GOTO="mm_longcheer_port_types_end"
-
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c9e", GOTO="mm_longcheer_vendorcheck"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1bbb", GOTO="mm_tamobile_vendorcheck"
-GOTO="mm_longcheer_port_types_end"
-
-LABEL="mm_longcheer_vendorcheck"
-SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}"
-
-ATTRS{idProduct}=="3197", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="3197", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="3197", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="6000", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="6000", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="6000", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="6060", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="6060", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="6060", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-# Alcatel One Touch X020
-ATTRS{idProduct}=="6061", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="6061", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="6061", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="7001", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="7001", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="7001", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="7001", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="7002", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="7002", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="7002", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="7002", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="7002", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="7101", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="7101", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="7101", ENV{.MM_USBIFNUM}=="05", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="7101", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="7102", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="7102", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="7102", ENV{.MM_USBIFNUM}=="05", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="7102", ENV{.MM_USBIFNUM}=="06", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="7102", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="8000", ENV{.MM_USBIFNUM}=="05", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="8000", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="8000", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="8000", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="8001", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="8001", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="8001", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="8001", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="8002", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="8002", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="8002", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="8002", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-# ChinaBird PL68
-ATTRS{idProduct}=="9000", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9000", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9000", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9001", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9001", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9001", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9001", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9002", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9002", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9002", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9002", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9003", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9003", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9003", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9003", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9003", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9004", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9004", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9004", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9005", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9005", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9005", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9010", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9010", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9010", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9010", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9012", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9012", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9012", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9012", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9020", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9020", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9020", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9020", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9022", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9022", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9022", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9022", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-# Zoom products
-ATTRS{idProduct}=="9602", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9602", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9602", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9602", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9603", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9603", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9603", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9603", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9604", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9604", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9604", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9604", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9605", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9605", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9605", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9605", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9605", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9606", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9606", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9606", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9606", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9606", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-ATTRS{idProduct}=="9607", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9607", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9607", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9607", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9607", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9607", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-GOTO="mm_longcheer_port_types_end"
-
-
-LABEL="mm_tamobile_vendorcheck"
-SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}"
-
-# Alcatel One Touch X060s
-ATTRS{idProduct}=="0000", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0000", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="0000", ENV{ID_MM_LONGCHEER_TAGGED}="1"
-
-GOTO="mm_longcheer_port_types_end"
-
-
-LABEL="mm_longcheer_port_types_end"
-
diff --git a/udev/rules.d/77-mm-pcmcia-device-blacklist.rules b/udev/rules.d/77-mm-pcmcia-device-blacklist.rules
deleted file mode 100644 (file)
index 76259a2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-ACTION!="add|change", GOTO="mm_pcmcia_device_blacklist_end"
-SUBSYSTEM!="pcmcia", GOTO="mm_pcmcia_device_blacklist_end"
-
-# Gemplus Serial Port smartcard adapter
-ATTRS{prod_id1}=="Gemplus", ATTRS{prod_id2}=="SerialPort", ATTRS{prod_id3}=="GemPC Card", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-LABEL="mm_pcmcia_device_blacklist_end"
-
diff --git a/udev/rules.d/77-mm-platform-serial-whitelist.rules b/udev/rules.d/77-mm-platform-serial-whitelist.rules
deleted file mode 100644 (file)
index b62d0a6..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-ACTION!="add|change", GOTO="mm_platform_device_whitelist_end"
-SUBSYSTEM!="platform", GOTO="mm_platform_device_whitelist_end"
-
-# Be careful here since many devices connected to platform drivers on PCs
-# are legacy devices that won't like probing.  But often on embedded
-# systems serial ports are provided by platform devices.
-
-# Allow atmel_usart
-DRIVERS=="atmel_usart", ENV{ID_MM_PLATFORM_DRIVER_PROBE}="1"
-
-LABEL="mm_platform_device_whitelist_end"
-
diff --git a/udev/rules.d/77-mm-simtech-port-types.rules b/udev/rules.d/77-mm-simtech-port-types.rules
deleted file mode 100644 (file)
index 9ec047c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-# Simtech makes modules that other companies rebrand, like:
-#
-# A-LINK 3GU
-#
-# Most of these values were scraped from various SimTech-based Windows
-# driver .inf files.  *mdm.inf lists the main command ports, while
-# *ser.inf lists the aux ports that may be used for PPP.
-
-
-ACTION!="add|change", GOTO="mm_simtech_port_types_end"
-SUBSYSTEM!="tty", GOTO="mm_simtech_port_types_end"
-
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1e0e", GOTO="mm_alink_vendorcheck"
-GOTO="mm_simtech_port_types_end"
-
-LABEL="mm_alink_vendorcheck"
-SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}"
-
-ATTRS{idProduct}=="9200", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_SIMTECH_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="9200", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_SIMTECH_PORT_TYPE_AUX}="1"
-ATTRS{idProduct}=="9200", ENV{ID_MM_SIMTECH_TAGGED}="1"
-
-GOTO="mm_simtech_port_types_end"
-
-
-LABEL="mm_simtech_port_types_end"
-
diff --git a/udev/rules.d/77-mm-usb-device-blacklist.rules b/udev/rules.d/77-mm-usb-device-blacklist.rules
deleted file mode 100644 (file)
index 78a6770..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-ACTION!="add|change", GOTO="mm_usb_device_blacklist_end"
-SUBSYSTEM!="usb", GOTO="mm_usb_device_blacklist_end"
-ENV{DEVTYPE}!="usb_device",  GOTO="mm_usb_device_blacklist_end"
-
-# APC UPS devices
-ATTRS{idVendor}=="051d", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Sweex 1000VA
-ATTRS{idVendor}=="0925", ATTRS{idProduct}=="1234", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Agiler UPS
-ATTRS{idVendor}=="05b8", ATTRS{idProduct}=="0000", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Krauler UP-M500VA
-ATTRS{idVendor}=="0001", ATTRS{idProduct}=="0000", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Ablerex 625L USB
-ATTRS{idVendor}=="ffff", ATTRS{idProduct}=="0000", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Belkin F6C1200-UNV
-ATTRS{idVendor}=="0665", ATTRS{idProduct}=="5161", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Various Liebert and Phoenixtec Power devices
-ATTRS{idVendor}=="06da", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Unitek Alpha 1200Sx
-ATTRS{idVendor}=="0f03", ATTRS{idProduct}=="0001", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Various Tripplite devices
-ATTRS{idVendor}=="09ae", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Various MGE Office Protection Systems devices
-ATTRS{idVendor}=="0463", ATTRS{idProduct}=="0001", ENV{ID_MM_DEVICE_IGNORE}="1"
-ATTRS{idVendor}=="0463", ATTRS{idProduct}=="ffff", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# CyberPower 900AVR/BC900D
-ATTRS{idVendor}=="0764", ATTRS{idProduct}=="0005", ENV{ID_MM_DEVICE_IGNORE}="1"
-# CyberPower CP1200AVR/BC1200D
-ATTRS{idVendor}=="0764", ATTRS{idProduct}=="0501", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Various Belkin devices
-ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0980", ENV{ID_MM_DEVICE_IGNORE}="1"
-ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0900", ENV{ID_MM_DEVICE_IGNORE}="1"
-ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0910", ENV{ID_MM_DEVICE_IGNORE}="1"
-ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0912", ENV{ID_MM_DEVICE_IGNORE}="1"
-ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0551", ENV{ID_MM_DEVICE_IGNORE}="1"
-ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0751", ENV{ID_MM_DEVICE_IGNORE}="1"
-ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0375", ENV{ID_MM_DEVICE_IGNORE}="1"
-ATTRS{idVendor}=="050d", ATTRS{idProduct}=="1100", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# HP R/T 2200 INTL (like SMART2200RMXL2U)
-ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1f0a", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Powerware devices
-ATTRS{idVendor}=="0592", ATTRS{idProduct}=="0002", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-# Palm Treo 700/900/etc
-# Shouldn't be probed themselves, but you can install programs like
-# "MobileStream USB Modem" which changes the USB PID of the device to something
-# that isn't blacklisted.
-ATTRS{idVendor}=="0830", ATTRS{idProduct}=="0061", ENV{ID_MM_DEVICE_IGNORE}="1"
-
-LABEL="mm_usb_device_blacklist_end"
-
diff --git a/udev/rules.d/77-mm-zte-port-types.rules b/udev/rules.d/77-mm-zte-port-types.rules
deleted file mode 100644 (file)
index 9d64aa9..0000000
+++ /dev/null
@@ -1,115 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-ACTION!="add|change", GOTO="mm_zte_port_types_end"
-SUBSYSTEM!="tty", GOTO="mm_zte_port_types_end"
-
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="19d2", GOTO="mm_zte_port_types_vendorcheck"
-GOTO="mm_zte_port_types_end"
-
-LABEL="mm_zte_port_types_vendorcheck"
-SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}"
-
-ATTRS{idProduct}=="0001", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0001", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0002", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0002", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0003", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0003", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0004", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0004", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0005", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0005", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0006", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0006", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0007", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0007", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0008", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0008", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0009", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0009", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="000A", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="000A", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0012", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0012", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0015", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0015", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0016", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0016", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0017", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0017", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0018", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0018", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0019", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0019", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0021", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0021", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0024", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0024", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0025", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0025", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0030", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0030", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0031", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0031", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0033", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0033", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0037", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0037", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0042", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0042", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0043", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0043", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0048", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0048", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0049", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0049", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0052", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0052", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0055", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0055", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0061", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0061", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0063", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0063", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0064", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0064", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="0066", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="0066", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-ATTRS{idProduct}=="2002", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
-ATTRS{idProduct}=="2002", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_ZTE_PORT_TYPE_AUX}="1"
-
-LABEL="mm_zte_port_types_end"
-
index 36a58e6c5bcae5c074d282678d57dd6b6b70d247..cb4d213e94e283a6aca4876a27a1b53cce07ad32 100644 (file)
@@ -1,4 +1,3 @@
-
 [Desktop Entry]
 Encoding=UTF-8
 Name=Print Queue Applet
diff --git a/xml/.keep b/xml/.keep
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xml/.keep_app-text_build-docbook-catalog-0 b/xml/.keep_app-text_build-docbook-catalog-0
deleted file mode 100644 (file)
index e69de29..0000000
index 82584f320e513c96fe30ea2a366888db269b880f..f149b2daccac71c61ea4a0fdf496e9b4bb9ef44e 100644 (file)
@@ -4,8 +4,9 @@
   <public publicId="-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" uri="/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd"/>
   <system systemId="http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd" uri="/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd"/>
   <system systemId="http://glade.gnome.org/glade-2.0.dtd" uri="/usr/share/xml/libglade/glade-2.0.dtd"/>
-  <delegatePublic publicIdStartString="-//OASIS//ENTITIES DocBook XML" catalog="file:///etc/xml/docbook"/>
-  <delegatePublic publicIdStartString="-//OASIS//DTD DocBook XML" catalog="file:///etc/xml/docbook"/>
+  <delegatePublic publicIdStartString="-//OASIS//ENTITIES DocBook" catalog="file:///etc/xml/docbook"/>
+  <delegatePublic publicIdStartString="-//OASIS//ELEMENTS DocBook" catalog="file:///etc/xml/docbook"/>
+  <delegatePublic publicIdStartString="-//OASIS//DTD DocBook" catalog="file:///etc/xml/docbook"/>
   <delegateSystem systemIdStartString="http://www.oasis-open.org/docbook/" catalog="file:///etc/xml/docbook"/>
   <delegateURI uriStartString="http://www.oasis-open.org/docbook/" catalog="file:///etc/xml/docbook"/>
   <delegatePublic publicIdStartString="ISO 8879:1986" catalog="file:///etc/xml/docbook"/>
index e290e0d3445702f7d40a968e76df53aff487943f..81a4477aa6aea755bbab8d7e4e91817f5313e99d 100644 (file)
   <public publicId="-//OASIS//DTD DocBook XML CALS Table Model V4.5//EN" uri="file:///usr/share/sgml/docbook/xml-dtd-4.5/calstblx.dtd"/>
   <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xml/4.5" rewritePrefix="file:///usr/share/sgml/docbook/xml-dtd-4.5"/>
   <rewriteURI uriStartString="http://www.oasis-open.org/docbook/xml/4.5" rewritePrefix="file:///usr/share/sgml/docbook/xml-dtd-4.5"/>
+  <public publicId="-//OASIS//DTD Simplified DocBook XML V1.0//EN" uri="file:///usr/share/sgml/docbook/xml-simple-dtd-1.0/sdocbook.dtd"/>
+  <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xml/simple/1.0" rewritePrefix="file:///usr/share/sgml/docbook/xml-simple-dtd-1.0"/>
+  <rewriteURI uriStartString="http://www.oasis-open.org/docbook/xml/simple/1.0" rewritePrefix="file:///usr/share/sgml/docbook/xml-simple-dtd-1.0"/>
+  <public publicId="-//OASIS//DTD Simplified DocBook XML V4.1.2.4//EN" uri="file:///usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/sdocbook.dtd"/>
+  <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xml/simple/4.1.2.4" rewritePrefix="file:///usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4"/>
+  <rewriteURI uriStartString="http://www.oasis-open.org/docbook/xml/simple/4.1.2.4" rewritePrefix="file:///usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4"/>
 </catalog>