トップ «前の日記(2013-01-01) 最新 次の日記(2013-08-17)» 編集

"yasunori's tedious diary"

2005|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|08|09|10|11|
2011|01|03|04|05|06|07|08|09|10|11|12|
2012|01|03|04|05|08|09|10|
2013|01|02|08|09|10|11|12|
2014|01|03|04|07|08|09|10|
2015|01|07|08|09|10|12|
2016|01|02|03|04|
2017|11|
2026|08|

2013-02-02

_ [コンピュータ] portsnap のメモ

CVS 経由の FreeBSD ports collection の提供が 2013/02 一杯でおわるとのことなので、portsnap に移行。

(初回)
# portsnap fetch
# portsnap extract
(2回以降)
# portsnap fetch
# portsnap update

で更新。/usr/ports に直接書き込むので、root 権限で実施。

_ [コンピュータ] freebsd-update のメモ

buildworld しないで、パッチレベルのアップデートの手順。

# freebsd-update fetch
# freebsd-update update

バージョンアップするときは
# freebsd-update fetch # freebsd-update -r VERSION_NAME upgrade

詳しい内容は ハンドブック を見る。


トップ «前の日記(2013-01-01) 最新 次の日記(2013-08-17)» 編集