Created
March 8, 2013 07:32
-
-
Save stattrak-dragonlore/5114799 to your computer and use it in GitHub Desktop.
autossh -Z option patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/autossh.c b/autossh.c | |
--- a/autossh.c | |
+++ b/autossh.c | |
@@ -104,7 +104,7 @@ | |
#define NO_RD_SOCK -2 /* magic flag for echo: no read socket */ | |
-#define OPTION_STRING "M:V1246ab:c:e:fgi:kl:m:no:p:qstvw:xyACD:F:I:MKL:NO:PR:S:TVXY" | |
+#define OPTION_STRING "M:V1246ab:c:e:fgi:kl:m:no:p:qstvw:xyACD:F:I:MKL:NO:PR:S:TVXYZ" | |
int logtype = L_SYSLOG; /* default log to syslog */ | |
int loglevel = LOG_INFO; /* default loglevel */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brew edit autossh