From d3220171a227bd6d02fdbe2290cf41b220b0958c Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 8 Oct 2013 19:35:10 -0700 Subject: [PATCH] Just don't bother checking the OS or distro. --- configure-syslog.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure-syslog.py b/configure-syslog.py index fc5d29f..487cb31 100755 --- a/configure-syslog.py +++ b/configure-syslog.py @@ -470,12 +470,6 @@ def perform_sanity_check(current_environment): Performing quick check of OS and Syslog """ printLog("Performing sanity check....") - if (current_environment['distro_id'] == OS_UNSUPPORTED\ - or OS_FAIL in LOGGLY_QA): - printLog(STR_EXIT_MESSAGE % current_environment['operating_system']) - sys_exit( - reason = STR_EXIT_MESSAGE % current_environment['operating_system'] - ) syslog_versions = {} for (syslog_type, syslog_version)\