diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-27 21:26:59 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-27 21:26:59 +0200 |
commit | f5af0f8b822b694896f5663bdc29c653ded735cc (patch) | |
tree | 2e84a9cf349699999d1a5a0d155efde3d5ba6d3b /main/busybox/busybox.post-upgrade | |
parent | cc1dce17904c37990f2dee39d9f0c8bca20f36d6 (diff) | |
download | aports-f5af0f8b822b694896f5663bdc29c653ded735cc.tar.bz2 aports-f5af0f8b822b694896f5663bdc29c653ded735cc.tar.xz |
main/busybox: move udhpcd to -extras
Diffstat (limited to 'main/busybox/busybox.post-upgrade')
-rw-r--r-- | main/busybox/busybox.post-upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox/busybox.post-upgrade b/main/busybox/busybox.post-upgrade index 4d7eb32aa2..291ed7a6db 100644 --- a/main/busybox/busybox.post-upgrade +++ b/main/busybox/busybox.post-upgrade @@ -15,7 +15,7 @@ done # remove links of programs moved to busybox-extras for link in /usr/bin/telnet /usr/sbin/httpd /usr/bin/ftpget /usr/bin/ftpput \ /usr/sbin/ftpd /usr/bin/tftp /usr/sbin/fakeidentd /usr/sbin/dnsd \ - /usr/sbin/inetd ; do + /usr/sbin/inetd /usr/sbin/udhcpd; do if [ -L "$link" ] && [ "$(readlink $link)" = "/bin/busybox" ]; then rm "$link" echo "NOTE: $link has been moved to the package 'busybox-extras'" |