]> git.pld-linux.org Git - packages/fdutils.git/blame - fdutils-diskd-conflict.patch
- FDC vs USB note
[packages/fdutils.git] / fdutils-diskd-conflict.patch
CommitLineData
a3fe51fd
JB
1diff -Nur fdutils-5.4.orig/doc/Makefile.in fdutils-5.4/doc/Makefile.in
2--- fdutils-5.4.orig/doc/Makefile.in Thu Aug 22 22:05:34 2002
3+++ fdutils-5.4/doc/Makefile.in Thu Aug 22 22:11:22 2002
4@@ -42,7 +42,7 @@
5 acronyms.texi fdrawcmd.texi ioctl.texi superformat.texi \
6 autodetect.texi fdutils.texi lilo.texi tips.texi \
7 commands.texi floppycontrol.texi location.texi utilities.texi \
8-diskd.texi floppymeter.texi makefloppies.texi xdfcopy.texi \
9+fddiskd.texi floppymeter.texi makefloppies.texi xdfcopy.texi \
10 diskseekd.texi formatlist.texi moredata.texi \
11 fdmount.texi getfdprm.texi setfdprm.texi
12
13diff -Nur fdutils-5.4.orig/doc/cmdname fdutils-5.4/doc/cmdname
14--- fdutils-5.4.orig/doc/cmdname Sat Apr 19 18:28:16 1997
15+++ fdutils-5.4/doc/cmdname Thu Aug 22 22:10:14 2002
16@@ -1,4 +1,4 @@
17-diskd - disk daemon; wait for disk to be inserted
18+fddiskd - disk daemon; wait for disk to be inserted
19 diskseek, diskseekd - disk seek daemon; simulates Messy Dos' drive cleaning effect
20 fd - floppy disk device
21 fdmount - Floppy disk mount utility
22diff -Nur fdutils-5.4.orig/doc/commands.texi fdutils-5.4/doc/commands.texi
23--- fdutils-5.4.orig/doc/commands.texi Thu Apr 24 23:38:57 1997
24+++ fdutils-5.4/doc/commands.texi Thu Aug 22 22:11:31 2002
25@@ -7,7 +7,7 @@
26 line parameters that each of them accepts.
27
28 @menu
29-* diskd:: detect a disk change and execute a command
30+* fddiskd:: detect a disk change and execute a command
31 * diskseekd:: seeks the drive from time to time to shake of the
32 dust
33 * fdmount:: automatically mounts and unmounts floppy disks
34@@ -22,7 +22,7 @@
35 * xdfcopy:: copies and formats XDF disks
36 @end menu
37
38-@include diskd.texi
39+@include fddiskd.texi
40 @include diskseekd.texi
41 @include fdmount.texi
42 @include fdrawcmd.texi
43diff -Nur fdutils-5.4.orig/doc/diskd.1 fdutils-5.4/doc/diskd.1
44--- fdutils-5.4.orig/doc/diskd.1 Fri Jun 2 22:28:27 2000
45+++ fdutils-5.4/doc/diskd.1 Thu Aug 22 22:09:52 2002
46@@ -1,6 +1,6 @@
47-.TH diskd 1 "02jun00" fdutils-5.4
48+.TH fddiskd 1 "02jun00" fdutils-5.4
49 .SH Name
50-diskd - disk daemon; wait for disk to be inserted
51+fddiskd - disk daemon; wait for disk to be inserted
52 '\" t
53 .de TQ
54 .br
55@@ -70,15 +70,15 @@
56 the info version certain examples are difficult to read due to the
57 quoting conventions used in info.
58 .SH Description
59-.iX "p diskd"
60+.iX "p fddiskd"
61 .PP
62-The diskd command has the following syntax:
63+The fddiskd command has the following syntax:
64 .PP
65
66 .nf
67 .ft 3
68 .in +0.3i
69-\&\fR\&\f(CWdiskd [\fR\&\f(CW-d \fIdrive\fR\&\f(CW] [\fR\&\f(CW-i \fImsdosfiles\fR\&\f(CW] [\fR\&\f(CW-e \fIcommand\fR\&\f(CW]
70+\&\fR\&\f(CWfddiskd [\fR\&\f(CW-d \fIdrive\fR\&\f(CW] [\fR\&\f(CW-i \fImsdosfiles\fR\&\f(CW] [\fR\&\f(CW-e \fIcommand\fR\&\f(CW]
71 .fi
72 .in -0.3i
73 .ft R
74diff -Nur fdutils-5.4.orig/doc/diskd.texi fdutils-5.4/doc/diskd.texi
75--- fdutils-5.4.orig/doc/diskd.texi Sat Mar 1 17:29:12 1997
76+++ fdutils-5.4/doc/diskd.texi Thu Aug 22 22:10:31 2002
77@@ -1,11 +1,11 @@
78-@node diskd, diskseekd, Commands, Commands
79-@section diskd
80-@pindex diskd
81+@node fddiskd, diskseekd, Commands, Commands
82+@section fddiskd
83+@pindex fddiskd
84
85-The diskd command has the following syntax:
86+The fddiskd command has the following syntax:
87
88 @example
89-@code{diskd} [@code{-d} @var{drive}] [@code{-i} @var{msdosfiles}] [@code{-e} @var{command}]
90+@code{fddiskd} [@code{-d} @var{drive}] [@code{-i} @var{msdosfiles}] [@code{-e} @var{command}]
91 @end example
92
93 Diskd waits for a disk to be inserted into a given @var{drive}, and then
94diff -Nur fdutils-5.4.orig/doc/diskseekd.texi fdutils-5.4/doc/diskseekd.texi
95--- fdutils-5.4.orig/doc/diskseekd.texi Sat Mar 1 17:29:47 1997
96+++ fdutils-5.4/doc/diskseekd.texi Thu Aug 22 22:11:43 2002
97@@ -1,4 +1,4 @@
98-@node diskseekd, fdmount, diskd, Commands
99+@node diskseekd, fdmount, fddiskd, Commands
100 @section diskseekd
101 @pindex diskseekd
102 @cindex dust (shaking it off from a drive)
103diff -Nur fdutils-5.4.orig/doc/mkmanpages fdutils-5.4/doc/mkmanpages
104--- fdutils-5.4.orig/doc/mkmanpages Fri Jun 2 22:28:21 2000
105+++ fdutils-5.4/doc/mkmanpages Thu Aug 22 22:11:03 2002
106@@ -40,7 +40,7 @@
107 }
108
109
110-extract diskd
111+extract fddiskd
112 extract diskseekd
113 extract fdmount
114 extract fdrawcmd
115diff -Nur fdutils-5.4.orig/src/Makefile.in fdutils-5.4/src/Makefile.in
116--- fdutils-5.4.orig/src/Makefile.in Sat May 27 18:41:54 2000
117+++ fdutils-5.4/src/Makefile.in Thu Aug 22 22:12:24 2002
118@@ -39,7 +39,7 @@
119
120 OBJECTS=enh_options.o floppycontrol.o superformat.o
121 SOURCES=enh_options.c floppycontrol.o superformat.c
122-MANPAGES1=diskd.1 diskseekd.1 fdrawcmd.1 floppycontrol.1 getfdprm.1 \
123+MANPAGES1=fddiskd.1 diskseekd.1 fdrawcmd.1 floppycontrol.1 getfdprm.1 \
124 makefloppies.1 superformat.1 xdfcopy.1 fdmount.1
125 MANPAGES4=fd.4
126 MANPAGES8=setfdprm.8
127@@ -56,7 +56,7 @@
128
129
130 all: floppycontrol getfdprm setfdprm fdrawcmd \
131-superformat xdfcopy fdmount diskseekd diskd floppymeter convertfdprm
132+superformat xdfcopy fdmount diskseekd fddiskd floppymeter convertfdprm
133
134
135 LIBFILES=lex.mediaprm.o lex.driveprm.o mediaprm.o driveprm.o parse.o \
136@@ -79,7 +79,7 @@
137 floppycontrol: floppycontrol.o libfdutils.a
138 ${CC} $(LDFLAGS) -o $@ $< $(LIBS)
139
140-diskd: diskd.o libfdutils.a
141+fddiskd: diskd.o libfdutils.a
142 ${CC} $(LDFLAGS) -o $@ $< $(LIBS)
143
144 diskseekd: diskseekd.o libfdutils.a
145@@ -107,7 +107,7 @@
146 -rm -f *~ *.orig *.o a.out *.a lex.*.c core 2>/dev/null
147
148 spotless: clean
149- -rm -f floppycontrol superformat getfdprm fdrawcmd diskseekd diskd \
150+ -rm -f floppycontrol superformat getfdprm fdrawcmd diskseekd fddiskd \
151 diskseek diskd_old setfdprm xdfcopy fdmount 2>/dev/null
152
153 install: install-bin install-conf
154@@ -122,7 +122,7 @@
155
156 install-bin: all
157 $(INSTALL) -c -m $(PERM) -o $(UID) -g $(GID) $(srcdir)/MAKEFLOPPIES $(bindir)
158- $(INSTALL) -c -s -m $(PERM) -o $(UID) -g $(GID) diskd $(bindir)
159+ $(INSTALL) -c -s -m $(PERM) -o $(UID) -g $(GID) fddiskd $(bindir)
160 $(INSTALL) -c -s -m $(PERM) -o $(UID) -g $(GID) diskseekd $(bindir)
161 $(INSTALL) -c -s -m $(PERM) -o $(UID) -g $(GID) floppycontrol $(bindir)
162 $(INSTALL) -c -s -m $(PERM) -o $(UID) -g $(GID) floppymeter $(bindir)
This page took 0.701417 seconds and 4 git commands to generate.