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"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"