svn commit: r218540 - stable/7/etc/rc.d

Doug Barton dougb at FreeBSD.org
Fri Feb 11 05:54:47 UTC 2011


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

Log:
  MFC 218142:
  
  Let rpcbind clean up after itself

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

Modified: stable/7/etc/rc.d/rpcbind
==============================================================================
--- stable/7/etc/rc.d/rpcbind	Fri Feb 11 05:53:46 2011	(r218539)
+++ stable/7/etc/rc.d/rpcbind	Fri Feb 11 05:54:46 2011	(r218540)
@@ -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