summaryrefslogtreecommitdiff
path: root/security/fpm
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-07-01 15:41:51 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-07-01 15:41:51 +0000
commit582d5895b319975c43880c10c0d46e6d0dd9ee25 (patch)
treee97ec51f7080582ed96b091534a66e2a9085cd67 /security/fpm
parentUpdate to version 1.05 (diff)
Add some info about using rndcontrol.
PR: 28556 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=44605
Diffstat (limited to 'security/fpm')
-rw-r--r--security/fpm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile
index 29c95c6dd183..7eff381a00dd 100644
--- a/security/fpm/Makefile
+++ b/security/fpm/Makefile
@@ -47,5 +47,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/fpm
.endfor
.endif
+ @${ECHO} "========================================================================="
+ @${ECHO} "Make sure you set up a few IRQ's for random generation with rndcontrol before"
+ @${ECHO} "expecting password generation to work well."
+ @${ECHO} "========================================================================="
.include <bsd.port.mk>