summaryrefslogtreecommitdiff
path: root/sys/man/1/sysinfo
blob: 1ecef1d742746986511e50e00d417f88be7b0bdf (plain)
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
.TH SYSINFO 1
.SH NAME
sysinfo, sysupdate \- report information about, update the system
.SH SYNOPSIS
.B sysinfo
[
.B -m
]
.br
.B sysupdate
[
.B -i
]
.SH DESCRIPTION
.I Sysinfo
executes a number of commands that report information
about the hardware and software configuration of
the running system, concatenating the output to
stdout.
.PP
The
.B -m
flag causes the output to be piped to a mail command,
whose recipient is
.B hardware@9front.org.
This flag is useful for reporting new installs to the
development team.
.PP
.I Sysupdate
updates the local mercurial repository by executing
the following commands:
.PP
.B bind -ac /dist/plan9front /
.br
.B hg -v pull -u
.PP
If the
.B -i
flag is included, the command
.B hg incoming
is prepended.
.SH SOURCE
.B /rc/bin/sysinfo
.br
.B /rc/bin/sysupdate
.SH SEE ALSO
.IR intro (3),
.IR plan9.ini (8),
.IR hg (1)