PN: busybox PV: 1.31.1 PR: r0 PKGV: 1.31.1 PKGR: r0 LICENSE: GPLv2 & bzip2-1.0.4 DESCRIPTION: BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete POSIX environment for any small or embedded system. SUMMARY: Tiny versions of many common UNIX utilities in a single small executable RRECOMMENDS_busybox-udhcpd: update-rc.d SECTION: base PKG_busybox-udhcpd: busybox-udhcpd FILES_busybox-udhcpd: /etc/init.d/busybox-udhcpd FILES_INFO: {"/etc/init.d/busybox-udhcpd": 767} pkg_postinst_busybox-udhcpd: #!/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="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT busybox-udhcpd defaults\nfi\n pkg_postrm_busybox-udhcpd: #!/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 busybox-udhcpd remove\nfi\n pkg_prerm_busybox-udhcpd: #!/bin/sh\nset -e\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/busybox-udhcpd" ]; then\n\t/etc/init.d/busybox-udhcpd stop || :\nfi\n FILERDEPENDSFLIST_busybox-udhcpd: /etc/init.d/busybox-udhcpd FILERDEPENDS_/etc/init.d/busybox-udhcpd_busybox-udhcpd: /bin/sh PKGSIZE_busybox-udhcpd: 767