PN: connman
PV: 1.41
PR: r0
PKGV: 1.41
PKGR: r0@EXTENDPRAUTO@
LICENSE: GPL-2.0-only
DESCRIPTION: The ConnMan project provides a daemon for managing internet connections within embedded devices running the Linux operating system.  The Connection Manager is designed to be slim and to use as few resources as possible, so it can be easily integrated. It is a fully modular system that can be extended, through plug-ins, to support all kinds of wired or wireless technologies. Also, configuration methods, like DHCP and domain name resolving, are implemented using plug-ins.
SUMMARY: A daemon for managing internet connections within embedded devices
RDEPENDS:connman: bluez5 dbus iptables (>= 1.8.8) ofono update-alternatives-opkg wpa-supplicant dbus-lib (>= 1.14.4) glib-2.0 (>= 2.72.3) glibc (>= 2.36) gnutls (>= 3.7.8)
RPROVIDES:connman: \tconnman-plugin-loopback \tconnman-plugin-ethernet \t \tconnman-plugin-wifi \tconnman-plugin-ofono \t
RRECOMMENDS:connman: connman-conf update-rc.d
RCONFLICTS:connman: networkmanager
SECTION: base
PKG:connman: connman
FILES:connman: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /usr/lib/connman/plugins             /etc /com /var /usr/share             /bin/* /sbin/* /lib/*.so* /usr/share/connman             /usr/share/dbus-1/system-services/*             /etc/tmpfiles.d/connman_resolvconf.conf /lib/systemd/system-preset/98-connman.preset /lib/systemd/system/connman.service
FILES_INFO:connman: {"/etc/init.d/connman": 616, "/etc/resolv-conf.connman": 26, "/etc/tmpfiles.d/connman_resolvconf.conf": 83, "/lib/systemd/system-preset/98-connman.preset": 23, "/lib/systemd/system/connman.service": 597, "/usr/sbin/connmand": 683324, "/usr/share/dbus-1/system.d/connman.conf": 642}
pkg_postinst:connman: #!/bin/sh\nset -e\n\tupdate-alternatives --install /etc/resolv.conf resolv-conf /etc/resolv-conf.connman 100\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT connman start 05 5 2 3 . stop 22 0 1 6 .\nfi\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in connman.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset connman.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart connman.service\n\t\tfi\n\tfi\nfi\n
pkg_postrm:connman: #!/bin/sh\nset -e\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT connman remove\nfi\n
pkg_prerm:connman: #!/bin/sh\nset -e\n\tupdate-alternatives --remove  resolv-conf /etc/resolv-conf.connman\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/connman" ]; then\n\t/etc/init.d/connman stop || :\nfi\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop connman.service\n\n\t\tsystemctl disable connman.service\n\tfi\nfi\n
FILERPROVIDESFLIST:connman:  /etc/resolv-conf.connman
FILERPROVIDES:/etc/resolv-conf.connman:connman:  /etc/resolv.conf
FILERDEPENDSFLIST:connman: /etc/init.d/connman /usr/sbin/connmand
FILERDEPENDS:/etc/init.d/connman:connman:  /bin/sh
FILERDEPENDS:/usr/sbin/connmand:connman:  ld-linux-armhf.so.3(GLIBC_2.4) libresolv.so.2(GLIBC_2.9) libdbus-1.so.3(LIBDBUS_1_3) libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.9) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.17) libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.7) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libgnutls.so.30(GNUTLS_3_4) libglib-2.0.so.0 libdbus-1.so.3 libgnutls.so.30 libresolv.so.2 libxtables.so.12 libc.so.6 ld-linux-armhf.so.3 rtld(GNU_HASH)
PKGSIZE:connman: 685311
