PN: busybox
PV: 1.24.1
PR: r0
PKGV: 1.24.1
PKGR: r0
LICENSE: GPLv2 & bzip2
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-mdev:  update-rc.d
SECTION: base
PKG_busybox-mdev: busybox-mdev
FILES_busybox-mdev: /etc/init.d/mdev /etc/mdev.conf /etc/mdev/*
pkg_postinst_busybox-mdev: #!/bin/sh\n# Begin section update-rc.d\nif 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 mdev start 04 S .\nfi\n# End section update-rc.d\n
pkg_postrm_busybox-mdev: #!/bin/sh\nif 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 mdev remove\nfi\n
pkg_preinst_busybox-mdev: #!/bin/sh\nif [ -z "$D" -a -f "/etc/init.d/mdev" ]; then\n\t/etc/init.d/mdev stop || :\nfi\nif 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 mdev remove\nfi\n
pkg_prerm_busybox-mdev: #!/bin/sh\n# Begin section update-rc.d\nif [ -z "$D" -a -x "/etc/init.d/mdev" ]; then\n\t/etc/init.d/mdev stop || :\nfi\n# End section update-rc.d\n
FILES_INFO: {"/etc/init.d/mdev": 473, "/etc/mdev/mdev-mount.sh": 1383, "/etc/mdev.conf": 887, "/etc/mdev/find-touchscreen.sh": 144}
FILERDEPENDSFLIST_busybox-mdev: /etc/init.d/mdev /etc/mdev/mdev-mount.sh /etc/mdev/find-touchscreen.sh
FILERDEPENDS_/etc/init.d/mdev_busybox-mdev: /bin/sh
FILERDEPENDS_/etc/mdev/mdev-mount.sh_busybox-mdev: /bin/sh
FILERDEPENDS_/etc/mdev/find-touchscreen.sh_busybox-mdev: /bin/sh
PKGSIZE_busybox-mdev: 2887
