===============
* Upgraded SELinux code to new api, thanks to Chris PeBenito
* define rpmatch for libraries that dont have it
- * Fixed small typos in help thanks to Benno Schulenberg
+ * Fixed small typos in help, thanks to Benno Schulenberg
fixes SF# 1150042
* fusernew - this will be the new fuser once it gets tested on
those strange setups folks out there have
+ * Completed change from Flask to SELinux, thanks to Benno Schulenberg
Changes in 21.6
===============
* Fixed --enable-flask logic SF#1094205
* Added Norwegian Bokmaal translation
* Fixed groff madness with fuser(1) Debian #298199
+ * Added Dutch translation
Changes in 21.5
===============
static void
usage_killall (void)
{
+#ifdef WITH_SELINUX
+ fprintf(stderr, _(
+ "Usage: killall [-Z CONTEXT] [ -egiqvw ] [ -SIGNAL ] NAME...\n"));
+#else /*WITH_SELINUX*/
+ fprintf(stderr, _(
+ "Usage: killall [OPTIONS]... [--] NAME...\n"));
+#endif /*WITH_SELINUX*/
fprintf(stderr, _(
- "Usage: killall [OPTIONS]... [--] NAME...\n"
" killall -l, --list\n"
" killall -V, --version\n\n"
" -e,--exact require exact match for very long names\n"