Author: des
Date: Wed Apr 3 11:00:50 2013
New Revision: 249046
URL: http://svnweb.freebsd.org/changeset/base/249046
Log:
MFH (r246358): load pfsync.ko if necessary.
Modified:
stable/9/etc/rc.d/pfsync
Directory Properties:
stable/9/etc/ (props changed)
Modified: stable/9/etc/rc.d/pfsync
==============================================================================
--- stable/9/etc/rc.d/pfsync Wed Apr 3 10:49:05 2013 (r249045)
+++ stable/9/etc/rc.d/pfsync Wed Apr 3 11:00:50 2013 (r249046)
@@ -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
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"