diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-03-06 16:35:13 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-03-06 16:35:13 +0000 |
commit | 846ea1e4cf77a0af991bfbf4f871459e61844a26 (patch) | |
tree | 54681d3a1aa1c82668af736b860348aadf68df78 /emulators/mtools/files/patch-a | |
parent | - Inform the user about the need for the compat 3.X libraries if they (diff) |
Add official patch mtools-3.9.7-20001213.diff.
Do not overwrite an existing mtools.conf file - install it as
mtools.conf.sample
Notes
Notes:
svn path=/head/; revision=39137
Diffstat (limited to 'emulators/mtools/files/patch-a')
-rw-r--r-- | emulators/mtools/files/patch-a | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/emulators/mtools/files/patch-a b/emulators/mtools/files/patch-a index d9d1dd9c72a3..ce39f677f370 100644 --- a/emulators/mtools/files/patch-a +++ b/emulators/mtools/files/patch-a @@ -1,15 +1,15 @@ ---- Makefile.in.orig Thu Jan 28 11:08:18 1999 -+++ Makefile.in Thu Jan 28 11:14:03 1999 -@@ -55,7 +55,7 @@ +--- Makefile.in~ Tue Mar 6 17:25:13 2001 ++++ Makefile.in Tue Mar 6 17:27:00 2001 +@@ -57,7 +57,7 @@ + .SUFFIXES: .o .c .SUFFIXES: .o .c - .SUFFIXES: .o .c .cpp --MAN1 = floppyd.1 mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 \ -+MAN1 = mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 \ - mdu.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 mpartition.1 \ +-MAN1 = floppyd.1 floppyd_installtest.1 mattrib.1 mbadblocks.1 mcat.1 mcd.1 \ ++MAN1 = mattrib.1 mbadblocks.1 mcat.1 mcd.1 \ + mcopy.1 mdel.1 mdeltree.1 mdir.1 mdu.1 mformat.1 minfo.1 mkmanifest.1 \ + mlabel.1 mmd.1 mmount.1 mmove.1 mpartition.1 \ mrd.1 mread.1 mren.1 mshowfat.1 mtoolstest.1 mtools.1 mtype.1 mzip.1 - MAN1EXT = 1 -@@ -111,7 +111,7 @@ +@@ -116,7 +116,7 @@ xdf_io.c mkmanifest.c @@ -18,12 +18,12 @@ LINKS=mattrib mcat mcd mcopy mdel mdeltree mdir mdu mformat minfo mlabel \ mmd mmount mmove mpartition mrd mread mren mtype mtoolstest mshowfat \ -@@ -228,11 +228,11 @@ +@@ -258,11 +258,11 @@ install-scripts: $(bindir)/mtools @$(top_srcdir)/mkinstalldirs $(bindir) @for j in $(SCRIPTS) ; do \ - $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ -+ $(BSD_INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ ++ $(BSD_INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ echo $(bindir)/$$j ; \ done - rm -f $(bindir)/lz |