1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix a typo in the chg-zd-mtx.sh.in file that prevented proper operation

with barcodes.
Bumped PORTREVISION

Submitted by:	Blaz Zupan <blaz@si.freebsd.org>
This commit is contained in:
James E. Housley 2001-12-28 17:35:49 +00:00
parent 2116837f3d
commit 89b22aa137
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52330
10 changed files with 60 additions and 5 deletions

View File

@ -7,7 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 2.4.3b1
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= amanda

View File

@ -0,0 +1,11 @@
--- changer-src/chg-zd-mtx.sh.in.orig Mon Apr 2 20:22:44 2001
+++ changer-src/chg-zd-mtx.sh.in Fri Dec 28 12:30:09 2001
@@ -403,7 +403,7 @@
includedslot=`echo $tmpincludedslot | sed -n "s/\(.*\)Storage Element \([1-9][0-9]*\):\(.*\)/\2/p;s/Data Transfer Element $drivenum:Full (Storage Element \([1-9][0-9]*\) Loaded)\(.*\)/\1/p"`
case $tapelabel in
$tapelabel)
- if [ $tapelabel == $includedtag ]; then
+ if [ $tapelabel = $includedtag ]; then
shift
loadslot $includedslot
echo "$tape"

View File

@ -7,7 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 2.4.2p2
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= amanda

View File

@ -0,0 +1,11 @@
--- changer-src/chg-zd-mtx.sh.in.orig Mon Apr 2 20:22:44 2001
+++ changer-src/chg-zd-mtx.sh.in Fri Dec 28 12:30:09 2001
@@ -403,7 +403,7 @@
includedslot=`echo $tmpincludedslot | sed -n "s/\(.*\)Storage Element \([1-9][0-9]*\):\(.*\)/\2/p;s/Data Transfer Element $drivenum:Full (Storage Element \([1-9][0-9]*\) Loaded)\(.*\)/\1/p"`
case $tapelabel in
$tapelabel)
- if [ $tapelabel == $includedtag ]; then
+ if [ $tapelabel = $includedtag ]; then
shift
loadslot $includedslot
echo "$tape"

View File

@ -7,7 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 2.4.3b1
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= amanda

View File

@ -0,0 +1,11 @@
--- changer-src/chg-zd-mtx.sh.in.orig Mon Apr 2 20:22:44 2001
+++ changer-src/chg-zd-mtx.sh.in Fri Dec 28 12:30:09 2001
@@ -403,7 +403,7 @@
includedslot=`echo $tmpincludedslot | sed -n "s/\(.*\)Storage Element \([1-9][0-9]*\):\(.*\)/\2/p;s/Data Transfer Element $drivenum:Full (Storage Element \([1-9][0-9]*\) Loaded)\(.*\)/\1/p"`
case $tapelabel in
$tapelabel)
- if [ $tapelabel == $includedtag ]; then
+ if [ $tapelabel = $includedtag ]; then
shift
loadslot $includedslot
echo "$tape"

View File

@ -7,7 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 2.4.3b1
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= amanda

View File

@ -0,0 +1,11 @@
--- changer-src/chg-zd-mtx.sh.in.orig Mon Apr 2 20:22:44 2001
+++ changer-src/chg-zd-mtx.sh.in Fri Dec 28 12:30:09 2001
@@ -403,7 +403,7 @@
includedslot=`echo $tmpincludedslot | sed -n "s/\(.*\)Storage Element \([1-9][0-9]*\):\(.*\)/\2/p;s/Data Transfer Element $drivenum:Full (Storage Element \([1-9][0-9]*\) Loaded)\(.*\)/\1/p"`
case $tapelabel in
$tapelabel)
- if [ $tapelabel == $includedtag ]; then
+ if [ $tapelabel = $includedtag ]; then
shift
loadslot $includedslot
echo "$tape"

View File

@ -7,7 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 2.4.3b1
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= amanda

View File

@ -0,0 +1,11 @@
--- changer-src/chg-zd-mtx.sh.in.orig Mon Apr 2 20:22:44 2001
+++ changer-src/chg-zd-mtx.sh.in Fri Dec 28 12:30:09 2001
@@ -403,7 +403,7 @@
includedslot=`echo $tmpincludedslot | sed -n "s/\(.*\)Storage Element \([1-9][0-9]*\):\(.*\)/\2/p;s/Data Transfer Element $drivenum:Full (Storage Element \([1-9][0-9]*\) Loaded)\(.*\)/\1/p"`
case $tapelabel in
$tapelabel)
- if [ $tapelabel == $includedtag ]; then
+ if [ $tapelabel = $includedtag ]; then
shift
loadslot $includedslot
echo "$tape"