svn commit: r525976 - in head/security/munge: . files

Mathieu Arnold mat at FreeBSD.org
Wed Feb 12 22:30:53 UTC 2020


On Wed, Feb 12, 2020 at 10:00:05PM +0000, Muhammad Moinur Rahman wrote:
> -		kill -9 `cat ${pidfile}`
> -		sleep 1 # wait a little bit
> -		rm -f /var/run/munge/*
> +		kill `cat ${pidfile}`

Note that "kill `cat ...`" can be written more simply as "pkill -F ..."

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20200212/14b91163/attachment.sig>


More information about the svn-ports-head mailing list