[Toybox] [New Toys] - chattr and lsattr

2013-12-11 Thread Ashwini Sharma
Hi Rob, list, attached is a patch implementing __chattr__ and __lsattr__. For this, few macros are added into __e2fs.h__ and a new file lib/e2fs.c implementing a function, used in both chattr and lsattr, for getting the file attributes is added. Your inputs are welcome. regards, Ashwini PS:-

Re: [Toybox] FTP commands

2013-12-11 Thread ibid . ag
Thanks! Noticed a few differences from standard help messages, plus a small problem with the port number handling: when no port was specified, it failed. The solution ended up dropping a couple lines. Attached is the diff from your second version. Thanks, Isaac Dunham diff --git