[Toybox] [PATCH] SIGHUP to init.c triggers inittab reload

2020-09-01 Thread Chris Sarra via Toybox
--- toys/pending/init.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/toys/pending/init.c b/toys/pending/init.c index 64b61481..b147911f 100644 --- a/toys/pending/init.c +++ b/toys/pending/init.c @@ -188,6 +188,25 @@ static void

Re: [Toybox] And again.

2020-09-01 Thread Chet Ramey
On 9/1/20 4:16 AM, Rob Landley wrote: > On 8/28/20 1:28 AM, Rob Landley wrote: >> And I have questions: > > I still have questions, namely what "same type" means for brace expansion: Right now, it means that both ends of the range must be alphabetic or both must be digits. It doesn't require the

Re: [Toybox] And again.

2020-09-01 Thread Chet Ramey
On 8/28/20 2:28 AM, Rob Landley wrote: > I'm trying hard not to bother you anymore, but I think the bash man page is > wrong. It says says: > >case word in [ [(] pattern [ | pattern ] ... ) list ;; ] ... esac > A case command first expands word, and tries to match it against

Re: [Toybox] And again.

2020-09-01 Thread Rob Landley
On 8/28/20 1:28 AM, Rob Landley wrote: > And I have questions: I still have questions, namely what "same type" means for brace expansion: $ echo {z..0} {z..0} $ echo {z..A} z y x w v u t s r q p o n m l k j i h g f e d c b a ` _ ^ ] [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A In