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

commit bc463c678550f84a5da11cb40e966167c1773f2f
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Mon Aug 22 01:00:22 2011 +0200

stunnel-4.42-1-i686

- version bump

diff --git a/source/network-extra/stunnel/FrugalBuild 
b/source/network-extra/stunnel/FrugalBuild
index 45cea93..747022b 100644
--- a/source/network-extra/stunnel/FrugalBuild
+++ b/source/network-extra/stunnel/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna <vmik...@frugalware.org>

pkgname=stunnel
-pkgver=4.39
+pkgver=4.42
pkgrel=1
pkgdesc="Universal SSL Wrapper"
url="http://www.stunnel.org/";
@@ -12,8 +12,8 @@ groups=('network-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump http://www.stunnel.org/?page=versions|grep -m1 'Version 
'|sed 's/.*Version \(.*\) released.*/\1/'"
source=(http://mirror.bit.nl/stunnel/stunnel-$pkgver.tar.gz \
-       rc.stunnel README.Frugalware stunnel.service)
-signatures=($source.asc '' '' '')
+       README.Frugalware stunnel.service)
+signatures=($source.asc '' '')

build()
{
@@ -26,8 +26,7 @@ build()
Ffilerel /etc/stunnel/stunnel.cnf
Fmkdir /var/lib/stunnel
chown 99:99 $Fdestdir/var/lib/stunnel
-       Frcd2
-       # TODO submit this upstream after Frugalware-1.5
+       # Tried to submit this on 2011-03-11, no reply so far.
Ffile /lib/systemd/system/stunnel.service
}

diff --git a/source/network-extra/stunnel/rc.stunnel 
b/source/network-extra/stunnel/rc.stunnel
deleted file mode 100644
index f5c8b11..0000000
--- a/source/network-extra/stunnel/rc.stunnel
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-
-# (c) 2007 Miklos Vajna <vmik...@frugalware.org>
-# rc.stunnel for Frugalware
-# distributed under GPL License
-
-# chkconfig: 2345 99 01
-# description: Universal SSL Wrapper
-
-source /lib/initscripts/functions
-TEXTDOMAIN=stunnel
-TEXTDOMAINDIR=/lib/initscripts/messages
-
-actions=(restart status start stop)
-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 $(cat $pidfile)"
-
-rc_start()
-{
-       start_msg
-       if [ -z "$(eval $pid)" -a -e /etc/stunnel/stunnel.conf ]; then
-               stunnel
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_stop()
-{
-       stop_msg
-       if [ -n "$(eval $pid)" ]; then
-               kill $(eval $pid)
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_exec $1
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to