From c51af950b1ede996ca5f04c1f5a425527a00227f Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 10 Sep 2012 17:07:28 +0200 Subject: Add random plugin options to strongswan.conf.5 --- man/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/Makefile.am') 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 > $@ -- cgit v1.2.3