diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-07-01 23:41:51 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-07-01 23:41:51 +0800 |
commit | d02ee6f282363bc1a2592cdf12d3dd251cc348fb (patch) | |
tree | 4540ef9b7889590671dded42d597b43c8522531b /security | |
parent | 4c631e3d3f05c534152989863ad68a125b4de1b2 (diff) | |
download | freebsd-ports-gnome-d02ee6f282363bc1a2592cdf12d3dd251cc348fb.tar.gz freebsd-ports-gnome-d02ee6f282363bc1a2592cdf12d3dd251cc348fb.tar.zst freebsd-ports-gnome-d02ee6f282363bc1a2592cdf12d3dd251cc348fb.zip |
Add some info about using rndcontrol.
PR: 28556
Submitted by: MAINTAINER
Diffstat (limited to 'security')
-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> |