[sslh] Command options & PID file

Björn Ketelaars bjorn.ketelaars at hydroxide.nl
Mon Apr 23 09:04:28 CEST 2012


As of 1.11, SSLH no longer creates a PID file by default (it should be 
explicitly set with --pidfile). Therefore a small cosmetic patch for 
ssl-main.c

-- 
Björn Ketelaars


--- sslh-main.c.orig	Sat Apr 21 17:34:25 2012
+++ sslh-main.c	Mon Apr 23 08:46:05 2012
@@ -54,7 +54,7 @@
  "-t: timeout before connecting to SSH.\n" \
  "-p: address and port to listen on.\n    Can be used several times to 
bind to several addresses.\n" \
  "--[ssh,ssl,...]: where to connect connections from corresponding 
protocol.\n" \
-"-P: PID file. Default: /var/run/sslh.pid.\n" \
+"-P: PID file.\n" \
  "-i: Run as a inetd service.\n" \
  "";








More information about the sslh mailing list