ethr-wake: can use ether_hostton on uclibc >= 0.9.30
[oweals/busybox.git] / shell / README
index f78ed9d18bf0602f734682ac8f6f6c41c3c5cd26..59efe499fbe0e5a5b456d8ee14721667765157b9 100644 (file)
@@ -1,5 +1,9 @@
 Various bits of what is known about busybox shells, in no particular order.
 
+2008-02-14
+ash: does not restore tty pgrp if killed by HUP. Symptom: Midnight Commander
+is backgrounded if you started ash under it, and then killed it with HUP.
+
 2007-11-23
 hush: fixed bogus glob handling; fixed exec <"$1"; added test and echo builtins