K 10 svn:author V 6 dteske K 8 svn:date V 27 2013-06-18T02:37:15.039679Z K 7 svn:log V 371 Allow $ntpdate_config to be NULL. Due to a lack of surrounding quotes, when ntpdate_config was set to NULL the conditional would (counter to prevailing logic) succeed -- leading to awk attempting to redirect from a NULL pathname standard-in. While we're here, make the script consistant with itself by removing the {curlies} around ntpdate_config (they are unnecessary). END