]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/sysinfo
games/galaxy: new mouse behavior
[plan9front.git] / sys / man / 1 / sysinfo
1 .TH SYSINFO 1
2 .SH NAME
3 sysinfo, sysupdate \- report information about, update the system
4 .SH SYNOPSIS
5 .B sysinfo
6 [
7 .B -e e-mail
8 ]
9 [
10 .B -p
11 ]
12 .br
13 .B sysupdate
14 [
15 .B -i
16 ]
17 .SH DESCRIPTION
18 .I Sysinfo
19 executes a number of commands that report information
20 about the hardware and software configuration of
21 the running system, concatenating the output to
22 stdout.
23 .PP
24 The
25 .B -p
26 flag causes the output to be posted at a website
27 archive,
28 .B http://sysinfo.9front.org,
29 which in turn forwards the message to a
30 mailing list,
31 .B 9front-sysinfo@9front.org.
32 A URL pointing to the archived output is returned.
33 The
34 .B -e
35 flag causes a reply-to e-mail address to be included
36 in the message (the e-mail address is not divulged
37 to the mailing list).
38 These flags are useful for reporting new installs to the
39 development team.
40 .PP
41 .I Sysupdate
42 updates the local mercurial repository by executing
43 the following commands:
44 .PP
45 .B bind -ac /dist/plan9front /
46 .br
47 .B hg -v pull -u
48 .PP
49 If the
50 .B -i
51 flag is included, the command
52 .B hg incoming
53 is prepended.
54 .SH SOURCE
55 .B /rc/bin/sysinfo
56 .br
57 .B /rc/bin/sysupdate
58 .SH SEE ALSO
59 .IR intro (3),
60 .IR plan9.ini (8),
61 .IR hg (1)
62 .SH HISTORY
63 .I Sysinfo
64 first appeared in 9front (May, 2012).
65 .I Sysupdate
66 first appeared in 9front (February, 2012).