PN: dnsmasq
PV: 2.91
PR: r0
PKGV: 2.91
PKGR: r0
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.42+git0+d2097651cc)
RPROVIDES:dnsmasq:  dnsmasq-systemd
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             /usr/bin/* /usr/sbin/*             /usr/lib/*.so.*             /lib/udev /usr/lib/udev             /usr/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 /usr/lib/systemd/system-preset/98-dnsmasq.preset /usr/lib/systemd/system/dnsmasq.service
CONFFILES:dnsmasq: /etc/dnsmasq.conf
FILES_INFO:dnsmasq: {"/etc/dnsmasq.conf": 27886, "/etc/systemd/resolved.conf.d/dnsmasq-resolved.conf": 98, "/usr/bin/dhcp_lease_time": 9684, "/usr/bin/dhcp_release": 9708, "/usr/bin/dhcp_release6": 9860, "/usr/bin/dnsmasq": 334148, "/usr/lib/systemd/system-preset/98-dnsmasq.preset": 23, "/usr/lib/systemd/system/dnsmasq.service": 339}
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\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 "dnsmasq.service" ] && \\\n\t\t\tsystemctl preset dnsmasq.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 "dnsmasq.service" ] && \\\n\t\t\t\tsystemctl --no-block restart dnsmasq.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:dnsmasq: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tif [ -n "dnsmasq.service" ]; then\n\t\t\tsystemctl stop dnsmasq.service\n\t\t\tsystemctl disable dnsmasq.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
FILERDEPENDSFLIST:dnsmasq: /usr/bin/dhcp@underscore@lease@underscore@time /usr/bin/dhcp@underscore@release /usr/bin/dhcp@underscore@release6 /usr/bin/dnsmasq
FILERDEPENDS:/usr/bin/dhcp@underscore@lease@underscore@time:dnsmasq:  libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libc.so.6 rtld(GNU_HASH)
FILERDEPENDS:/usr/bin/dhcp@underscore@release:dnsmasq:  libc.so.6(GLIBC_2.38) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.34) libc.so.6 rtld(GNU_HASH)
FILERDEPENDS:/usr/bin/dhcp@underscore@release6:dnsmasq:  libc.so.6(GLIBC_2.38) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.34) libc.so.6 rtld(GNU_HASH)
FILERDEPENDS:/usr/bin/dnsmasq:dnsmasq:  libc.so.6(GLIBC_2.9) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.38) libc.so.6(GLIBC_2.4) libc.so.6 rtld(GNU_HASH)
PKGSIZE:dnsmasq: 391746
