Add random plugin options to strongswan.conf.5

This commit is contained in:
Martin Willi
2012-09-10 17:07:51 +02:00
parent 7b68cd9212
commit c51af950b1
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -7,5 +7,7 @@ SUFFIXES = .in
.in:
sed \
-e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
-e "s:@DEV_URANDOM@:$(urandom_device):" \
-e "s:@DEV_RANDOM@:$(random_device):" \
$(srcdir)/$@.in > $@