Re: [systemd-devel] [PATCH] pager: support SYSTEMD_LESS environment variable

2014-02-11 Thread Lennart Poettering
On Wed, 12.02.14 03:10, Lennart Poettering (lenn...@poettering.net) wrote: > > On Wed, 12.02.14 02:58, Jason A. Donenfeld (ja...@zx2c4.com) wrote: > > > This allows customization of the arguments used by less. The main > > motivation is that some folks might not like having --no-init on every >

Re: [systemd-devel] [PATCH] pager: support SYSTEMD_LESS environment variable

2014-02-11 Thread Lennart Poettering
On Wed, 12.02.14 02:58, Jason A. Donenfeld (ja...@zx2c4.com) wrote: > This allows customization of the arguments used by less. The main > motivation is that some folks might not like having --no-init on every > invocation of less. > --- > If you'd like me to update some documentation, let me know

[systemd-devel] [PATCH] pager: support SYSTEMD_LESS environment variable

2014-02-11 Thread Jason A. Donenfeld
This allows customization of the arguments used by less. The main motivation is that some folks might not like having --no-init on every invocation of less. --- If you'd like me to update some documentation, let me know what files I should edit, and I'll send a v2. src/shared/pager.c | 17 +++