diff options
author | Oliver Smith <ollieparanoid@bitmessage.ch> | 2017-06-07 19:45:39 +0200 |
---|---|---|
committer | Oliver Smith <ollieparanoid@bitmessage.ch> | 2017-06-07 19:45:39 +0200 |
commit | 23f4c6bd6c0c8c8f616facad94865e7961cdfb2d (patch) | |
tree | 936889a3d8e1e8e2f25ceba11d814bdeed04b50d /main/busybox/busybox-extras.post-install | |
parent | 4fe0d91c731fa63f14312e4253ad5b2331bd3311 (diff) | |
download | aports-23f4c6bd6c0c8c8f616facad94865e7961cdfb2d.tar.bz2 aports-23f4c6bd6c0c8c8f616facad94865e7961cdfb2d.tar.xz |
main/busybox: add subpackage busybox-extras
The following programs have been moved from busybox to -extras:
ftpget, ftpput, telnet, tftp, ftpd, httpd
New programs in -extras: telnetd, tftpd
Diffstat (limited to 'main/busybox/busybox-extras.post-install')
-rw-r--r-- | main/busybox/busybox-extras.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/busybox/busybox-extras.post-install b/main/busybox/busybox-extras.post-install new file mode 100644 index 0000000000..a0327a6910 --- /dev/null +++ b/main/busybox/busybox-extras.post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +# Create all symlinks +exec /bin/busybox-extras --install -s |