From 6547cfb80a95dada779e680c4158c55a28d18849 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 3 Oct 2013 16:58:52 -0700 Subject: [PATCH] Remove pointless directions. We never want users to modify this, unless they know what they are doing. --- configure-syslog.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure-syslog.py b/configure-syslog.py index 0736e59..afb25af 100755 --- a/configure-syslog.py +++ b/configure-syslog.py @@ -110,11 +110,6 @@ your account name is mycompany. '''.lstrip() -AUTHTOKEN_MODIFICATION_TEXT = ''' -If you wish to use a different Customer Token, replace %s -with the token you wish to use, in the file %s. -''' - INSTALLATION_COMPLETED_TEXT = "Installation completed.\n" _LOG_SOCKET = None @@ -1304,9 +1299,6 @@ def install(current_environment): # 6. SIGHUP the syslog daemon. confirm_syslog_restart(syslog_name_for_configuration) - printLog(AUTHTOKEN_MODIFICATION_TEXT % - (authorization_details['token'], - modified_config_file)) printLog(INSTALLATION_COMPLETED_TEXT) return syslog_name_for_configuration