diff options
author | jeh <jeh@FreeBSD.org> | 2001-12-28 17:35:49 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-12-28 17:35:49 +0000 |
commit | 3f23547cdc6c985c19cb99692c573d44e4240685 (patch) | |
tree | 301d25887e125158a118413c4b576a6d49a32359 | |
parent | 57f4c848d3173ae0c7c7a7646aca824411fe1698 (diff) | |
download | FreeBSD-ports-3f23547cdc6c985c19cb99692c573d44e4240685.zip FreeBSD-ports-3f23547cdc6c985c19cb99692c573d44e4240685.tar.gz |
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>
-rw-r--r-- | misc/amanda-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda-server/files/patch-changer-src::chg-zd-mtx.sh.in | 11 | ||||
-rw-r--r-- | misc/amanda24-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda24-server/files/patch-changer-src::chg-zd-mtx.sh.in | 11 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-server/files/patch-changer-src::chg-zd-mtx.sh.in | 11 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/files/patch-changer-src::chg-zd-mtx.sh.in | 11 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda32-server/files/patch-changer-src::chg-zd-mtx.sh.in | 11 |
10 files changed, 60 insertions, 5 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index b216905..6407403 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -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 diff --git a/misc/amanda-server/files/patch-changer-src::chg-zd-mtx.sh.in b/misc/amanda-server/files/patch-changer-src::chg-zd-mtx.sh.in new file mode 100644 index 0000000..5e14600 --- /dev/null +++ b/misc/amanda-server/files/patch-changer-src::chg-zd-mtx.sh.in @@ -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" diff --git a/misc/amanda24-server/Makefile b/misc/amanda24-server/Makefile index f36ae4f..45d1c481 100644 --- a/misc/amanda24-server/Makefile +++ b/misc/amanda24-server/Makefile @@ -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 diff --git a/misc/amanda24-server/files/patch-changer-src::chg-zd-mtx.sh.in b/misc/amanda24-server/files/patch-changer-src::chg-zd-mtx.sh.in new file mode 100644 index 0000000..5e14600 --- /dev/null +++ b/misc/amanda24-server/files/patch-changer-src::chg-zd-mtx.sh.in @@ -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" diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index b216905..6407403 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -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 diff --git a/misc/amanda25-server/files/patch-changer-src::chg-zd-mtx.sh.in b/misc/amanda25-server/files/patch-changer-src::chg-zd-mtx.sh.in new file mode 100644 index 0000000..5e14600 --- /dev/null +++ b/misc/amanda25-server/files/patch-changer-src::chg-zd-mtx.sh.in @@ -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" diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index b216905..6407403 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -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 diff --git a/misc/amanda26-server/files/patch-changer-src::chg-zd-mtx.sh.in b/misc/amanda26-server/files/patch-changer-src::chg-zd-mtx.sh.in new file mode 100644 index 0000000..5e14600 --- /dev/null +++ b/misc/amanda26-server/files/patch-changer-src::chg-zd-mtx.sh.in @@ -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" diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index b216905..6407403 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -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 diff --git a/misc/amanda32-server/files/patch-changer-src::chg-zd-mtx.sh.in b/misc/amanda32-server/files/patch-changer-src::chg-zd-mtx.sh.in new file mode 100644 index 0000000..5e14600 --- /dev/null +++ b/misc/amanda32-server/files/patch-changer-src::chg-zd-mtx.sh.in @@ -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" |