Changes to images/qemuarm/glibc/core-image-full-cmdline (files-in-image.txt): /etc/systemd/system/multi-user.target.wants/ninfod.service was removed /etc/systemd/system/multi-user.target.wants/rdisc.service was removed /lib/systemd/system/ninfod.service was removed /lib/systemd/system-preset/98-iputils-ninfod.preset was removed /lib/systemd/system-preset/98-iputils-rdisc.preset was removed /lib/systemd/system/rarpd@.service was removed /lib/systemd/system/rdisc.service was removed /sbin/ninfod was removed /sbin/rarpd was removed /sbin/rdisc was removed Changes to images/qemuarm/glibc/core-image-full-cmdline (installed-package-names.txt): iputils-rdisc was removed iputils-rarpd was removed iputils-ninfod was removed packages/cortexa15t2hf-neon-poky-linux-gnueabi/iputils/iputils-dbg: PKGSIZE changed from 587328 to 377880 (-36%) packages/cortexa15t2hf-neon-poky-linux-gnueabi/iputils/iputils-dev: RRECOMMENDS: removed "iputils-ninfod-dev systemd-dev iputils-rarpd-dev iputils-rdisc-dev" packages/cortexa15t2hf-neon-poky-linux-gnueabi/iputils/iputils-ping: PKGSIZE changed from 67448 to 80608 (+20%) packages/cortexa15t2hf-neon-poky-linux-gnueabi/iputils/iputils-src: PKGSIZE changed from 315592 to 197293 (-37%) packages/cortexa15t2hf-neon-poky-linux-gnueabi/iputils/iputils: RDEPENDS: removed "iputils-rdisc iputils-rarpd iputils-ninfod" packages/cortexa15t2hf-neon-poky-linux-gnueabi/iputils: PACKAGES: removed "iputils-rdisc iputils-rarpd iputils-ninfod" packages/cortexa15t2hf-neon-poky-linux-gnueabi/mesa: PACKAGES: added "libglx-mesa libglx-mesa-dev" packages/cortexa15t2hf-neon-poky-linux-gnueabi/iputils/iputils-ninfod: pkg_postinst cleared: @@ -1,24 +0,0 @@ -#!/bin/sh -set -e -if systemctl >/dev/null 2>/dev/null; then - OPTS="" - - if [ -n "$D" ]; then - OPTS="--root=$D" - fi - - if [ "enable" = "enable" ]; then - for service in ninfod.service; do - systemctl ${OPTS} enable "$service" - done - fi - - if [ -z "$D" ]; then - systemctl daemon-reload - systemctl preset ninfod.service - - if [ "enable" = "enable" ]; then - systemctl --no-block restart ninfod.service - fi - fi -fi -- packages/cortexa15t2hf-neon-poky-linux-gnueabi/iputils/iputils-ninfod: pkg_prerm cleared: @@ -1,9 +0,0 @@ -#!/bin/sh -set -e -if systemctl >/dev/null 2>/dev/null; then - if [ -z "$D" ]; then - systemctl stop ninfod.service - - systemctl disable ninfod.service - fi -fi -- packages/cortexa15t2hf-neon-poky-linux-gnueabi/iputils/iputils-rdisc: pkg_postinst cleared: @@ -1,24 +0,0 @@ -#!/bin/sh -set -e -if systemctl >/dev/null 2>/dev/null; then - OPTS="" - - if [ -n "$D" ]; then - OPTS="--root=$D" - fi - - if [ "enable" = "enable" ]; then - for service in rdisc.service; do - systemctl ${OPTS} enable "$service" - done - fi - - if [ -z "$D" ]; then - systemctl daemon-reload - systemctl preset rdisc.service - - if [ "enable" = "enable" ]; then - systemctl --no-block restart rdisc.service - fi - fi -fi -- packages/cortexa15t2hf-neon-poky-linux-gnueabi/iputils/iputils-rdisc: pkg_prerm cleared: @@ -1,9 +0,0 @@ -#!/bin/sh -set -e -if systemctl >/dev/null 2>/dev/null; then - if [ -z "$D" ]; then - systemctl stop rdisc.service - - systemctl disable rdisc.service - fi -fi --