OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=63
12 lines
283 B
Diff
12 lines
283 B
Diff
--- src/stunnel3.in
|
|
+++ src/stunnel3.in
|
|
@@ -22,7 +22,7 @@
|
|
use Getopt::Std;
|
|
|
|
# Configuration - path to stunnel (version >=4.05)
|
|
-$stunnel_bin='@prefix@/bin/stunnel';
|
|
+$stunnel_bin='@prefix@/sbin/stunnel';
|
|
|
|
# stunnel3 script body begins here
|
|
($read_fd, $write_fd)=POSIX::pipe();
|