diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-15 14:18:26 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-03-15 14:18:26 +0000 |
commit | 28bd885e036b29eb389e9ef1b6bd477e1738951f (patch) | |
tree | 80b46291c3aac993eb7fdb5df8370d2d38501af8 /testing | |
parent | 037ce7862f998fbf17839b275e7229c672e378f1 (diff) | |
download | strongswan-28bd885e036b29eb389e9ef1b6bd477e1738951f.tar.bz2 strongswan-28bd885e036b29eb389e9ef1b6bd477e1738951f.tar.xz |
added apache2/ocsp log directory to 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..69ad9fe02 100755 --- a/testing/scripts/build-umlhostfs +++ b/testing/scripts/build-umlhostfs @@ -68,6 +68,7 @@ do cp -rfp $BUILDDIR/hosts/${host}/etc $LOOPDIR if [ "$host" = "winnetou" ] then + mkdir $LOOPDIR/var/log/apache2/ocsp cp -rfp $UMLTESTDIR/testing/images $LOOPDIR/var/www/localhost/htdocs chroot $LOOPDIR /etc/openssl/generate-crl >> $LOGFILE 2>&1 fi |