plan9fox/sys/man/1/sysinfo

59 lines
1.1 KiB
Plaintext
Raw Normal View History

2012-05-29 17:27:25 +00:00
.TH SYSINFO 1
.SH NAME
sysinfo, sysupdate \- report information about, update the system
.SH SYNOPSIS
.B sysinfo
[
.B -e e-mail
]
[
.B -p
2012-05-29 17:27:25 +00:00
]
.br
.B sysupdate
.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 -p
flag causes the output to be posted at a website
archive,
.B http://sysinfo.9front.org,
which in turn forwards the message to a
mailing list,
.B 9front-sysinfo@9front.org.
A URL pointing to the archived output is returned.
The
.B -e
flag causes a reply-to e-mail address to be included
in the message (the e-mail address is not divulged
to the mailing list).
These flags are useful for reporting new installs to the
2012-05-29 17:27:25 +00:00
development team.
.PP
.I Sysupdate
2021-06-06 22:26:07 +00:00
updates the local git repository by executing
2012-05-29 17:27:25 +00:00
the following commands:
2018-06-13 15:05:31 +00:00
.IP
.EX
bind -ac /dist/plan9front /
2021-06-06 22:26:07 +00:00
git/pull -u $repo
2018-06-13 15:05:31 +00:00
.EE
2012-05-29 17:27:25 +00:00
.SH SOURCE
.B /rc/bin/sysinfo
.br
.B /rc/bin/sysupdate
.SH SEE ALSO
.IR intro (3),
2012-06-18 20:10:25 +00:00
.IR plan9.ini (8),
.IR git (1)
2013-12-27 21:22:05 +00:00
.SH HISTORY
.I Sysinfo
first appeared in 9front (May, 2012).
.I Sysupdate
first appeared in 9front (February, 2012).