ddns-scripts: always use the 'ps' output from busybox
authorFlorian Eckert <redacted>
Tue, 1 Apr 2025 07:06:49 +0000 (09:06 +0200)
committerFlorian Eckert <redacted>
Tue, 1 Apr 2025 13:40:58 +0000 (15:40 +0200)
commitea285eb4606fcea851efe85d744a95782c06c62a
tree68a22fbfff11d4da2498a09b6dfdb59bee225aa7
parent83b0c8e27d5b0c13e10d0c1f7a8bcb5f3cc3cda4
ddns-scripts: always use the 'ps' output from busybox

The 'ps' command from 'procps-ng' is used in favour of 'ps' from 'busybox'
when 'procps-ng' is installed. The problem is that the outputs are not
compatible and the ‘grep’ is different for further processing. To fix this,
always use the 'ps' command from 'busybox'.

Signed-off-by: Florian Eckert <redacted>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_functions.sh
git clone https://git.99rst.org/PROJECT