mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-20 00:00:41 -05:00
Add /usr/local/lib/ipsec to linker cache
This commit is contained in:
parent
b491ee4ecd
commit
0e1d008d71
1
testing/hosts/default/etc/ld.so.conf.d/strongswan.conf
Normal file
1
testing/hosts/default/etc/ld.so.conf.d/strongswan.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
/usr/local/lib/ipsec
|
||||||
@ -46,6 +46,8 @@ do
|
|||||||
execute "mount $NBDPARTITION $LOOPDIR" 0
|
execute "mount $NBDPARTITION $LOOPDIR" 0
|
||||||
execute "cp -rf $HOSTSDIR/${host}/etc $LOOPDIR" 0
|
execute "cp -rf $HOSTSDIR/${host}/etc $LOOPDIR" 0
|
||||||
execute "cp -rf $HOSTSDIR/default/* $LOOPDIR" 0
|
execute "cp -rf $HOSTSDIR/default/* $LOOPDIR" 0
|
||||||
|
execute_chroot "ldconfig" 0
|
||||||
|
|
||||||
if [ "$host" = "winnetou" ]
|
if [ "$host" = "winnetou" ]
|
||||||
then
|
then
|
||||||
execute "mkdir $LOOPDIR/var/log/apache2/ocsp" 0
|
execute "mkdir $LOOPDIR/var/log/apache2/ocsp" 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user