]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/sysinfo
sysinfo: remove -m, add -p, which posts output at http://sysinfo.9front.org, which...
[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 -p
8 ]
9 .br
10 .B sysupdate
11 [
12 .B -i
13 ]
14 .SH DESCRIPTION
15 .I Sysinfo
16 executes a number of commands that report information
17 about the hardware and software configuration of
18 the running system, concatenating the output to
19 stdout.
20 .PP
21 The
22 .B -p
23 flag causes the output to be posted at a website
24 archive,
25 .B http://sysinfo.9front.org,
26 which in turn forwards the message to a
27 mailing list,
28 .B 9front-sysinfo@9front.org.
29 A URL pointing to the archived output is returned.
30 This flag is useful for reporting new installs to the
31 development team.
32 .PP
33 .I Sysupdate
34 updates the local mercurial repository by executing
35 the following commands:
36 .PP
37 .B bind -ac /dist/plan9front /
38 .br
39 .B hg -v pull -u
40 .PP
41 If the
42 .B -i
43 flag is included, the command
44 .B hg incoming
45 is prepended.
46 .SH SOURCE
47 .B /rc/bin/sysinfo
48 .br
49 .B /rc/bin/sysupdate
50 .SH SEE ALSO
51 .IR intro (3),
52 .IR plan9.ini (8),
53 .IR hg (1)