svn commit: r245604 - stable/9/etc/rc.d

Gleb Smirnoff glebius at FreeBSD.org
Fri Jan 18 13:16:03 UTC 2013


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."


More information about the svn-src-all mailing list