]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
QA: Fix BIND_NOW workaround for latest naoki changes.
authorSchantl Stefan <Stevee@ipfire.org>
Sat, 11 Sep 2010 21:20:23 +0000 (23:20 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Sat, 11 Sep 2010 21:20:23 +0000 (23:20 +0200)
tools/quality-agent.d/050-relro

index 3e6e16f75133fca9907b32ee53bde9b316765134..f0110565780413f47334a95808083b184b5e7540 100755 (executable)
@@ -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