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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
.if n .ds Q \&"
.if t .ds Q ``
.if n .ds U \&"
.if t .ds U ''
.TH "BOOTSCHED" 8
.tr \&
.nr bi 0
.nr ll 0
.nr el 0
.de DS
..
.de DE
..
.de Pp
.ie \\n(ll>0 \{\
.ie \\n(bi=1 \{\
.nr bi 0
.if \\n(t\\n(ll=0 \{.IP \\(bu\}
.if \\n(t\\n(ll=1 \{.IP \\n+(e\\n(el.\}
.\}
.el .sp
.\}
.el \{\
.ie \\nh=1 \{\
.LP
.nr h 0
.\}
.el .PP
.\}
..
.SH NAME
.Pp
\fBbootsched\fP - tool for setting startup time of PowerMacs
.Pp
.SH SYNOPSIS
.Pp
\fBbootsched\fP \f(CR[\fP\fB-q\fP\f(CR]\fP \f(CR[\fP\fB-w\(br-e\(br-d DAY\fP\f(CR]\fP \fB-t HH:MM\fP
.Pp
\fBbootsched\fP \f(CR[\fP\fB-q\fP\f(CR]\fP \fB+value\f(CR[\fPmhd\f(CR]\fP\fP
.Pp
\fBbootsched -h\fP
.Pp
.SH DESCRIPTION
.Pp
\fBbootsched\fP
sets the scheduled boot time in the hardware PMU.
When set the machine will automatically boot at the specified time.
When cleared the machine must be manually booted.
.Pp
\fBbootsched\fP sets the boot time for the next startup only.
For continued, unattended operation
\fBbootsched\fP
should be invoked during system startup.
.Pp
.SH OPTIONS
.Pp
.nr ll +1
.nr t\n(ll 2
.if \n(ll>1 .RS
.IP "\fB-w\fP"
.nr bi 1
.Pp
Set next power-up on a weekday
.IP "\fB-e\fP"
.nr bi 1
.Pp
Set next power-up on a weekend day
.IP "\fB-d DAY\fP"
.nr bi 1
.Pp
Set next power-up on to DAY (0..6). Day 0 represents Sunday
.IP "\fB-t HH:MM\fP"
.nr bi 1
.Pp
Set time of day to power up
.IP "\fB+value[mhd]\fP"
.nr bi 1
.Pp
Set next power up at a time in seconds, minutes, hours or days
ahead of current time
.IP "\fB-q\fP"
.nr bi 1
.Pp
Quiet mode
.IP ""
.nr bi 1
.Pp
.IP "\fB-h\fP"
.nr bi 1
.Pp
Print usage information.
.IP "\fB-v\fP"
.nr bi 1
.Pp
verbose operation.
.Pp
.if \n(ll>1 .RE
.nr ll -1
.Pp
.SH SEE ALSO
.Pp
autoboot(8)
.Pp
.SH AUTHORS
.Pp
.DS
.sp
.ft RR
.nf
Michael Schmitz <schmitz@biophys.uni-duesseldorf.de>
.DE
.fi
.ec
.ft P
.sp
.Pp
.Pp
\fBbootsched\fP is derived from
Takeshi Oe's <toe@ppc.linux.or.jp>
\fBpmacpow\fP,
as modified by Kieth Keller <kkeller@speakeasy.net>
.Pp
.Pp
|