Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bdb07eeb423577af766674e6f7d490a5f2e2ee30

commit bdb07eeb423577af766674e6f7d490a5f2e2ee30
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Tue Sep 21 11:00:08 2010 +0200

stunnel-4.34-1-i686

- version bump
- fix service stunnel status once again

diff --git a/source/network-extra/stunnel/FrugalBuild 
b/source/network-extra/stunnel/FrugalBuild
index 161cdc0..ea460f4 100644
--- a/source/network-extra/stunnel/FrugalBuild
+++ b/source/network-extra/stunnel/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Miklos Vajna <vmik...@frugalware.org>

pkgname=stunnel
-pkgver=4.33
-pkgrel=3
+pkgver=4.34
+pkgrel=1
pkgdesc="Universal SSL Wrapper"
url="http://www.stunnel.org/";
depends=('zlib' 'openssl>=1.0.0' 'tcp_wrappers')
diff --git a/source/network-extra/stunnel/rc.stunnel 
b/source/network-extra/stunnel/rc.stunnel
index e773db6..f5c8b11 100644
--- a/source/network-extra/stunnel/rc.stunnel
+++ b/source/network-extra/stunnel/rc.stunnel
@@ -17,7 +17,7 @@ daemon=$"stunnel"
# this is necessary because the pidfile must be created inside the
# chroot, but rc.bootclean does not touch our chroot
pidfile=/var/lib/stunnel/stunnel.pid
-pid="[ -e $pidfile -a -d /proc/$(cat $pidfile) ] && echo t"
+pid="[ -e $pidfile -a -d /proc/$(cat $pidfile) ] && echo $(cat $pidfile)"

rc_start()
{
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to