svn commit: r218539 - stable/8/etc/rc.d

Doug Barton dougb at FreeBSD.org
Fri Feb 11 05:53:46 UTC 2011


Author: dougb
Date: Fri Feb 11 05:53:46 2011
New Revision: 218539
URL: http://svn.freebsd.org/changeset/base/218539

Log:
  MFC 218142:
  
  Let rpcbind clean up after itself

Modified:
  stable/8/etc/rc.d/rpcbind
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/rc.d/rpcbind
==============================================================================
--- stable/8/etc/rc.d/rpcbind	Fri Feb 11 05:50:28 2011	(r218538)
+++ stable/8/etc/rc.d/rpcbind	Fri Feb 11 05:53:46 2011	(r218539)
@@ -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-all mailing list