fix misleading description of "fsfm" and "bsfm" commands (#171340)
This commit is contained in:
parent
8a87946bb1
commit
3d5f368e78
31
mt-st-0.9b-manfix.patch
Normal file
31
mt-st-0.9b-manfix.patch
Normal file
@ -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
|
||||
@ -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 <jnovy@redhat.com> 0.9b-2
|
||||
- fix misleading description of "fsfm" and "bsfm" commands (#171340)
|
||||
|
||||
* Thu Sep 22 2005 Jindrich Novy <jnovy@redhat.com> 0.9b-1
|
||||
- update to mt-st 0.9b
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user