[pve-devel] applied: [RFC pve-journalreader 1/1] inital commit for journalreader

Thomas Lamprecht t.lamprecht at proxmox.com
Tue May 14 14:06:34 CEST 2019


On 5/13/19 2:49 PM, Dominik Csapak wrote:
> provides a minimalistic binary to show the journal content
> shows a cursor after and before the output
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  Makefile             |  23 ++++
>  debian/changelog     |   5 +
>  debian/compat        |   1 +
>  debian/control       |  13 ++
>  debian/copyright     |  22 ++++
>  debian/rules         |   9 ++
>  debian/source/format |   1 +
>  src/Makefile         |  23 ++++
>  src/journalreader.c  | 360 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  9 files changed, 457 insertions(+)
>  create mode 100644 Makefile
>  create mode 100644 debian/changelog
>  create mode 100644 debian/compat
>  create mode 100644 debian/control
>  create mode 100644 debian/copyright
>  create mode 100755 debian/rules
>  create mode 100644 debian/source/format
>  create mode 100644 src/Makefile
>  create mode 100644 src/journalreader.c
> 

applied, with some packaging and code followups (mostly minor stuff) as:
proxmox-mini-journalreader

much thanks for this!




More information about the pve-devel mailing list