PN: connman
PV: 1.36
PR: r0
PKGV: 1.36
PKGR: r0@EXTENDPRAUTO@
LICENSE: MIT
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: dbus iptables (>= 1.8.11) update-alternatives-opkg wpa-supplicant dbus-lib (>= 1.16.2) glib-2.0 (>= 2.84.4) glibc (>= 2.42+git0+d2097651cc) gnutls (>= 3.8.10)
RPROVIDES:connman: \tconnman-plugin-loopback \tconnman-plugin-ethernet \t \tconnman-plugin-wifi \t \t
RRECOMMENDS:connman: connman-wait-online
SECTION: base
PKG:connman: connman
FILES:connman: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /usr/lib/connman/plugins             /etc /var             /usr/bin/* /usr/sbin/* /usr/lib/*.so* /usr/share/connman             /usr/share/dbus-1/system-services/* usr/share/dbus-1 /etc/dbus-1/system.d \t\t\t\t/usr/lib/systemd/system \t\t\t\t/usr/lib/systemd/system/multi-user.target.requires \t\t\t\t/etc/connman/main.conf /usr/lib/systemd/system-preset/98-connman.preset /usr/lib/systemd/system/connman.service
FILES_INFO:connman: {"/etc/connman/main.conf": 122, "/etc/dbus-1/system.d/connman.conf": 928, "/etc/resolv-conf.connman": 29, "/usr/lib/systemd/system-preset/98-connman.preset": 23, "/usr/lib/systemd/system/connman.service": 600, "/usr/lib/systemd/system/multi-user.target.requires/connman.service": 39, "/usr/sbin/connmand": 675868, "/usr/share/dbus-1/system.d/connman.conf": 928}
pkg_postinst:connman: #!/bin/sh\nset -e\n\tupdate-alternatives --install /etc/resolv.conf resolv-conf /etc/resolv-conf.connman 100\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\n\t\tfor service in ; do\n\t\t\tsystemctl --global ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\t# Reload only system service manager\n\t\t# --global for daemon-reload is not supported: https://github.com/systemd/systemd/issues/19284\n\t\tsystemctl daemon-reload\n\t\t[ -n "connman.service" ] && \\\n\t\t\tsystemctl preset connman.service\n\n\t\t[ -n "" ] && \\\n\t\t\tsystemctl --global preset \n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\t# --global flag for restart is not supported by systemd (see above)\n\t\t\t[ -n "connman.service" ] && \\\n\t\t\t\tsystemctl --no-block restart connman.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:connman: #!/bin/sh\nset -e\n\tupdate-alternatives --remove  resolv-conf /etc/resolv-conf.connman\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tif [ -n "connman.service" ]; then\n\t\t\tsystemctl stop connman.service\n\t\t\tsystemctl disable connman.service\n\t\tfi\n\n\t\t# same as above, --global flag is not supported for stop so do disable only\n\t\t[ -n "" ] && \\\n\t\t\tsystemctl --global disable \n\tfi\nfi\n
FILERPROVIDESFLIST:connman:  /etc/resolv-conf.connman
FILERPROVIDES:/etc/resolv-conf.connman:connman:  /etc/resolv.conf
FILERDEPENDSFLIST:connman: /usr/sbin/connmand
FILERDEPENDS:/usr/sbin/connmand:connman:  libresolv.so.2(GLIBC_2.9) libgnutls.so.30(GNUTLS_3_4) libc.so.6(GLIBC_2.9) libc.so.6(GLIBC_2.17) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.7) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.38) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.4) libdbus-1.so.3(LIBDBUS_1_3) libglib-2.0.so.0 libdbus-1.so.3 libgnutls.so.30 libresolv.so.2 libxtables.so.12 libc.so.6 rtld(GNU_HASH)
PKGSIZE:connman: 678537
