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:
parent
2116837f3d
commit
89b22aa137
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52330
@ -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
|
||||
|
11
misc/amanda-server/files/patch-changer-src::chg-zd-mtx.sh.in
Normal file
11
misc/amanda-server/files/patch-changer-src::chg-zd-mtx.sh.in
Normal 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"
|
@ -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
|
||||
|
@ -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"
|
@ -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
|
||||
|
@ -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"
|
@ -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
|
||||
|
@ -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"
|
@ -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
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user