Hi all, in the script /etc/init.d/sapdbweb is an little bug in function RunningPort:
function RunningPort () {
if [ -f /tmp/httperr.log ]; then ### this should be the
file /var/log/sapdb/httperr.log ###
_o=`cat /var/log/sapdb/httperr.log | grep on\ port | sed
-e s/^.
*port// | sed -e s/\\\[.*//`
for _i in $_o; do
_port=$_i
done
fi
}
Regards,
Dirk
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
