Re: [Toybox] [PATCH] optional fatter cat(1)

2015-01-01 Thread dmccunney
On Thu, Jan 1, 2015 at 1:39 AM, David Seikel onef...@gmail.com wrote: I have a simple test to decide if I like an editor as a result of these decades of random editor usage. If I can't sit down with the editor and figure out how to do basic editing and saving in less than a minute (sans

Re: [Toybox] service

2015-01-01 Thread Isaac Dunham
On Thu, Jan 01, 2015 at 02:47:41PM -0500, stephen Turner wrote: service(8) is part of the rc scripts, of which there are more variants than there are of init(8). so service is a script? ok, i thought it was a program and thought surely we would want it in toybox if it was. Come to

[Toybox] Fwd: service

2015-01-01 Thread stephen Turner
forgot to copy list again. service(8) is part of the rc scripts, of which there are more variants than there are of init(8). so service is a script? ok, i thought it was a program and thought surely we would want it in toybox if it was. Come to think of it i do recall reading about writing

Re: [Toybox] service

2015-01-01 Thread Rob Landley
On 01/01/15 08:35, stephen Turner wrote: while doing some searches on scripting i was reminded about service and noticed it wasn't in toybox. Is this a oversight or not in intended feature/possible post 1.0. $ man service NAME service - run a System V init script ... DESCRIPTION

Re: [Toybox] [PATCH] unshare: add -r option to map euid/egid to 0/0

2015-01-01 Thread Rob Landley
On 12/30/14 20:19, Isaac Dunham wrote: unshare -r runs a command in a new PID namespace where the user is root. Slight problem that my local copy has nsenter halfway merged into unshare so the patch won't apply, but lemme try to finish that up and check it in and then put this on top of it...

Re: [Toybox] [PATCH] fix newline on stdin for

2015-01-01 Thread enh
On Wed, Dec 31, 2014 at 12:35 PM, Rob Landley r...@landley.net wrote: On 12/30/2014 02:14 PM, enh wrote: On Tue, Dec 30, 2014 at 11:22 AM, Rob Landley r...@landley.net wrote: On 12/30/14 00:24, enh wrote: i can save you some time there: there isn't one. bionic's getpwnam and friends will do

Re: [Toybox] [PATCH] fix newline on stdin for

2015-01-01 Thread Rob Landley
On 01/01/2015 02:44 PM, enh wrote: On Wed, Dec 31, 2014 at 12:35 PM, Rob Landley r...@landley.net wrote: On 12/30/2014 02:14 PM, enh wrote: On Tue, Dec 30, 2014 at 11:22 AM, Rob Landley r...@landley.net wrote: On 12/30/14 00:24, enh wrote: i can save you some time there: there isn't one.

Re: [Toybox] [PATCH] optional fatter cat(1)

2015-01-01 Thread David Seikel
On Thu, 1 Jan 2015 14:04:41 -0500 dmccunney dennis.mccun...@gmail.com wrote: On Thu, Jan 1, 2015 at 1:39 AM, David Seikel onef...@gmail.com wrote: I have a simple test to decide if I like an editor as a result of these decades of random editor usage. If I can't sit down with the editor

Re: [Toybox] toybox in Android status

2015-01-01 Thread enh
current status... not previously available, now provided by toybox: acpi basename blockdev bzcat cal chgrp chroot cksum comm cut dirname dos2unix echo egrep env expand factor fallocate fgrep find free groups head hostname killall logname losetup lspci

Re: [Toybox] service

2015-01-01 Thread stephen Turner
It doesn't have to be a script, but it does have to be written to match a specific set of rc scripts (the rc scripts are the shell part of the init system; there's OpenRC, the LFS init scripts, the Debian init scripts, the old RedHat init scripts, upstart and systemd implementions,