Use variable and shorter logic for NFS check
authorkn <kn@openbsd.org>
Mon, 7 Nov 2022 15:55:56 +0000 (15:55 +0000)
committerkn <kn@openbsd.org>
Mon, 7 Nov 2022 15:55:56 +0000 (15:55 +0000)
commitf29e23ab45096ade979f325832e63330dcd2984a
tree30d815538d73ba2c942f6ba7c9a98a5bd53c64f2
parentea243a6e6379d3a4c4fedb5b66b01c43f2c5b440
Use variable and shorter logic for NFS check

No need to hardcode a parent path if we can reuse an existing variable for
the specific path that is in being used.

Negate the file system type in df(1) so the `|| exit 1' can be dropped
in favour of the errexit option, as is done for everything else in there.

Clarify the comment how this is intentionally NOT logged, i.e. the test
happens before the error trap/syslog/logfile handling.

OK millert
libexec/reorder_kernel/reorder_kernel.sh