]> git.pld-linux.org Git - packages/fdutils.git/blob - fdutils-diskd-conflict.patch
- move compressed patch to distfiles
[packages/fdutils.git] / fdutils-diskd-conflict.patch
1 diff -Nur fdutils-5.4.orig/doc/cmdname fdutils-5.4/doc/cmdname
2 --- fdutils-5.4.orig/doc/cmdname        Sat Apr 19 18:28:16 1997
3 +++ fdutils-5.4/doc/cmdname     Thu Aug 22 22:10:14 2002
4 @@ -1,4 +1,4 @@
5 -diskd - disk daemon; wait for disk to be inserted
6 +fddiskd - disk daemon; wait for disk to be inserted
7  diskseek, diskseekd - disk seek daemon; simulates Messy Dos' drive cleaning effect
8  fd - floppy disk device
9  fdmount - Floppy disk mount utility
10 diff -Nur fdutils-5.4.orig/doc/commands.texi fdutils-5.4/doc/commands.texi
11 --- fdutils-5.4.orig/doc/commands.texi  Thu Apr 24 23:38:57 1997
12 +++ fdutils-5.4/doc/commands.texi       Thu Aug 22 22:11:31 2002
13 @@ -7,7 +7,7 @@
14  line parameters that each of them accepts.
15  
16  @menu
17 -* diskd::             detect a disk change and execute a command
18 +* fddiskd::           detect a disk change and execute a command
19  * diskseekd::         seeks the drive from time to time to shake of the
20                        dust
21  * fdmount::           automatically mounts and unmounts floppy disks
22 --- fdutils-5.5/doc/diskd.1.orig        2005-03-03 22:55:18.000000000 +0100
23 +++ fdutils-5.5/doc/diskd.1     2008-02-09 16:01:43.668973107 +0100
24 @@ -1,6 +1,6 @@
25 -.TH diskd 1 "03Mar05" fdutils-5.5
26 +.TH fddiskd 1 "03Mar05" fdutils-5.5
27  .SH Name
28 -diskd - disk daemon; wait for disk to be inserted
29 +fddiskd - disk daemon; wait for disk to be inserted
30  '\" t
31  .de TQ
32  .br
33 @@ -70,15 +70,15 @@ The texinfo doc looks most pretty when p
34  the info version certain examples are difficult to read due to the
35  quoting conventions used in info.
36  .SH Description
37 -.iX "p diskd"
38 +.iX "p fddiskd"
39  .PP
40 -The diskd command has the following syntax:
41 +The fddiskd command has the following syntax:
42  .PP
43   
44  .nf
45  .ft 3
46  .in +0.3i
47 -\&\fR\&\f(CWdiskd [\fR\&\f(CW-d \fIdrive\fR\&\f(CW] [\fR\&\f(CW-i \fIinterval\fR\&\f(CW] [\fR\&\f(CW-e \fIcommand\fR\&\f(CW]
48 +\&\fR\&\f(CWfddiskd [\fR\&\f(CW-d \fIdrive\fR\&\f(CW] [\fR\&\f(CW-i \fIinterval\fR\&\f(CW] [\fR\&\f(CW-e \fIcommand\fR\&\f(CW]
49  .fi
50  .in -0.3i
51  .ft R
52 --- fdutils-5.5/doc/diskd.texi.orig     2003-07-12 21:17:07.000000000 +0200
53 +++ fdutils-5.5/doc/diskd.texi  2008-02-09 16:02:23.727255898 +0100
54 @@ -1,11 +1,11 @@
55 -@node diskd, diskseekd, Commands, Commands
56 -@section diskd
57 -@pindex diskd
58 +@node fddiskd, diskseekd, Commands, Commands
59 +@section fddiskd
60 +@pindex fddiskd
61  
62 -The diskd command has the following syntax:
63 +The fddiskd command has the following syntax:
64  
65  @example
66 -@code{diskd} [@code{-d} @var{drive}] [@code{-i} @var{interval}] [@code{-e} @var{command}]
67 +@code{fddiskd} [@code{-d} @var{drive}] [@code{-i} @var{interval}] [@code{-e} @var{command}]
68  @end example
69  
70  Diskd waits for a disk to be inserted into a given @var{drive}, and then
71 diff -Nur fdutils-5.4.orig/doc/diskseekd.texi fdutils-5.4/doc/diskseekd.texi
72 --- fdutils-5.4.orig/doc/diskseekd.texi Sat Mar  1 17:29:47 1997
73 +++ fdutils-5.4/doc/diskseekd.texi      Thu Aug 22 22:11:43 2002
74 @@ -1,4 +1,4 @@
75 -@node diskseekd, fdmount, diskd, Commands
76 +@node diskseekd, fdmount, fddiskd, Commands
77  @section diskseekd
78  @pindex diskseekd
79  @cindex dust (shaking it off from a drive)
80 --- fdutils-5.5/doc/Makefile.in.orig    2008-02-09 16:03:41.655696787 +0100
81 +++ fdutils-5.5/doc/Makefile.in 2008-02-09 16:06:24.444973619 +0100
82 @@ -18,7 +18,7 @@
83  mandir4     = $(mandir)/man4
84  mandir8     = $(mandir)/man8
85  
86 -MANPAGES1   =  diskd.1 fdrawcmd.1 getfdprm.1 superformat.1 diskseekd.1 \
87 +MANPAGES1   =  fdrawcmd.1 getfdprm.1 superformat.1 diskseekd.1 \
88                 floppycontrol.1 makefloppies.1 xdfcopy.1 fdmount.1 \
89                 floppymeter.1 setfdprm.1
90  
91 @@ -108,6 +108,7 @@ install-man:
92                 install -c -m $(MANPERM) \
93                         $(srcdir)/$$i $(DESTDIR)$(mandir1)/$$i; \
94         done
95 +       install -c -m $(MANPERM) $(srcdir)/diskd.1 $(DESTDIR)$(mandir1)/fddiskd.1
96  
97         for i in $(MANPAGES4); do \
98                 install -c -m $(MANPERM) \
99 --- fdutils-5.5/src/Makefile.in.orig    2008-02-09 15:58:25.773695697 +0100
100 +++ fdutils-5.5/src/Makefile.in 2008-02-09 16:07:22.144261714 +0100
101 @@ -122,7 +122,7 @@
102  install-bin: all
103         $(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
104         $(INSTALL) -c -m $(PERM) $(srcdir)/MAKEFLOPPIES $(DESTDIR)$(bindir)
105 -       $(INSTALL) -c -m $(PERM) diskd $(DESTDIR)$(bindir)
106 +       $(INSTALL) -c -m $(PERM) diskd $(DESTDIR)$(bindir)/fddiskd
107         $(INSTALL) -c -m $(PERM) diskseekd $(DESTDIR)$(bindir)
108         $(INSTALL) -c -m $(PERM) floppycontrol $(DESTDIR)$(bindir)
109         $(INSTALL) -c -m $(PERM) floppymeter $(DESTDIR)$(bindir)
This page took 0.069223 seconds and 3 git commands to generate.