|
@@ -172,7 +172,7 @@ pkg_postinst() {
|
|
|
elog " If this is the first time torque has been installed, then you are not"
|
|
|
elog "ready to start the server. Please refer to the documentation located at:"
|
|
|
elog "http://docs.adaptivecomputing.com/torque/${PN//./-}/Content/topics/1-installConfig/initializeConfigOnServer.htm"
|
|
|
- if [[ -z "${REPLACING_VERSIONS}" ]] || [[ $(echo "${REPLACING_VERSIONS%.?-r?} < 4.0" | bc) -eq 1 ]]; then
|
|
|
+ if [[ -z "${REPLACING_VERSIONS}" ]] || [[ $(echo "${REPLACING_VERSIONS%.*} < 4.0" | bc) -eq 1 ]]; then
|
|
|
echo
|
|
|
elog "Important 4.0+ updates"
|
|
|
elog " - The on-wire protocol version has been changed."
|