-
Notifications
You must be signed in to change notification settings - Fork 0
/
elogviewer.1
65 lines (50 loc) · 1.49 KB
/
elogviewer.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.TH elogviewer 1 "Feb 19, 2015" "An elog viewer for Gentoo Linux"
.SH NAME
.TP
elogviewer \- an elog viewer for Gentoo Linux
.SH SYNOPSIS
.TP
elogviewer [\-h | \-\-help]
.SH DESCRIPTION
.B
elogviewer
displays elogs generated by
.BR portage (5)
in a Qt graphical user interface.
Elogs summarize important messages generated by the Gentoo Linux
package manager during installation and upgrades. The feature
must be enabled
by setting
.RS 4
PORTAGE_ELOG_SYSTEM="save"
PORTAGE_ELOG_CLASSES="warn info error log"
.RE
in
.BR make.conf (5).
See /usr/share/portage/config/make.conf.example\% for more
information on elogs.
The user must be in the \fIportage\fP group to run the program
without root privilege. See
.BR groups (1).
.SH BUGS
Due to incompatible versions, the \fIread\fP and \fIimportant\fP
flags do not stick when switching from Python 2 to Python 3.
.SH AUTHOR
This document is placed in the public domain.
This document is based on the original (k)elogviewer man page
written by \fBChristian Faulhammer\fP. It was rewritten by
\fBMathias Laurin\fP.
.B
elogviewer
is distributed under the GNU GPL 2 license. It is currently
maintained by Mathias Laurin. The original idea and the first
implementation with the gtk toolkit are from \fB Timothy
Kilbourn\fP. \fBJeremy Wickersheimer\fP authored the Qt3 port.
.SH SEE ALSO
Homepage, sources, and dowloads:
.IP \(bu 4
http://elogviewer.sourceforge.net
.IP \(bu
https://github.com/Synss/elogviewer
.IP \(bu
http://sourceforge.net/projects/elogviewer/