svn commit: r218142 - head/etc/rc.d

Doug Barton dougb at FreeBSD.org
Mon Jan 31 21:03:08 UTC 2011


Author: dougb
Date: Mon Jan 31 21:03:08 2011
New Revision: 218142
URL: http://svn.freebsd.org/changeset/base/218142

Log:
  Let rpcbind clean up after itself

Modified:
  head/etc/rc.d/rpcbind

Modified: head/etc/rc.d/rpcbind
==============================================================================
--- head/etc/rc.d/rpcbind	Mon Jan 31 20:00:43 2011	(r218141)
+++ head/etc/rc.d/rpcbind	Mon Jan 31 21:03:08 2011	(r218142)
@@ -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"


More information about the svn-src-head mailing list