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

Dag-Erling Smørgrav des at FreeBSD.org
Tue Feb 5 12:18:40 UTC 2013


Author: des
Date: Tue Feb  5 12:18:39 2013
New Revision: 246358
URL: http://svnweb.freebsd.org/changeset/base/246358

Log:
  Load the pfsync module if necessary.
  
  Reviewed by:	glebius@
  MFC after:	1 week

Modified:
  head/etc/rc.d/pfsync

Modified: head/etc/rc.d/pfsync
==============================================================================
--- head/etc/rc.d/pfsync	Tue Feb  5 09:53:32 2013	(r246357)
+++ head/etc/rc.d/pfsync	Tue Feb  5 12:18:39 2013	(r246358)
@@ -35,6 +35,7 @@ pfsync_start()
 	if [ -n "${pfsync_syncpeer}" ]; then
 		_syncpeer="syncpeer ${pfsync_syncpeer}"
 	fi
+	load_kld pfsync
 	ifconfig pfsync0 $_syncpeer syncdev $pfsync_syncdev $pfsync_ifconfig up
 }
 


More information about the svn-src-all mailing list