maybe chmod 0644 './nscd.conf'
maybe chmod 0644 './nsswitch.conf'
maybe chmod 0644 './ntp.conf'
+maybe chmod 0755 './obex-data-server'
+maybe chmod 0644 './obex-data-server/capability.xml'
+maybe chmod 0644 './obex-data-server/imaging_capabilities.xml'
maybe chmod 0755 './openldap'
maybe chmod 0644 './openldap/ldap.conf'
maybe chmod 0644 './openldap/ldap.conf.default'
--- /dev/null
+<?xml version="1.0" ?>
+<!DOCTYPE Capability SYSTEM "obex-capability.dtd">
+<Capability Version="1.0">
+ <General>
+ <Manufacturer>Generic</Manufacturer>
+ <Model>Computer</Model>
+ <SW Version="{$ODS_VER}"/>
+ <Memory>
+ <MemType>Filesystem</MemType>
+ <Free>{$MEM_FREE}</Free>
+ <Used>{$MEM_USED}</Used>
+ <CaseSenN/>
+ </Memory>
+ </General>
+</Capability>
--- /dev/null
+<imaging-capabilities version="1.0">
+<preferred-format encoding="JPEG"/>
+<image-formats encoding="JPEG" pixel="80*60-65535*65535"/>
+<image-formats encoding="GIF" pixel="80*60-65535*65535"/>
+<image-formats encoding="PNG" pixel="80*60-65535*65535"/>
+</imaging-capabilities>