diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-15 13:33:42 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-15 13:33:42 +0000 |
commit | d4f0e636b5f81261dabe248504295e20db2e3e6e (patch) | |
tree | 6206a63e534e180e4fbf79e594b06369d7e77102 /testing | |
parent | bcee8816a518d145f1a54d787ce58ba37b34903a (diff) | |
download | strongswan-d4f0e636b5f81261dabe248504295e20db2e3e6e.tar.bz2 strongswan-d4f0e636b5f81261dabe248504295e20db2e3e6e.tar.xz |
create /var/log/apache2/ocsp on winnetou
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/scripts/build-umlhostfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/build-umlhostfs b/testing/scripts/build-umlhostfs index e77bfc025..a7fdf96b3 100755 --- a/testing/scripts/build-umlhostfs +++ b/testing/scripts/build-umlhostfs @@ -70,6 +70,7 @@ do then cp -rfp $UMLTESTDIR/testing/images $LOOPDIR/var/www/localhost/htdocs chroot $LOOPDIR /etc/openssl/generate-crl >> $LOGFILE 2>&1 + mkdir $LOOPDIR/var/log/apache2/ocsp fi chroot $LOOPDIR /etc/init.d/depscan.sh --update >> $LOGFILE 2>&1 umount $LOOPDIR |