Changeset cdafab27 for installer/resources/i2prouter
- Timestamp:
- May 4, 2016 1:40:50 PM (5 years ago)
- Branches:
- master
- Children:
- 0839b46
- Parents:
- 1368548
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/i2prouter
r1368548 rcdafab27 207 207 freebsd10() { 208 208 echo 209 echo "The current version of the Tanuki wrapper does not"210 echo " support FreeBSD 10."209 echo "The current version of the Tanuki wrapper that is bundled" 210 echo "with I2P does not support FreeBSD 10." 211 211 echo 212 echo "See https://trac.i2p2.de/ticket/1118 for more information" 213 echo "and a workaround for this issue." 212 echo "See http://trac.i2p2.de/ticket/1118#comment:13 for a work-around." 213 echo "After applying the work-around, as a normal user or a dedicated" 214 echo "i2p user, you can then run:" 215 echo "$ ./i2prouter start" 214 216 echo 215 echo " In the meantime, you may start I2P by running the script"217 echo "Or, you may also start I2P by running the script:" 216 218 echo "${I2P}/runplain.sh" 217 219 echo … … 228 230 *) 229 231 # We should never get here on recent versions of FreeBSD 230 if ! $(pkg _info -E 'libiconv*' > /dev/null 2>&1); then232 if ! $(pkg info -E 'libiconv*' > /dev/null 2>&1); then 231 233 echo 232 234 echo "The wrapper requires libiconv." 233 235 echo 234 echo "It can be installed with pkg _add -rlibiconv"236 echo "It can be installed with pkg install libiconv" 235 237 echo 236 238 fi
Note: See TracChangeset
for help on using the changeset viewer.