aboutsummaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-09-10 17:07:28 +0200
committerMartin Willi <martin@revosec.ch>2012-09-10 17:07:51 +0200
commitc51af950b1ede996ca5f04c1f5a425527a00227f (patch)
tree2a1287b481ca64ae7c1b19773450abb854be2ae2 /man/Makefile.am
parent7b68cd92127a85835d2c0808c2b5981a98ab5350 (diff)
downloadstrongswan-c51af950b1ede996ca5f04c1f5a425527a00227f.tar.bz2
strongswan-c51af950b1ede996ca5f04c1f5a425527a00227f.tar.xz
Add random plugin options to strongswan.conf.5
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index a74a901b8..ea04303bd 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -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 > $@