From: Schantl Stefan Date: Sat, 11 Sep 2010 21:20:23 +0000 (+0200) Subject: QA: Fix BIND_NOW workaround for latest naoki changes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58980d2d423b099c1e024d30ce46b68a0f30f408;p=ipfire-3.x.git QA: Fix BIND_NOW workaround for latest naoki changes. --- diff --git a/tools/quality-agent.d/050-relro b/tools/quality-agent.d/050-relro index 3e6e16f75..f01105657 100755 --- a/tools/quality-agent.d/050-relro +++ b/tools/quality-agent.d/050-relro @@ -16,7 +16,7 @@ function check() { continue fi - if ! is_relro_full ${file}; then + if ! file_is_relro_full ${file}; then if [ "${QUALITY_AGENT_PERMIT_NOT_FULL_RELRO}" = "yes" ]; then log_warning " Is not full relro: ${file}" else