2023-01-25 01:16:01 +00:00
|
|
|
.\" Automatically generated by Pandoc 2.19.2
|
|
|
|
.\"
|
|
|
|
.\" Define V font for inline verbatim, using C font in formats
|
|
|
|
.\" that render this, and otherwise B font.
|
|
|
|
.ie "\f[CB]x\f[]"x" \{\
|
|
|
|
. ftr V B
|
|
|
|
. ftr VI BI
|
|
|
|
. ftr VB B
|
|
|
|
. ftr VBI BI
|
|
|
|
.\}
|
|
|
|
.el \{\
|
|
|
|
. ftr V CR
|
|
|
|
. ftr VI CI
|
|
|
|
. ftr VB CB
|
|
|
|
. ftr VBI CBI
|
|
|
|
.\}
|
|
|
|
.TH "check_updates" "1" "January 2023" "check_updates" ""
|
|
|
|
.hy
|
|
|
|
.SH NAME
|
|
|
|
.PP
|
|
|
|
check_updates - Notifies about available updates.
|
|
|
|
Configuration is done in environment files.
|
|
|
|
.PD 0
|
|
|
|
.P
|
|
|
|
.PD
|
|
|
|
It\[cq]s part of \f[B]system-helpers\f[R].
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.PP
|
|
|
|
\f[B]check_updates\f[R] [CONFIG_FILE (absolute path)]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
|
|
|
\f[B]check_updates\f[R] checks for available updates using
|
|
|
|
\f[I]checkupdates\f[R] and sends out a mail.
|
|
|
|
It comes with systemd services.
|
|
|
|
.PP
|
|
|
|
If no \f[I]CONFIG_FILE\f[R] is provided, \f[B]check_updates\f[R] tries
|
|
|
|
to read from \f[I]$HOME/.check_updates.conf\f[R] and
|
|
|
|
\f[I]/etc/check_updates.conf\f[R] for configuration.
|
|
|
|
It will exit with a non-zero exit code if it cannot find an proper
|
|
|
|
configuration file.
|
|
|
|
.PP
|
|
|
|
The following are at least required for the script to work:
|
|
|
|
.PD 0
|
|
|
|
.P
|
|
|
|
.PD
|
|
|
|
- \f[B]CHECK_UPDATES_MAIL_ADDRESS=\[lq]\[lq]\f[R] which requires
|
|
|
|
\f[I]mail.rc\f[R] to be configured and `\f[I]mailx\f[R]' command has be
|
|
|
|
available.
|
2023-01-25 08:26:00 +00:00
|
|
|
- \f[B]CHECK_UPDATES_UPDATES_CMD\f[R] is the command for retrieving
|
|
|
|
which updates are available, by default it\[cq]s set to
|
|
|
|
\f[I]/usr/bin/checkupdates\f[R] (Arch Linux default).
|
|
|
|
- \f[B]CHECK_UPDATES_UPDATES_AMOUNT_CMD\f[R] is the command used to
|
|
|
|
determine the amount of updates, by default it\[cq]s set to
|
|
|
|
\f[I]/usr/bin/checkupdates | wc -l\f[R] (Arch Linux default).
|
2023-01-25 01:16:01 +00:00
|
|
|
.PP
|
|
|
|
You can copy this script to \f[I]/usr/local/bin\f[R] and use create a
|
|
|
|
custom \f[B]CONFIG_FILE\f[R] as user.
|
|
|
|
.SH EXAMPLE
|
|
|
|
.PP
|
|
|
|
Create a \f[I]$HOME/.check_updates.conf\f[R] and add
|
|
|
|
\f[I]CHECK_UPDATES_MAIL_ADDRESS=\[lq]alias\[at]domain.tld\[rq]\f[R].
|
|
|
|
Notifications will be delivered to alias\[at]domain.tld.
|
|
|
|
Examples can be found in \f[I]/usr/share/doc/check_updates\f[R].
|
|
|
|
.SH EXIT VALUES
|
|
|
|
.TP
|
|
|
|
\f[B]0\f[R]
|
|
|
|
Success
|
|
|
|
.TP
|
|
|
|
\f[B]1\f[R]
|
|
|
|
Error
|
|
|
|
.SH AUTHORS
|
|
|
|
Alexander Sch\[:a]ferdiek.
|