15806N/A/jds/bin/diff -uprN gnome-utils-2.25.90.old/logview/data/gnome-system-log.1 gnome-utils-2.25.90/logview/data/gnome-system-log.1
15806N/A--- gnome-utils-2.25.90.old/logview/data/gnome-system-log.1 2009-02-10 16:55:36.147962000 +0000
15806N/A+++ gnome-utils-2.25.90/logview/data/gnome-system-log.1 2009-02-10 17:01:01.284029000 +0000
13706N/A@@ -1,6 +1,7 @@
13706N/A .\" gnome-system-log.1 - GNOME logfile viewer
13706N/A .\" Copyright 2001 Jochen Voss
13706N/A-.TH gnome-system-log 1 "Aug 09 2002" "gnome-utils 2.0.0"
15806N/A+'\" te
15806N/A+.TH gnome-system-log 1 "Aug 09 2002" "gnome-utils 2.26.0"
13706N/A .SH NAME
13706N/A gnome-system-log \- the GNOME System Log Viewer
13706N/A .SH SYNOPSIS
15806N/A@@ -19,10 +20,76 @@ The
13706N/A .B GNOME System Log Viewer
13706N/A was written by Cesar Miquel <miquel@df.uba.ar>.
13706N/A .PP
13706N/A+.B GNOME System Log Viewer Plugin Interface
13706N/A+was written by Lin Ma <lin.ma@sun.com>.
13706N/A+.PP
13706N/A This manual page was written by Jochen Voss
13706N/A <voss@mathematik.uni-kl.de>.
13706N/A+.TP
13706N/A+.B I/O (LogviewIFaceIO)
13706N/A+This defines the main input interface. This is used by Log Viewer to
13706N/A+read a logs content into memory, whether the logs source is text or
13706N/A+binary, the data returned here should be text - most likely in the
13706N/A+current locale. It also provides methods to allow the main application
13706N/A+to get other information about the log such as whether the log has
13706N/A+changed.
13706N/A+
13706N/A+It's the reposibility of the plugin to maintain information about the
13706N/A+log file(s) such as the current location in the file, the size of the
13706N/A+file, etc.
13706N/A+.TP
13706N/A+.B Views (LogviewIFaceView)
13706N/A+This interface defines a mechanism to enable the formatting of log
13706N/A+data, dividing it into lines. The current implementation defines how to
13706N/A+group lines by date and the conversion of the log from the current
13706N/A+locale to UTF-8.
13706N/A+.TP
13706N/A+.B Collectors (LogviewIFaceCollector)
13706N/A+This interface is used to gather the list of logs. New types of logs
13706N/A+may be added using this interface.
13706N/A+.RE
13706N/A+
13706N/A+For the detail information, please see /usr/share/gtk-doc/html/logview/index.html.
13706N/A+.TP
13706N/A+.B Plugin Priority
13706N/A+A priority list is maintained for each category of plugin - this defines
13706N/A+the order in which plugins will be used - higher priority plugins override
13706N/A+lower priority plugins. Priorities are categorised as:
13706N/A+
13706N/A+.br
13706N/A+Priority 0-9: Used by the delivered default plugins
13706N/A+.br
13706N/A+Priority 10+: End Users plugins.
13706N/A+.TP
13706N/A+.B Plugin Search Path
13706N/A+Log Viewer will search in the following directories for plugins:
13706N/A+
13706N/A+.br
13706N/A+$HOME/.gnome2/gnome-system-log/plugins/`uname -p`
13706N/A+.br
13706N/A+/lib/gnome-system-log/plugins
13706N/A+.TP
13706N/A+.B Plugin Security
13706N/A+Both libgrablogs and libpipelog only recognize the configure file which has the
13706N/A+same owner ship to the user, otherwise they will back to the system default
13706N/A+ones. In Solaris, they will use a fork/exec/pfsh to run the commands within the
13706N/A+configure files; in Linux, they will use popen(3).
13706N/A+.TP
13706N/A+.B Default Plugins
13706N/A+Three plugins are available for the end-users. They are libgrablogs.so,
13706N/A+libplainlog.so and libpipelog.so.
13706N/A .SH FILES
13706N/A .TP
13706N/A+.I /usr/lib/gnome-system-log/plugins/libgrablogs.so
13706N/A+A default plugin - collecting some log files from system. See grablogs.conf (4).
13706N/A+.TP
13706N/A+.I /usr/lib/gnome-system-log/plugins/libplainlog.so
13706N/A+A default plugin - view ASCII log files.
13706N/A+.TP
13706N/A+.I /usr/lib/gnome-system-log/plugins/libpipelog.so
13706N/A+A default plugin - has a higher priority than libplainlog.so, view the output
13706N/A+of a command. See pipelog.conf (4).
13706N/A+.TP
13706N/A .I /var/log/messages
13706N/A The system's main logfile.
13706N/A .TP
15806N/A@@ -30,8 +97,27 @@ The system's main logfile.
13706N/A Configuration file for syslogd. See
13706N/A .BR syslog.conf (5)
13706N/A for exact information.
13706N/A+.RE
13706N/A+
13706N/A+.SH ATTRIBUTES
13706N/A+.sp
13706N/A+.PP
13706N/A+See \fBattributes\fR(5) for descriptions of the following attributes:
13706N/A+
13706N/A+.TS
13706N/A+tab(^G) allbox;
13706N/A+cw(2.750000i)| cw(2.750000i)
13706N/A+lw(2.750000i)| lw(2.750000i).
13734N/A+ATTRIBUTE TYPE^ATTRIBUTE VALUE
13734N/A+Availability^SUNWgnome-log-viewer
13706N/A+Interface stability^GVolatile
13706N/A+.TE
13706N/A+
13706N/A .SH SEE ALSO
13706N/A .BR syslogd (8),
13706N/A .BR sysklogd (8),
13706N/A .BR syslog.conf (5),
13706N/A-.BR syslogd-listfiles (8)
13706N/A+.BR syslogd-listfiles (8),
13706N/A+.BR grablogs.conf (4),
15806N/A+.BRE pipelog.conf (4)
13706N/A+.\" LSARC 2006/325 Gnome System Log Viewer
15806N/A/jds/bin/diff -uprN gnome-utils-2.25.90.old/logview/data/grablogs.conf.4 gnome-utils-2.25.90/logview/data/grablogs.conf.4
15806N/A--- gnome-utils-2.25.90.old/logview/data/grablogs.conf.4 1970-01-01 01:00:00.000000000 +0100
15806N/A+++ gnome-utils-2.25.90/logview/data/grablogs.conf.4 2009-02-10 17:02:03.311007000 +0000
13706N/A@@ -0,0 +1,79 @@
13706N/A+'\" te
13706N/A+.\" gnome-system-log.1 - GNOME logfile viewer
13706N/A+.\" Copyright 1989 AT
13706N/A+.\"|[amp ]
13706N/A+.\"|T
13706N/A+.\" Copyright 2006 Lin Ma
13706N/A+.TH grablogs.conf 4 "13 Oct 2006" "gnome-utils 2.16.0" "File Formats"
13706N/A+.SH "NAME"
13706N/A+grablogs.conf \- grablogs configuration for libgrablogs.so of the plugins of
13706N/A+ gnome-system-log
13706N/A+file
13706N/A+.SH "SYNOPSIS"
13706N/A+.PP
13706N/A+.nf
13706N/A+/usr/lib/gnome-system-log/plugins/grablogs.conf
13706N/A+.fi
13706N/A+.SH "DESCRIPTION"
13706N/A+.PP
13706N/A+The libgrablogs.so is a plugin for gnome-system-log(1), it colloct the log
13706N/A+files from the system as many as possible. grablogs.conf is a configuration
13706N/A+file that contains a set of lines mixed with sh(1) syntax codes and individual
13706N/A+ log files. libgrablogs.so will read the file try to get a log files list for
13706N/A+ gnome-system-log(1). Users can copy the file into $HOME/.gnome2/gnome-system-log/plugins/`uname -p` to overwrite the system default one.
13706N/A+.PP
13706N/A+The grablogs.conf file contains the following configuration categories:
13706N/A+.RS
13706N/A+.TP
13706N/A+.B [configs]
13706N/A+Each line under this category is interpreted as a config file of
13706N/A+System. The plugin will open the config file and try to find all
13706N/A+system paths of the logs.
13706N/A+.TP
13706N/A+.B [commands]
13706N/A+Each line under this category is interpreted as a shell command and
13706N/A+will be execute through a pipe. And each line of the output of the
13706N/A+command will be interpreted as a log path.
13706N/A+.TP
13706N/A+.B [logs]
13706N/A+Each line under this category is interpreted as a log path.
13706N/A+.RE
13706N/A+.SH "FILES"
13706N/A+.TP
13706N/A+.I /usr/lib/gnome-system-log/plugins/grablogs.conf
13706N/A+The system default configuration file for the plugin libgrablogs.so
13706N/A+.TP
13706N/A+.I "$HOME/.gnome2/gnome\-system\-log/plugins/`uname \-p`/grablogs.conf"
13706N/A+The user specific configuration file for the plugin libgrablogs.so
13706N/A+.SH "EMAMPLE"
13706N/A+.br
13706N/A+.B [configs]
13706N/A+.br
13706N/A+.IR /etc/syslog.conf
13706N/A+.br
13706N/A+.B [commands]
13706N/A+.br
13706N/A+.IR "for i in `svcs -aH -o FMRI | grep -v lrc `; do svcprop -p restarter/logfile $i 2>/dev/null || svcprop -q -p restarter/alt_logfile $i 2>/dev/null ; done"
13706N/A+.br
13706N/A+.B [logs]
13706N/A+.br
13706N/A+.IR /var/log/messages
13706N/A+.br
13706N/A+.IR /var/log/secure
13706N/A+.br
13706N/A+.IR /var/log/maillog
13706N/A+.br
13706N/A+.IR /var/log/cron
13706N/A+.br
13706N/A+.IR /var/log/Xorg.0.log
13706N/A+.br
13706N/A+.IR /var/log/XFree86.0.log
13706N/A+.br
13706N/A+.IR /var/log/auth.log
13706N/A+.br
13706N/A+.IR /var/log/cups/error_log
13706N/A+.SH "SEE ALSO"
13706N/A+.PP
13706N/A+.BR gnome-system-log (1),
13706N/A+.BR pipelog.conf (1)
13706N/A+.PP
15806N/A/jds/bin/diff -uprN gnome-utils-2.25.90.old/logview/data/pipelog.conf.4 gnome-utils-2.25.90/logview/data/pipelog.conf.4
15806N/A--- gnome-utils-2.25.90.old/logview/data/pipelog.conf.4 1970-01-01 01:00:00.000000000 +0100
15806N/A+++ gnome-utils-2.25.90/logview/data/pipelog.conf.4 2009-02-10 17:02:51.656120000 +0000
13706N/A@@ -0,0 +1,49 @@
13706N/A+'\" te
13706N/A+.\" gnome-system-log.1 - GNOME logfile viewer
13706N/A+.\" Copyright 1989 AT
13706N/A+.\"|[amp ]
13706N/A+.\"|T
13706N/A+.\" Copyright 2006 Lin Ma
13706N/A+.TH pipelog.conf 4 "13 Oct 2006" "gnome-utils 2.16.0" "File Formats"
13706N/A+.SH "NAME"
13706N/A+pipelog.conf \- pipelog configuration for libpipelog.so of the plugins of
13706N/A+gnome-system-log
13706N/A+file
13706N/A+.SH "SYNOPSIS"
13706N/A+.PP
13706N/A+.nf
13706N/A+/usr/lib/gnome-system-log/plugins/pipelog.conf
13706N/A+.fi
13706N/A+.SH "DESCRIPTION"
13706N/A+.PP
13706N/A+The libpipelog.so is a plugin for gnome-system-log(1), it runs commands through
13706N/A+ pipes and get the output of the individual pipe as a log content. Users can
13706N/A+ copy the file into $HOME/.gnome2/gnome-system-log/plugins/`uname -p` to
13706N/A+ overwrite the system default one.
13706N/A+.PP
13706N/A+The syntax of pipelog.conf file is:
13706N/A+.br
13706N/A+.RS .5i
13706N/A+<log path><whitespace><command>
13706N/A+
13706N/A+.RE
13706N/A+<command> may be a simple program name (which will be found in $PATH)
13706N/A+or an absolute path of a binary with arguments list. "%s" can be included in
13706N/A+<command> zero or one time, will be replaced by <log path> in runtime.
13706N/A+.SH "FILES"
13706N/A+.TP
13706N/A+.I /usr/lib/gnome-system-log/plugins/pipelog.conf
13706N/A+The system default configuration file for the plugin libpipelog.so
13706N/A+.TP
13706N/A+.I "$HOME/.gnome2/gnome\-system\-log/plugins/`uname \-p`/pipelog.conf"
13706N/A+The user specific configuration file for the plugin libpipelog.so
13706N/A+.SH "EMAMPLE"
13706N/A+.IR "/var/adm/wtmpx last"
13706N/A+.br
13706N/A+.IR "/var/adm/utmpx /bin/last -f %s"
13706N/A+.SH "SEE ALSO"
13706N/A+.PP
13706N/A+.BR gnome-system-log (1),
13706N/A+.BR grablogs.conf (4)
13706N/A+.PP
13706N/A+.\" LSARC 2006/325 Gnome System Log Viewer