Skip to content

make pgrep work on all namespaces again

Fun requested to merge (removed):pgrep-revert-ns-default into master

The commit dcb6914f ('Support running with child namespaces') made pkill work on the current namespace by default (if --ns wasn't used), which will break a lot of scripts. However, that change made pgrep do the same, which breaks even more scripts.

I make this merge request just in case #91 (closed) is discarded.

Merge request reports