diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 05:54:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-09 09:59:44 -0300 |
commit | e30604da103e98238ab9dcbffd456030457df8b4 (patch) | |
tree | 6c5b1054ec6a45be03f7be7083c7d5c937cea6c1 /unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch | |
parent | ff55947a9b05839ed2ee7a38a291fa5ee1a4d375 (diff) | |
download | aports-e30604da103e98238ab9dcbffd456030457df8b4.zip |
unmaintained/crackmapexec: move from community
- Python2 only
Diffstat (limited to 'unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch')
-rw-r--r-- | unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch b/unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch new file mode 100644 index 00000000000..70682d9f5f2 --- /dev/null +++ b/unmaintained/crackmapexec/cleanup-residual-patch-in-upstream.patch @@ -0,0 +1,22 @@ +diff --git a/cme/cmeserver.py b/cme/cmeserver.py +index 4549095..5bc336b 100644 +--- a/cme/cmeserver.py ++++ b/cme/cmeserver.py +@@ -1,17 +1,9 @@ + import BaseHTTPServer + import threading + import ssl +-<<<<<<< HEAD:cme/cmeserver.py +-<<<<<<< 23d8a6517fb1a36bac9b09e3923201ee291d00ac:cme/cmeserver.py + import os + import sys + from getpass import getuser +-======= +-import sys +->>>>>>> Added error handling for CME server in case the port is already in use.:core/cmeserver.py +-======= +-import sys +->>>>>>> da4e55380a1d1ad46d3176c513b829bd4a7099f4:core/cmeserver.py + from BaseHTTPServer import BaseHTTPRequestHandler + from logging import getLogger + from gevent import sleep |