]> git.ipfire.org Git - thirdparty/util-linux.git/commit
sys-utils: warns if mqueue fs is not mounted
authorPrasanna Paithankar <paithankarprasanna@gmail.com>
Mon, 3 Feb 2025 13:07:01 +0000 (18:37 +0530)
committerPrasanna Paithankar <paithankarprasanna@gmail.com>
Mon, 3 Feb 2025 13:07:01 +0000 (18:37 +0530)
commit64ae7b75c040e8f7ff0ceab5a6a75df160d8c891
treee5d63ee66ae9af7b5cdeeab14affaa1014cdd4dc
parent0f5e95f22866619c61eed8549c71accc8ab24beb
sys-utils: warns if mqueue fs is not mounted

- Add a check to see if mqueue fs is mounted before using it, and warn
  the user if it is not mounted.
- bash completion for ipcrm is fixed to make it independent of awk.

Signed-off-by: Prasanna Paithankar <paithankarprasanna@gmail.com>
bash-completion/ipcrm
meson.build
sys-utils/Makemodule.am
sys-utils/ipcutils.c
sys-utils/ipcutils.h
sys-utils/lsipc.c