From 3d5f368e788ed4cacb643a2fbacb00b0f8ba8b6a Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 25 Oct 2005 10:17:25 +0000 Subject: [PATCH] fix misleading description of "fsfm" and "bsfm" commands (#171340) --- mt-st-0.9b-manfix.patch | 31 +++++++++++++++++++++++++++++++ mt-st.spec | 7 ++++++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mt-st-0.9b-manfix.patch diff --git a/mt-st-0.9b-manfix.patch b/mt-st-0.9b-manfix.patch new file mode 100644 index 0000000..d22acef --- /dev/null +++ b/mt-st-0.9b-manfix.patch @@ -0,0 +1,31 @@ +--- mt-st-0.9b/mt.1.manfix 2005-08-21 20:53:50.000000000 +0200 ++++ mt-st-0.9b/mt.1 2005-10-25 12:13:43.000000000 +0200 +@@ -48,20 +48,22 @@ + files. + The tape is positioned on the first block of the next file. + .IP fsfm +-Forward space ++Forward space past + .I count +-files. +-The tape is positioned on the last block of the previous file. ++file marks, then backward space one file record. ++This leaves the tape positioned on the last block of the file that is count-1 ++files past the current file. + .IP bsf + Backward space + .I count + files. + The tape is positioned on the last block of the previous file. + .IP bsfm +-Backward space ++Backward space past + .I count +-files. +-The tape is positioned on the first block of the next file. ++file marks, then forward space one file record. ++This leaves the tape positioned on the first block of the file that is count-1 ++files before the current file. + .IP asf + The tape is positioned at the beginning of the + .I count diff --git a/mt-st.spec b/mt-st.spec index c5ca36b..589a8e6 100644 --- a/mt-st.spec +++ b/mt-st.spec @@ -1,13 +1,14 @@ Summary: Install mt-st if you need a tool to control tape drives. Name: mt-st Version: 0.9b -Release: 1 +Release: 2 License: GPL Group: Applications/System Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz Patch0: mt-st-0.8-redhat.patch Patch1: mt-st-0.7-SDLT.patch Patch2: mt-st-0.7-config-files.patch +Patch3: mt-st-0.9b-manfix.patch BuildRoot: %{_tmppath}/%{name}-root %description @@ -22,6 +23,7 @@ Install mt-st if you need a tool to manage tape drives. %patch0 -p1 -b .redhat %patch1 -p1 -b .sdlt %patch2 -p1 -b .configfiles +%patch3 -p1 -b .manfix %build make CFLAGS="$RPM_OPT_FLAGS" @@ -42,6 +44,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man[18]/* %changelog +* Tue Oct 25 2005 Jindrich Novy 0.9b-2 +- fix misleading description of "fsfm" and "bsfm" commands (#171340) + * Thu Sep 22 2005 Jindrich Novy 0.9b-1 - update to mt-st 0.9b