Skip to content

Do not treat missing swap as error on OpenBSD and NetBSD

Klemens Nanni requested to merge kn/xfce4-taskmanager:openbsd-no-swap into master

https://man.openbsd.org/swapctl.2 SWAP_NSWAP is always successful.

Do not treat a count of zero as error such that the task manager becomes usable on systems without any swap configured.

Fix #67 (closed).

Merge request reports