Re: [systemd-devel] [PATCH] systemctl: implement auto-pager a la git

2011-01-02 Thread Miklos Vajna
On Sun, Jan 02, 2011 at 08:24:02AM +0100, Tollef Fog Heen tfh...@err.no wrote: | + if (!pager) | + pager = less; Doesn't other distributions have sensible-pager(1) or pager(1)? Also, at least on Debian, less(1) isn't in the base distribution, while more(1) comes from util-linux

Re: [systemd-devel] [PATCH] systemctl: implement auto-pager a la git

2011-01-02 Thread Tollef Fog Heen
]] Miklos Vajna | On Sun, Jan 02, 2011 at 08:24:02AM +0100, Tollef Fog Heen tfh...@err.no wrote: | | + if (!pager) | | + pager = less; | | Doesn't other distributions have sensible-pager(1) or pager(1)? Also, | at least on Debian, less(1) isn't in the base distribution, while |