annotate sources/patches/busybox-usehush.patch @ 1287:7862497b28e0

Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
author Rob Landley <rob@landley.net>
date Sun, 14 Nov 2010 14:45:01 -0600
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1287
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 diff -ru busybox/shell/Config.src busybox.bak/shell/Config.src
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 --- busybox/shell/Config.src 2010-08-22 19:44:36.000000000 -0500
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 +++ busybox.bak/shell/Config.src 2010-11-06 20:55:02.000000000 -0500
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 @@ -219,7 +219,7 @@
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
5
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
6 choice
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
7 prompt "Choose which shell is aliased to 'sh' name"
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
8 - default FEATURE_SH_IS_ASH
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
9 + default FEATURE_SH_IS_HUSH
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
10 help
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
11 Choose which shell you want to be executed by 'sh' alias.
7862497b28e0 Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
Rob Landley <rob@landley.net>
parents:
diff changeset
12 The ash shell is the most bash compatible and full featured one.