FreeBSD Ports安装重新设置安装选项
FreeBSD Ports安装重新设置安装选项
Posted by
家鑫
in 09月 1st, 2008
Posted in:
freebsd
Tags:
freebsd
,
ports
安装 ports 时,原本应该出现的清单选项不见了这是由於系统会纪录曾安装过 ports 的当时所选择的清单选项,因此有时会因为安装时出了问题,或是再一次安装时,就不会出现清单可以选择。如何让清单选项重新出现呢?
代码:
make clean
make showconfig # 显示设定的内容
make rmconfig # 清除设定的内容
make config
之前设定 ports 的选项预设会纪录在 /var/db/ports/{ports_name}/optio内容中。如要查看之前 python 有选择的清单选项:
代码:
cat /var/db/ports/python/optio
转自:
http://blog.chinaunix.net/u2/78845/
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/78845/showart_2045130.html
页:
[1]