path: ngircd_27-2/src/testsuite/getpid.sh
# pidof(1) could be a good alternative on elder Linux systems
if [ -x /bin/pidof ]; then
	exec /bin/pidof -s "$1"
fi
