1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- fix a message: 'options FAST_IPSEC' changed to 'options IPSEC' for 7.0+

This commit is contained in:
Sergey Matveychuk 2008-04-25 15:42:13 +00:00
parent 9cec97dd84
commit e2d8a9a44d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211951

View File

@ -198,7 +198,11 @@ post-install:
@${ECHO} "Note!!! To use MD5 passwords on BGP sessions, your kernel must"
@${ECHO} "be built with the following options:"
@${ECHO} " options TCP_SIGNATURE"
.if ${OSVERSION} < 700000
@${ECHO} " options FAST_IPSEC"
.else
@${ECHO} " options IPSEC"
.endif
@${ECHO} " device crypto"
@${ECHO} " device cryptodev"
@${ECHO} ""