]> git.ozlabs.org Git - yaboot.git/blob - man.patch
Update clean targets
[yaboot.git] / man.patch
1 diff -urN -x CVS man/mkofboot.8 man.deb/mkofboot.8
2 --- man/mkofboot.8      Wed Nov 21 04:08:07 2001
3 +++ man.deb/mkofboot.8  Wed Nov 21 04:09:00 2001
4 @@ -88,7 +88,7 @@
5  .TP
6  .BR \-i ,\  \-\-install\ \fIboot-file
7  Use \fIboot-file\fR as the primary boot loader executable, instead of
8 -the default\fI/usr/local/lib/yaboot/yaboot\fR(8).
9 +the default\fI/usr/lib/yaboot/yaboot\fR(8).
10  .TP
11  .BR \-C ,\  \-\-config\ \fIconfig-file
12  Use \fIconfig-file\fR as the \fBmkofboot\fR/\fByaboot\fR(8) configuration
13 @@ -162,8 +162,8 @@
14  Print out the version number and exit.
15  .SH FILES
16  .nf
17 -/usr/local/lib/yaboot/yaboot \- boot loader executable
18 -/usr/local/lib/yaboot/ofboot \- OpenFirmware boot script
19 +/usr/lib/yaboot/yaboot \- boot loader executable
20 +/usr/lib/yaboot/ofboot \- OpenFirmware boot script
21  /etc/yaboot.conf \- boot loader/mkofboot configuration file
22  .fi
23  .SH ENVIRONMENT
24 @@ -179,7 +179,7 @@
25  program otherwise \fBmkofboot\fR will be vulnerable to race conditions.
26  The Debian mktemp is derived from OpenBSD and thus should be secure.
27  
28 -\fI/usr/local/lib/yaboot/ofboot\fR now contains code executed by /bin/sh (by
29 +\fI/usr/lib/yaboot/ofboot\fR now contains code executed by /bin/sh (by
30  \fBmkofboot\fR) it is thus critical that it not be writable by anyone
31  but root.  It is also critical that \fI/etc/yaboot.conf\fR not be
32  writable by anyone but root since a different \fIofboot\fR script could be
33 diff -urN -x CVS man/yaboot.conf.5 man.deb/yaboot.conf.5
34 --- man/yaboot.conf.5   Sun Oct 28 00:09:33 2001
35 +++ man.deb/yaboot.conf.5       Wed Nov 21 04:09:00 2001
36 @@ -136,7 +136,7 @@
37    boot=/dev/hda2
38    device=hd:
39    partition=3
40 -  magicboot=/usr/local/lib/yaboot/ofboot
41 +  magicboot=/usr/lib/yaboot/ofboot
42    timeout=50
43    root=/dev/hda3
44    read-only
45 @@ -228,7 +228,7 @@
46  magicboot script will be executed by OF automatically at boot (instead
47  of the \fBinstall\fR file.)  See man \fBbootstrap\fR(8) for more
48  information on this.  As of ybin 0.22 you should set this to
49 -/usr/local/lib/yaboot/ofboot which is a autoconfiguring first stage
50 +/usr/lib/yaboot/ofboot which is a autoconfiguring first stage
51  loader for yaboot.  It is capable of presenting a dual boot menu for
52  GNU/Linux, MacOS and MacOSX.  If dual booting is not required or
53  configured it will simply load yaboot directly.  You must specify this
54 @@ -307,7 +307,7 @@
55  When you define this option you will be presented with a simple menu at
56  bootup allowing you to hit L to boot GNU/Linux or B to boot BSD (along
57  with other choices if configured).  This will only work if you are
58 -using the new \fI/usr/local/lib/yaboot/ofboot\fR script.  When this is
59 +using the new \fI/usr/lib/yaboot/ofboot\fR script.  When this is
60  set to a unix device node (ie \fI/dev/hda11\fR) then ybin will use the
61  \fBofpath\fR(8) utility to determine the OpenFirmware device path.
62  .TP
63 @@ -316,7 +316,7 @@
64  partition.  When you define this option you will be presented with a
65  simple menu at bootup allowing you to hit L to boot GNU/Linux or M to
66  boot MacOS (along with other choices if configured).  This will only
67 -work if you are using the new \fI/usr/local/lib/yaboot/ofboot\fR
68 +work if you are using the new \fI/usr/lib/yaboot/ofboot\fR
69  script.  When this is set to a unix device node (ie \fI/dev/hda11\fR)
70  then ybin will use the \fBofpath\fR(8) utility to determine the
71  OpenFirmware device path.
72 @@ -326,7 +326,7 @@
73  When you define this option you will be presented with a simple menu
74  at bootup allowing you to hit L to boot GNU/Linux or X to boot MacOSX
75  (along with other choices if configured).  This will only work if you
76 -are using the new \fI/usr/local/lib/yaboot/ofboot\fR script.  When
77 +are using the new \fI/usr/lib/yaboot/ofboot\fR script.  When
78  this is set to a unix device node (ie \fI/dev/hda11\fR) then ybin will
79  use the \fBofpath\fR(8) utility to determine the OpenFirmware device
80  path.
81 @@ -347,7 +347,7 @@
82  When you define this option you will be presented with a simple menu
83  at bootup allowing you to hit L to boot GNU/Linux or D to boot Darwin
84  (along with other choices if configured).  This will only work if you
85 -are using the new \fI/usr/local/lib/yaboot/ofboot\fR script.  When
86 +are using the new \fI/usr/lib/yaboot/ofboot\fR script.  When
87  this is set to a unix device node (ie \fI/dev/hda11\fR) then ybin will
88  use the \fBofpath\fR(8) utility to determine the OpenFirmware device
89  path.
90 @@ -595,8 +595,8 @@
91  root=/dev/hda3
92  partition=3
93  timeout=20
94 -install=/usr/local/lib/yaboot/yaboot
95 -magicboot=/usr/local/lib/yaboot/ofboot
96 +install=/usr/lib/yaboot/yaboot
97 +magicboot=/usr/lib/yaboot/ofboot
98  fgcolor=black
99  bgcolor=green
100  default=Linux
101 diff -urN -x CVS man/ybin.8 man.deb/ybin.8
102 --- man/ybin.8  Wed Nov 21 04:08:35 2001
103 +++ man.deb/ybin.8      Wed Nov 21 04:09:00 2001
104 @@ -103,7 +103,7 @@
105  .TP
106  .BR \-i ,\  \-\-install\ \fIboot-file
107  Use \fIboot-file\fR as the primary boot loader executable, instead of
108 -the default \fI/usr/local/lib/yaboot/yaboot\fR.
109 +the default \fI/usr/lib/yaboot/yaboot\fR.
110  .TP
111  .BR \-C ,\  \-\-config\ \fIconfig-file
112  Use \fIconfig-file\fR as the \fBybin\fR/\fByaboot\fR(8) configuration
113 @@ -176,8 +176,8 @@
114  Print out the version number and exit.
115  .SH FILES
116  .nf
117 -/usr/local/lib/yaboot/yaboot \- boot loader executable
118 -/usr/local/lib/yaboot/ofboot \- OpenFirmware boot script
119 +/usr/lib/yaboot/yaboot \- boot loader executable
120 +/usr/lib/yaboot/ofboot \- OpenFirmware boot script
121  /etc/yaboot.conf \- boot loader/ybin configuration file
122  .fi
123  .SH ENVIRONMENT
124 @@ -193,7 +193,7 @@
125  program, otherwise \fBybin\fR will be vulnerable to race conditions.
126  The Debian mktemp is derived from OpenBSD and thus should be secure.
127  
128 -\fI/usr/local/lib/yaboot/ofboot\fR now contains code executed by /bin/sh (by
129 +\fI/usr/lib/yaboot/ofboot\fR now contains code executed by /bin/sh (by
130  \fBybin\fR). It is thus critical that it not be writable by anyone but
131  root.  It is also critical that \fI/etc/yaboot.conf\fR not be writable
132  by anyone but root since a different \fIofboot\fR script could be