summaryrefslogtreecommitdiffstats
path: root/minion
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2007-09-26 17:57:44 -0400
committerAdrian Likins <alikins@redhat.com>2007-09-26 17:57:44 -0400
commit86b8f0afd46ed54661030102ba7be5c01eaebf15 (patch)
tree9abf3a2cfc2f287e1a4cb990364eca53a68e01fb /minion
parent83be92523d3ac5f96dd7f06244ba6a1cda2f1b40 (diff)
downloadthird_party-func-86b8f0afd46ed54661030102ba7be5c01eaebf15.tar.gz
third_party-func-86b8f0afd46ed54661030102ba7be5c01eaebf15.tar.xz
third_party-func-86b8f0afd46ed54661030102ba7be5c01eaebf15.zip
don't need this warning now, we ssl by default
Diffstat (limited to 'minion')
-rwxr-xr-xminion/server.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/minion/server.py b/minion/server.py
index 0208f46..da771b9 100755
--- a/minion/server.py
+++ b/minion/server.py
@@ -203,20 +203,6 @@ def main(argv):
Start things up.
"""
- print "\n\n\n\n\n"
- print " WARNING WARNING WARNING"
- print "DANGER DANGER DANGER"
- print "\n\n\n\n"
- print "THERE IS NO AUTHENTICATION IN THIS VERSION"
- print "DO NOT RUN ON A MACHINE EXPOSED TO ANYONE YOU DO NOT TRUST"
- print " THEY CAN DO VERY BAD THINGS"
- print "\n\n\n\n\n"
- print "Really, don't do that. It is not at all secure at the moment"
- print "like, at all."
- print ""
- print "Seriously.\n\n"
-
-
if "daemon" in sys.argv or "--daemon" in sys.argv:
utils.daemonize("/var/run/funcd.pid")
else: