Mon, 17 Sep 2012 19:27:02 +0200
Merge OpenSUSE release correction and latest package updates branches.
1.1 --- a/miscel/stackopdv-201208.sh Mon Sep 17 19:20:09 2012 +0200 1.2 +++ b/miscel/stackopdv-201208.sh Mon Sep 17 19:27:02 2012 +0200 1.3 @@ -30,7 +30,7 @@ 1.4 # expat libxml 1.5 1.6 # Variables 1.7 -#ARCFIX=amd64-suse12.1 1.8 +#ARCFIX=amd64-suse12.2 1.9 #ARCFIX=amd64-solaris11 1.10 ARCFIX=$1 1.11 PREFIX=$2 1.12 @@ -38,7 +38,7 @@ 1.13 1.14 # Sanity check 1.15 if [ ! $ARCFIX ]; then 1.16 - echo 'Error: Arch spec "amd64-suse12.1" or similar needed as first argument.' 1.17 + echo 'Error: Arch spec "amd64-suse12.2" or similar needed as first argument.' 1.18 exit 1 1.19 fi 1.20 if [ ! $PREFIX ]; then 1.21 @@ -50,7 +50,7 @@ 1.22 1.23 # Usage intro 1.24 echo 'This is a OpenPKG installation script for instance /opdv' 1.25 -echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.1"' 1.26 +echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.2"' 1.27 echo '...or whatever other string as the first argument. The script' 1.28 echo 'will install the Europalab 20120800 basis stack.' 1.29 echo ''
2.1 --- a/miscel/stackopkg-201208.sh Mon Sep 17 19:20:09 2012 +0200 2.2 +++ b/miscel/stackopkg-201208.sh Mon Sep 17 19:27:02 2012 +0200 2.3 @@ -23,7 +23,7 @@ 2.4 # gc libksba pkgconfig 2.5 2.6 # Variables 2.7 -#ARCFIX=amd64-suse12.1 2.8 +#ARCFIX=amd64-suse12.2 2.9 #ARCFIX=amd64-solaris11 2.10 ARCFIX=$1 2.11 PREFIX=$2 2.12 @@ -31,7 +31,7 @@ 2.13 2.14 # Sanity check 2.15 if [ ! $ARCFIX ]; then 2.16 - echo 'Error: Arch spec "amd64-suse12.1" or similar needed as first argument.' 2.17 + echo 'Error: Arch spec "amd64-suse12.2" or similar needed as first argument.' 2.18 exit 1 2.19 fi 2.20 if [ ! $PREFIX ]; then 2.21 @@ -43,7 +43,7 @@ 2.22 2.23 # Usage intro 2.24 echo 'This is a OpenPKG installation script for instance /opkg' 2.25 -echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.1"' 2.26 +echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.2"' 2.27 echo '...or whatever other string as the first argument. The script' 2.28 echo 'will install the Europalab 20120800 basis stack.' 2.29 echo ''
3.1 --- a/miscel/stackopsw-201208.sh Mon Sep 17 19:20:09 2012 +0200 3.2 +++ b/miscel/stackopsw-201208.sh Mon Sep 17 19:27:02 2012 +0200 3.3 @@ -40,7 +40,7 @@ 3.4 # freetype libidn perl-locale spamassassin 3.5 3.6 # Variables 3.7 -#ARCFIX=amd64-suse12.1 3.8 +#ARCFIX=amd64-suse12.2 3.9 #ARCFIX=amd64-solaris11 3.10 ARCFIX=$1 3.11 PREFIX=$2 3.12 @@ -48,7 +48,7 @@ 3.13 3.14 # Sanity check 3.15 if [ ! $ARCFIX ]; then 3.16 - echo 'Error: Arch spec "amd64-suse12.1" or similar needed as first argument.' 3.17 + echo 'Error: Arch spec "amd64-suse12.2" or similar needed as first argument.' 3.18 exit 1 3.19 fi 3.20 if [ ! $PREFIX ]; then 3.21 @@ -60,7 +60,7 @@ 3.22 3.23 # Usage intro 3.24 echo 'This is a OpenPKG installation script for instance /opsw' 3.25 -echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.1"' 3.26 +echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.2"' 3.27 echo '...or whatever other string as the first argument. The script' 3.28 echo 'will install the Europalab 20120800 basis stack.' 3.29 echo ''