Annotation of embedaddon/strongswan/testing/scripts/build-rootimage, revision 1.1.1.2

1.1       misho       1: #!/bin/bash
                      2: 
                      3: echo "Building root image"
                      4: 
                      5: DIR=$(dirname `readlink -f $0`)
                      6: . $DIR/../testing.conf
                      7: 
1.1.1.2 ! misho       8: $DIR/build-strongswan --all --replace --no-guests --tarball $SWANVERSION

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>