前回のアップデートと同じように更新。
と思ったら、build.sh install を実行すると etcupdate が自動的に実行されてた。前回はどうだったのかな。
$ sudo ./build.sh -O ../obj -T ../tools -U install=/
...
obsolete check:
Remove obsolete file ///lib/libcrypto.so.8.0
Remove obsolete link ///usr/lib/libcrypto.so.8.0
Remove obsolete file ///usr/lib/libdes.so.8.1
Remove obsolete file ///usr/lib/libssl.so.10.0
ptyfsoldnodes check:
postinstall checks passed: bluetooth ddbonpanic defaults dhcpcd envsys fontconfig gid gpio hosts iscsi makedev motd named pam periodic pf pwd_mkdb rc ssh wscons x11 xkb uid varrwho tcpdumpchroot atf catpages ptyfsoldnodes
postinstall checks failed: mtree obsolete
To fix, run:
/bin/sh /u5/NetBSD/src/usr.sbin/postinstall/postinstall -s '/u5/NetBSD/src' -d // fix mtree obsolete
Note that this may overwrite local changes.
...
postinstall を手動で実行するところは前回と同じ。/home/NetBSD は /u5/NetBSD へのシンボリックリンクなので実パスが表示されている。
$ sudo /bin/sh /u5/NetBSD/src/usr.sbin/postinstall/postinstall -s '/u5/NetBSD/src' -d // fix mtree obsolete
Source directory: /u5/NetBSD/src
Target directory: //
mtree fix:
Copied /tmp/_postinstall.7561.0/NetBSD.dist to ///etc/mtree/NetBSD.dist
obsolete fix:
Removed obsolete file ///lib/libcrypto.so.8.0
Removed obsolete link ///usr/lib/libcrypto.so.8.0
Removed obsolete file ///usr/lib/libdes.so.8.1
Removed obsolete file ///usr/lib/libssl.so.10.0
postinstall fixes passed: mtree obsolete
postinstall fixes failed:
$