diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-07-01 15:41:51 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-07-01 15:41:51 +0000 |
commit | d02ee6f282363bc1a2592cdf12d3dd251cc348fb (patch) | |
tree | 4540ef9b7889590671dded42d597b43c8522531b /security/fpm | |
parent | 4c631e3d3f05c534152989863ad68a125b4de1b2 (diff) | |
download | FreeBSD-ports-d02ee6f282363bc1a2592cdf12d3dd251cc348fb.zip FreeBSD-ports-d02ee6f282363bc1a2592cdf12d3dd251cc348fb.tar.gz |
Add some info about using rndcontrol.
PR: 28556
Submitted by: MAINTAINER
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 29c95c6..7eff381 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> |