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();
|