Browse Source

* improved openvpn to disable lzo compression support and echo a

warning if the lzo package is not installed 


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20228 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
d5912c5b80
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      network/openvpn/openvpn.conf

+ 5
- 0
network/openvpn/openvpn.conf

@ -17,3 +17,8 @@ var_append confopt ' ' "--enable-password-save"
# iproute2 support # iproute2 support
pkginstalled iproute2 && var_append confopt ' ' "--enable-iproute2" pkginstalled iproute2 && var_append confopt ' ' "--enable-iproute2"
if ! pkginstalled lzo ; then
var_append confopt ' ' "--disable-lzo"
echo_warning "LZO Compression Support disabled! (lzo package not installed)"
fi

Loading…
Cancel
Save