1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

Let rpcbind clean up after itself

This commit is contained in:
Doug Barton 2011-01-31 21:03:08 +00:00
parent a280fae7c3
commit 606fffda66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218142

View File

@ -13,5 +13,7 @@ name="rpcbind"
rcvar=`set_rcvar`
command="/usr/sbin/${name}"
stop_postcmd='/bin/rm -f /var/run/rpcbind.*'
load_rc_config $name
run_rc_command "$1"