Browse Source

strongswan: cleaned up settings when 'prefix_auto=1' (no need to check non-exisiting variables)

user/amery/mess
Christian Wiese 14 years ago
committed by Christian Wiese
parent
commit
22daae9158
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      security/strongswan/strongswan.conf

+ 2
- 6
security/strongswan/strongswan.conf

@ -14,12 +14,8 @@
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
if [ "$ROCKCFG_PKG_STRONGSWAN_PREFIX" ] ; then
prefix="$ROCKCFG_PKG_STRONGSWAN_PREFIX"
else
prefix="opt/strongswan"
fi
set_confopt
prefix="opt/strongswan"
set_confopt
fi
# checking if we can enable CRL fetching using HTTP

Loading…
Cancel
Save