CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/10 14:11:42
Modified files:
libexec/reorder_kernel: reorder_kernel.sh
Log message:
Simplify NFS check
Instead of getting all filesystems with df(1), filter /usr/share/ and check
with mount(1) whether it's NFS, make df error out directly if the
filesystem type matches nfs.
OK sthen tb
