PN: dnsmasq
PV: 2.87
PR: r0
PKGV: 2.87
PKGR: r0@EXTENDPRAUTO@
LICENSE: GPL-2.0-only | GPL-3.0-only
DESCRIPTION: Lightweight, easy to configure DNS forwarder and DHCP server.
SUMMARY: Lightweight, easy to configure DNS forwarder and DHCP server
RDEPENDS:dnsmasq: glibc (>= 2.36)
RPROVIDES:dnsmasq:  dnsmasq-systemd
RRECOMMENDS:dnsmasq:  update-rc.d
RREPLACES:dnsmasq:  dnsmasq-systemd
RCONFLICTS:dnsmasq:  dnsmasq-systemd
SECTION: net
PKG:dnsmasq: dnsmasq
FILES:dnsmasq: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /lib/udev /usr/lib/udev             /usr/share/dnsmasq /usr/lib/dnsmasq/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /lib/systemd/system-preset/98-dnsmasq.preset /lib/systemd/system/dnsmasq.service
CONFFILES:dnsmasq: /etc/dnsmasq.conf
FILES_INFO:dnsmasq: {"/etc/dnsmasq.conf": 11120, "/etc/init.d/dnsmasq": 2630, "/etc/systemd/resolved.conf.d/dnsmasq-resolved.conf": 98, "/lib/systemd/system-preset/98-dnsmasq.preset": 23, "/lib/systemd/system/dnsmasq.service": 339, "/usr/bin/dhcp_release": 66956, "/usr/bin/dnsmasq": 267752}
pkg_postinst:dnsmasq: #!/bin/sh\nset -e\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 dnsmasq.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 dnsmasq.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart dnsmasq.service\n\t\tfi\n\tfi\nfi\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 dnsmasq defaults\nfi\n
pkg_postrm:dnsmasq: #!/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 dnsmasq remove\nfi\n
pkg_prerm:dnsmasq: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop dnsmasq.service\n\n\t\tsystemctl disable dnsmasq.service\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/dnsmasq" ]; then\n\t/etc/init.d/dnsmasq stop || :\nfi\n
FILERDEPENDSFLIST:dnsmasq: /etc/init.d/dnsmasq /usr/bin/dhcp@underscore@release /usr/bin/dnsmasq
FILERDEPENDS:/etc/init.d/dnsmasq:dnsmasq:  /bin/sh
FILERDEPENDS:/usr/bin/dhcp@underscore@release:dnsmasq:  ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.34) libc.so.6 ld-linux-armhf.so.3 rtld(GNU_HASH)
FILERDEPENDS:/usr/bin/dnsmasq:dnsmasq:  ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6(GLIBC_2.9) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.7) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libc.so.6 ld-linux-armhf.so.3 rtld(GNU_HASH)
PKGSIZE:dnsmasq: 348918
