From f93fcd26dc6d20b821ad4dc5cfcc7604f2ae3166 Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Mon, 29 Feb 2016 21:46:55 +0100 Subject: [PATCH] Rewrite a comment --- management/status_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/status_checks.py b/management/status_checks.py index 1702ca8c..c6355289 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -942,7 +942,7 @@ if __name__ == "__main__": run_and_output_changes(env, pool) elif sys.argv[1] == "--check-ptr": - # Run only the primary hostname checks, specifically the ptr check + # See if the reverse dns of the box is configured properly shell('check_call', ["/usr/sbin/rndc", "flush"], trap=True) output = ConsoleOutput() my_ips = env['PUBLIC_IP'] + ((" / "+env['PUBLIC_IPV6']) if env.get("PUBLIC_IPV6") else "")