summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2016-06-24 18:24:34 -0400
committerMichael Palimaka <kensington@gentoo.org>2016-07-14 02:58:46 +1000
commitf51fc3240bc6f1f37736ece7f8ecfc5a242e7712 (patch)
treee34aab589d053f67d8a7fdcf1e1ca459abaa7149 /net-misc/sslh/files/sslh.conf.d-2
parentsci-chemistry/gromacs: import live builds from sci overlay (diff)
downloadgentoo-f51fc3240bc6f1f37736ece7f8ecfc5a242e7712.tar.gz
gentoo-f51fc3240bc6f1f37736ece7f8ecfc5a242e7712.tar.bz2
gentoo-f51fc3240bc6f1f37736ece7f8ecfc5a242e7712.zip
net-misc/sslh: revision bump adding systemd support
This new revision builds the systemd generator and installs the systemd service. It also renames OPTIONS to DAEMON_OPTS in the sslh conf.d file for compatibility with the systemd service which sources it. Gentoo-bug: 563600
Diffstat (limited to 'net-misc/sslh/files/sslh.conf.d-2')
-rw-r--r--net-misc/sslh/files/sslh.conf.d-24
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sslh/files/sslh.conf.d-2 b/net-misc/sslh/files/sslh.conf.d-2
index 719be7b8dd15..73d08d5f4484 100644
--- a/net-misc/sslh/files/sslh.conf.d-2
+++ b/net-misc/sslh/files/sslh.conf.d-2
@@ -1,8 +1,8 @@
# /etc/conf.d/sslh
# Options to sslh itself. See the sslh(1) man page.
-#OPTIONS=""
+#DAEMON_OPTS=""
# Multiplexing example
# Port 44 can be used for ssh, http, and https. Drop privileges after starting.
-#OPTIONS="-p localhost:44 --ssh 127.0.0.1:22 --http 127.0.0.1:80 --ssl 127.0.0.1:443 --user nobody"
+#DAEMON_OPTS="-p localhost:44 --ssh 127.0.0.1:22 --http 127.0.0.1:80 --ssl 127.0.0.1:443 --user nobody"