FS#10468 - stunnel: daemon script needs to be updated

Attached to Project: Arch Linux
Opened by Eric Belanger (Snowman) - Thursday, 22 May 2008, 03:39 GMT
Last edited by Kevin Piche (kpiche) - Wednesday, 25 June 2008, 03:42 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Kevin Piche (kpiche)
Architecture All
Severity High
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The daemon script needs to be updated. It tries to use /usr/sbin/stunnel but the package install the binairies in /usr/bin. Therefore, the daemon script fails to start (and work).
This task depends upon

Closed by  Kevin Piche (kpiche)
Wednesday, 25 June 2008, 03:42 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in stunnel 4.25-1
Comment by Eric Belanger (Snowman) - Thursday, 22 May 2008, 03:42 GMT
Also, the line:
/bin/install -D -m 755 $startdir/stunnel $startdir/pkg/etc/rc.d/stunnel
needs to be changed to:
/bin/install -D -m 755 $startdir/src/stunnel $startdir/pkg/etc/rc.d/stunnel
Comment by Aaron Griffin (phrakture) - Thursday, 22 May 2008, 16:32 GMT
Or better yet:
/bin/install -D -m 755 $srcdir/stunnel $pkgdir/etc/rc.d/stunnel

(srcdir and pkgdir are new-ish, but they may be safe to use now)
Comment by Glenn Matthys (RedShift) - Tuesday, 17 June 2008, 08:56 GMT
I flagged stunnel out-of-date (currently release is 4.25 as of 2008-06-01), i686 is at 4.24 and x86_64 at 4.20. I've added a link to this bug in my out-of-date comment flagging.

Loading...