Hi there,
I wonder if its possible to add "openSUSE 10.3 to the get_plat_tag.sh file before final release of Zimbra 5.
Maybe as a seperate if statement but still echo back openSUSE 10.2 as the identifier, like below
It appears as there are 2 copies of the file, one installed in /opt/zimbra/libexec/ and one in the bin folder of the zcs installer files, both appear to be seperate.Code:grep "openSUSE 10.2" /etc/SuSE-release > /dev/null 2>&1 if [ $? = 0 ]; then echo "openSUSE_10.2" exit 0 fi grep "openSUSE 10.3" /etc/SuSE-release > /dev/null 2>&1 if [ $? = 0 ]; then echo "openSUSE_10.2" exit 0 fi
On the surface it appears that both openSUSE 10.2 and 10.3 are very structually similar and many of the assumptions made for 10.2 can also be applied to 10.3.
Can this change be also be made for the next 4.5.x release
cheers
bigmudcake


LinkBack URL
About LinkBacks









