Comment 2 for bug 377265

Revision history for this message
Thierry Carrez (ttx) wrote :

Something like

- hostname=`hostname -f`
+ hostname=`hostname -f 2>/dev/null || hostname`

should do it.