File: man.patch

package info (click to toggle)
yaboot 1.3.13a-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,232 kB
  • ctags: 2,756
  • sloc: ansic: 9,548; sh: 2,831; asm: 343; makefile: 236
file content (132 lines) | stat: -rw-r--r-- 5,973 bytes parent folder | download | duplicates (5)
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
130
131
132
diff -urN -x CVS man/mkofboot.8 man.deb/mkofboot.8
--- man/mkofboot.8	Wed Nov 21 04:08:07 2001
+++ man.deb/mkofboot.8	Wed Nov 21 04:09:00 2001
@@ -88,7 +88,7 @@
 .TP
 .BR \-i ,\  \-\-install\ \fIboot-file
 Use \fIboot-file\fR as the primary boot loader executable, instead of
-the default\fI/usr/local/lib/yaboot/yaboot\fR(8).
+the default\fI/usr/lib/yaboot/yaboot\fR(8).
 .TP
 .BR \-C ,\  \-\-config\ \fIconfig-file
 Use \fIconfig-file\fR as the \fBmkofboot\fR/\fByaboot\fR(8) configuration
@@ -162,8 +162,8 @@
 Print out the version number and exit.
 .SH FILES
 .nf
-/usr/local/lib/yaboot/yaboot \- boot loader executable
-/usr/local/lib/yaboot/ofboot \- OpenFirmware boot script
+/usr/lib/yaboot/yaboot \- boot loader executable
+/usr/lib/yaboot/ofboot \- OpenFirmware boot script
 /etc/yaboot.conf \- boot loader/mkofboot configuration file
 .fi
 .SH ENVIRONMENT
@@ -179,7 +179,7 @@
 program otherwise \fBmkofboot\fR will be vulnerable to race conditions.
 The Debian mktemp is derived from OpenBSD and thus should be secure.
 
-\fI/usr/local/lib/yaboot/ofboot\fR now contains code executed by /bin/sh (by
+\fI/usr/lib/yaboot/ofboot\fR now contains code executed by /bin/sh (by
 \fBmkofboot\fR) it is thus critical that it not be writable by anyone
 but root.  It is also critical that \fI/etc/yaboot.conf\fR not be
 writable by anyone but root since a different \fIofboot\fR script could be
diff -urN -x CVS man/yaboot.conf.5 man.deb/yaboot.conf.5
--- man/yaboot.conf.5	Sun Oct 28 00:09:33 2001
+++ man.deb/yaboot.conf.5	Wed Nov 21 04:09:00 2001
@@ -136,7 +136,7 @@
   boot=/dev/hda2
   device=hd:
   partition=3
-  magicboot=/usr/local/lib/yaboot/ofboot
+  magicboot=/usr/lib/yaboot/ofboot
   timeout=50
   root=/dev/hda3
   read-only
@@ -228,7 +228,7 @@
 magicboot script will be executed by OF automatically at boot (instead
 of the \fBinstall\fR file.)  See man \fBbootstrap\fR(8) for more
 information on this.  As of ybin 0.22 you should set this to
-/usr/local/lib/yaboot/ofboot which is a autoconfiguring first stage
+/usr/lib/yaboot/ofboot which is a autoconfiguring first stage
 loader for yaboot.  It is capable of presenting a dual boot menu for
 GNU/Linux, MacOS and MacOSX.  If dual booting is not required or
 configured it will simply load yaboot directly.  You must specify this
@@ -307,7 +307,7 @@
 When you define this option you will be presented with a simple menu at
 bootup allowing you to hit L to boot GNU/Linux or B to boot BSD (along
 with other choices if configured).  This will only work if you are
-using the new \fI/usr/local/lib/yaboot/ofboot\fR script.  When this is
+using the new \fI/usr/lib/yaboot/ofboot\fR script.  When this is
 set to a unix device node (ie \fI/dev/hda11\fR) then ybin will use the
 \fBofpath\fR(8) utility to determine the OpenFirmware device path.
 .TP
@@ -316,7 +316,7 @@
 partition.  When you define this option you will be presented with a
 simple menu at bootup allowing you to hit L to boot GNU/Linux or M to
 boot MacOS (along with other choices if configured).  This will only
-work if you are using the new \fI/usr/local/lib/yaboot/ofboot\fR
+work if you are using the new \fI/usr/lib/yaboot/ofboot\fR
 script.  When this is set to a unix device node (ie \fI/dev/hda11\fR)
 then ybin will use the \fBofpath\fR(8) utility to determine the
 OpenFirmware device path.
@@ -326,7 +326,7 @@
 When you define this option you will be presented with a simple menu
 at bootup allowing you to hit L to boot GNU/Linux or X to boot MacOSX
 (along with other choices if configured).  This will only work if you
-are using the new \fI/usr/local/lib/yaboot/ofboot\fR script.  When
+are using the new \fI/usr/lib/yaboot/ofboot\fR script.  When
 this is set to a unix device node (ie \fI/dev/hda11\fR) then ybin will
 use the \fBofpath\fR(8) utility to determine the OpenFirmware device
 path.
@@ -347,7 +347,7 @@
 When you define this option you will be presented with a simple menu
 at bootup allowing you to hit L to boot GNU/Linux or D to boot Darwin
 (along with other choices if configured).  This will only work if you
-are using the new \fI/usr/local/lib/yaboot/ofboot\fR script.  When
+are using the new \fI/usr/lib/yaboot/ofboot\fR script.  When
 this is set to a unix device node (ie \fI/dev/hda11\fR) then ybin will
 use the \fBofpath\fR(8) utility to determine the OpenFirmware device
 path.
@@ -595,8 +595,8 @@
 root=/dev/hda3
 partition=3
 timeout=20
-install=/usr/local/lib/yaboot/yaboot
-magicboot=/usr/local/lib/yaboot/ofboot
+install=/usr/lib/yaboot/yaboot
+magicboot=/usr/lib/yaboot/ofboot
 fgcolor=black
 bgcolor=green
 default=Linux
diff -urN -x CVS man/ybin.8 man.deb/ybin.8
--- man/ybin.8	Wed Nov 21 04:08:35 2001
+++ man.deb/ybin.8	Wed Nov 21 04:09:00 2001
@@ -103,7 +103,7 @@
 .TP
 .BR \-i ,\  \-\-install\ \fIboot-file
 Use \fIboot-file\fR as the primary boot loader executable, instead of
-the default \fI/usr/local/lib/yaboot/yaboot\fR.
+the default \fI/usr/lib/yaboot/yaboot\fR.
 .TP
 .BR \-C ,\  \-\-config\ \fIconfig-file
 Use \fIconfig-file\fR as the \fBybin\fR/\fByaboot\fR(8) configuration
@@ -176,8 +176,8 @@
 Print out the version number and exit.
 .SH FILES
 .nf
-/usr/local/lib/yaboot/yaboot \- boot loader executable
-/usr/local/lib/yaboot/ofboot \- OpenFirmware boot script
+/usr/lib/yaboot/yaboot \- boot loader executable
+/usr/lib/yaboot/ofboot \- OpenFirmware boot script
 /etc/yaboot.conf \- boot loader/ybin configuration file
 .fi
 .SH ENVIRONMENT
@@ -193,7 +193,7 @@
 program, otherwise \fBybin\fR will be vulnerable to race conditions.
 The Debian mktemp is derived from OpenBSD and thus should be secure.
 
-\fI/usr/local/lib/yaboot/ofboot\fR now contains code executed by /bin/sh (by
+\fI/usr/lib/yaboot/ofboot\fR now contains code executed by /bin/sh (by
 \fBybin\fR). It is thus critical that it not be writable by anyone but
 root.  It is also critical that \fI/etc/yaboot.conf\fR not be writable
 by anyone but root since a different \fIofboot\fR script could be