diff -up sapconf-0.98/sapconf.incorrect-check-hostname-13-chars sapconf-0.98/sapconf --- sapconf-0.98/sapconf.incorrect-check-hostname-13-chars 2017-03-16 14:14:01.518612513 +0100 +++ sapconf-0.98/sapconf 2017-03-16 14:14:40.157153477 +0100 @@ -621,9 +621,9 @@ rm -f "$hosts_temp" ###### Just checking for length of hostname due to http://scn.sap.com/message/210257 / SAP Note 611361 ##### -[ $(hostname -s | wc -c) -gt 13 ] &&\ +[ $(hostname -s | wc -c) -gt 14 ] &&\ rec "your hostname is greater than 13 characters. Please see SAP Note 611361 for details" -#[ $(hostname -s | wc -c) -gt 8 ] &&\ +#[ $(hostname -s | wc -c) -gt 9 ] &&\ # rec "your hostname is greater than 8 characters, which is not support on SAP rel. up to 4.5. Please see SAP Note 611361 for details" }