summaryrefslogtreecommitdiff
path: root/community/sslh
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-04 23:14:51 +0000
committerroot <root@rshg054.dnsready.net>2011-12-04 23:14:51 +0000
commit392d2d86b3657d90c3954a44dd6e3e5a4d12d455 (patch)
treea88c28d4a6652dd77a3557f0dab9f6c6bdda037e /community/sslh
parent851376cd7720e1f9b35e0a7c26bfd66399f0c4d3 (diff)
Sun Dec 4 23:14:51 UTC 2011
Diffstat (limited to 'community/sslh')
-rw-r--r--community/sslh/PKGBUILD6
-rw-r--r--community/sslh/sslh.conf2
-rw-r--r--community/sslh/sslh.rc2
3 files changed, 5 insertions, 5 deletions
diff --git a/community/sslh/PKGBUILD b/community/sslh/PKGBUILD
index 55a3b9402..d4e795cc7 100644
--- a/community/sslh/PKGBUILD
+++ b/community/sslh/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=sslh
pkgver=1.10
-pkgrel=4
+pkgrel=5
pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
arch=('i686' 'x86_64')
url='http://www.rutschle.net/tech/sslh.shtml'
@@ -15,8 +15,8 @@ source=("http://www.rutschle.net/tech/${pkgname}-${pkgver}.tar.gz"
'sslh.rc'
'sslh.conf')
md5sums=('bc34e9a4770d634633e70589c72708cc'
- '42f3cda8f18abdf5edcd762e6dcda5d7'
- '8275b5dd363891139398be1d0e92dd57')
+ '0680f09267c33205acf16ac6d4adf926'
+ '808199410bd6ab67421bf3544f805d1a')
build() {
cd $pkgname-$pkgver
diff --git a/community/sslh/sslh.conf b/community/sslh/sslh.conf
index 2c4e676a8..eb79e7c51 100644
--- a/community/sslh/sslh.conf
+++ b/community/sslh/sslh.conf
@@ -1,3 +1,3 @@
# vim:set ts=2 sw=2 ft=sh noet:
-DAMEON_OPTIONS='-p 192.168.0.1:443 --ssh 127.0.0.1:22 --ssl 127.0.0.1:443 -u nobody -P /var/lock/sslh.lock'
+DAEMON_OPTS='-p 192.168.0.1:443 --ssh 127.0.0.1:22 --ssl 127.0.0.1:443 -u nobody -P /var/lock/sslh.lock'
diff --git a/community/sslh/sslh.rc b/community/sslh/sslh.rc
index 1532b8c10..05b03bc3e 100644
--- a/community/sslh/sslh.rc
+++ b/community/sslh/sslh.rc
@@ -11,7 +11,7 @@ PID=$(pidof -o %PPID $DAEMON)
case "$1" in
start)
stat_busy "Starting $NAME daemon"
- [[ ! $PID ]] && $DAEMON $DAEMON_OPTIONS && add_daemon $NAME && stat_done && exit 0
+ [[ ! $PID ]] && $DAEMON $DAEMON_OPTS && add_daemon $NAME && stat_done && exit 0
stat_fail
;;
stop)