Browse Source

strongswan: changed to use default prefix (IssueID #82)

stable/0.2
Christian Wiese 14 years ago
parent
commit
8083eafacd
  1. 6
      security/strongswan/strongswan.conf

6
security/strongswan/strongswan.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../strongswan/strongswan.conf # Filename: package/.../strongswan/strongswan.conf
# Copyright (C) 2010 The OpenSDE Project # Copyright (C) 2010 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -14,8 +14,8 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then if [ $prefix_auto = 1 ] ; then
prefix="opt/strongswan" # use a dedicated sysconfdir instead of installing into /etc
set_confopt sysconfdir="$sysconfdir/$pkg"
fi fi
# we patch in 'm4/config/lib-prefix.m4' which gets normally shipped with # we patch in 'm4/config/lib-prefix.m4' which gets normally shipped with

Loading…
Cancel
Save