Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 50767 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +2 lines)
Line 57 Link Here
57
    for c in `/bin/ls *.conf 2>/dev/null`; do
57
    for c in `/bin/ls -d *.conf 2>/dev/null`; do
58
--
Line 63 Link Here
63
	$openvpn --daemon openvpn-$bn --writepid $piddir/$bn.pid --config $c --cd $work
63
	$openvpn --daemon openvpn-$bn --writepid $piddir/$bn.pid --config $c/$c --cd $work/$c
64
--

Return to bug 50767