From 8e3ec3ad08dfdf18151e01fd23a9d33b6e9c20f4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 19 Feb 2014 16:24:45 -0500 Subject: Manage /usr/bin/mkpasswd with update-alternatives. This is also provided by expect-doc. --- (limited to 'build') 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; \ -- cgit v0.9.1