PN: busybox
PV: 1.35.0
PR: r0
PKGV: 1.35.0
PKGR: r0.0
LICENSE: GPL-2.0-only & 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
RDEPENDS:busybox-syslog: busybox update-alternatives-opkg
RRECOMMENDS:busybox-syslog:  update-rc.d
RCONFLICTS:busybox-syslog: rsyslog sysklogd syslog-ng
SECTION: base
PKG:busybox-syslog: busybox-syslog
FILES:busybox-syslog: /etc/init.d/syslog* /etc/syslog-startup.conf* /etc/syslog.conf* /lib/systemd/system/syslog.service /etc/default/busybox-syslog /lib/systemd/system-preset/98-busybox-syslog.preset /lib/systemd/system/busybox-syslog.service /lib/systemd/system/busybox-klogd.service
CONFFILES:busybox-syslog: /etc/syslog-startup.conf
FILES_INFO:busybox-syslog: {"/etc/default/busybox-syslog": 1056, "/etc/init.d/syslog": 2066, "/etc/syslog-startup.conf": 651, "/etc/syslog.conf": 69, "/lib/systemd/system-preset/98-busybox-syslog.preset": 30, "/lib/systemd/system/busybox-klogd.service": 116, "/lib/systemd/system/busybox-syslog.service": 270}
pkg_postinst:busybox-syslog: #!/bin/sh\nset -e\n\tupdate-alternatives --install /sbin/klogd klogd /bin/busybox 50\n\tupdate-alternatives --install /sbin/syslogd syslogd /bin/busybox 50\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 syslog defaults\nfi\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 busybox-syslog.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 busybox-syslog.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart busybox-syslog.service\n\t\tfi\n\tfi\nfi\n
pkg_postrm:busybox-syslog: #!/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 syslog remove\nfi\n
pkg_prerm:busybox-syslog: set -e\n\t# remove syslog\n\tif test "x$D" = "x"; then\n\t\tif test "$1" = "upgrade" -o "$1" = "remove"; then\n\t\t\t/etc/init.d/syslog stop || :\n\t\tfi\n\tfi\n\tupdate-alternatives --remove  klogd /bin/busybox\n\tupdate-alternatives --remove  syslogd /bin/busybox\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/syslog" ]; then\n\t/etc/init.d/syslog stop || :\nfi\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop busybox-syslog.service\n\n\t\tsystemctl disable busybox-syslog.service\n\tfi\nfi\n
FILERDEPENDSFLIST:busybox-syslog: /etc/init.d/syslog
FILERDEPENDS:/etc/init.d/syslog:busybox-syslog:  /bin/sh
PKGSIZE:busybox-syslog: 4258
