Merge pull request #1889 from SimonFair/ntp-fix

killall and pgrep updates.
This commit is contained in:
tom mortensen
2024-10-10 17:02:59 -07:00
committed by GitHub
26 changed files with 41 additions and 57 deletions
@@ -16,7 +16,7 @@ case "$1" in
else
echo "Not available"
fi;
pgrep -f "/sbin/reiserfsck $2" >/dev/null
pgrep --ns $$ -f "/sbin/reiserfsck $2" >/dev/null
;;
'cancel')
pkill -f "/sbin/reiserfsck $2"