PN: busybox PV: 1.31.1 PR: r0 PKGV: 1.31.1 PKGR: r0@EXTENDPRAUTO@ 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 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: {"/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.nosuid 50\n\tupdate-alternatives --install /sbin/syslogd syslogd /bin/busybox.nosuid 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 type 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.nosuid\n\tupdate-alternatives --remove syslogd /bin/busybox.nosuid\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 type 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