Author: glebius
Date: Fri Jan 18 13:16:02 2013
New Revision: 245604
URL: http://svnweb.freebsd.org/changeset/base/245604

Log:
  Belatedly merge etc part of r229850. pfsync.ko is working.
  
  Noticed by:   des

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    Fri Jan 18 13:08:17 2013        (r245603)
+++ stable/9/etc/rc.d/pfsync    Fri Jan 18 13:16:02 2013        (r245604)
@@ -18,13 +18,6 @@ required_modules="pf"
 
 pfsync_prestart()
 {
-       # XXX Currently pfsync cannot be a module as it must register
-       # a network protocol in a static kernel table.
-       if ! kldstat -q -m pfsync; then
-               warn "pfsync(4) must be statically compiled in the kernel."
-               return 1
-       fi
-
        case "$pfsync_syncdev" in
        '')
                warn "pfsync_syncdev is not set."
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to