diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-01 15:41:51 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-01 15:41:51 +0000 |
commit | 582d5895b319975c43880c10c0d46e6d0dd9ee25 (patch) | |
tree | e97ec51f7080582ed96b091534a66e2a9085cd67 /security/fpm | |
parent | 3b767a77fae708d775ec151fce73284f5d3b3a03 (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/Makefile | 4 |
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> |