[Toybox] [PATCH] mktemp fixes

2015-02-07 Thread enh
Use $TMPDIR if set (necessary on Android, where there is no /tmp). Include full template in error messages. Don't report success on failure with -q. Avoid unnecessary allocation. Fix xx versus XX confusion. diff --git a/toys/lsb/mktemp.c b/toys/lsb/mktemp.c index c1175fe..52e53ee 100644

[Toybox] [PATCH] help kill netcfg

2015-02-07 Thread enh
netcfg is being removed, but shows up in the toybox roadmap. diff --git a/www/roadmap.html b/www/roadmap.html index 2457b4d..3f1f80f 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -252,7 +252,7 @@ getenforce setenforce chcon restorecon runcon getsebool setsebool load_policy pOther than

Re: [Toybox] [PATCH] mktemp fixes

2015-02-07 Thread Rob Landley
On 02/07/2015 12:04 PM, enh wrote: Use $TMPDIR if set (necessary on Android, where there is no /tmp). Include full template in error messages. Don't report success on failure with -q. Avoid unnecessary allocation. Fix xx versus XX confusion. Apparently I'm not capable of consistently