summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-19 16:24:45 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-19 16:24:45 (EST)
commit8e3ec3ad08dfdf18151e01fd23a9d33b6e9c20f4 (patch)
tree0f294a18051b8947953feda30beac165185dbe7f /build
parent7ed3288dec9c83224130b737961c8981e29ea4c7 (diff)
Manage /usr/bin/mkpasswd with update-alternatives.
This is also provided by expect-doc.
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index f623d61..c7178fc 100755
--- a/build
+++ b/build
@@ -36,6 +36,7 @@ install:
mv dest/usr/bin/strings dest/usr/bin/strings.busybox
mv dest/usr/bin/clear dest/usr/bin/clear.busybox
mv dest/usr/bin/reset dest/usr/bin/reset.busybox
+ mv dest/usr/bin/mkpasswd dest/usr/bin/mkpasswd.busybox
set -e; $(config_enabled); $(install_init_script); \
if config_enabled INIT; then \
install -d -m 0755 dest/etc; \