-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsuse-online-update.man8
80 lines (80 loc) · 1.76 KB
/
suse-online-update.man8
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.\" Contact [email protected]
.TH "suse-online-update" "8" "2021-04-21" "Lars Vogdt" "suse-online-update"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.de URL
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac
.LINKSTYLE blue R
.SH "NAME"
suse-online-update \- SUSE online update script
.SH "SYNOPSIS"
.sp
\fBsuse-online-update\fP [\fIoptions\fP]
.SH DESCRIPTION
This is a simple wrapper script around zypper and other system-management
software for installing updates automatically which do not require any
interaction.
.SH OPTIONS
You can find the options for this script in /etc/sysconfig/suse-online-update
.RE
.SS "Command line options:"
.sp
\fB\-e\fP\ your@mail
.RS 4
send error messages to this Email address (default: root@localhost)
.RE
.sp
\fB\-t\fP <type>
.RS 4
use 'type' for zypper update command (default: patch)
supported types: patch, package, pattern, product, srcpackage
.RE
.sp
\fB\-f\fP /path/to/file
.RS 4
use <sysconfig> as configuration file (default: /etc/sysconfig/suse-online-update)
.RE
.sp
\fB\-l\fP /path/to/file
.RS 4
use <logfile> as log file (default: /var/log/systemupdate.log)
.RE
.sp
\fB\-c\fP
.RS 4
run cleanup (default: yes)
.RE
.sp
\fB\-d\fP
.RS 4
print debug output on console (default: no)
.RE
.sp
\fB\-p\fP
.RS 4
run the permission scripts (like 'chkstat') after update (default: yes)
.RE
\fB\-r\fP
.RS 4
restart services affected by an update (default: no)
.RE
\fB\-o\fP
.RS 4
also install optional updates (default: no)
.RE
.SH BUGS
No known bugs so far, please report any issue here:
.sp
.URL "https://github.com/lrupp/suse-online-update/issues" "" ""
.SH "HOMEPAGE"
.sp
.URL "https://github.com/lrupp/suse-online-update" "" ""
.SH AUTHOR
Lars Vogdt <[email protected]>
.SH SEE ALSO
zypper(8), mail(1)