Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Nov 2014 17:59:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372022 - head/net/userfw
Message-ID:  <201411011759.sA1Hxgde054667@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Nov  1 17:59:41 2014
New Revision: 372022
URL: https://svnweb.freebsd.org/changeset/ports/372022
QAT: https://qat.redports.org/buildarchive/r372022/

Log:
  Start the path with / where needed

Modified:
  head/net/userfw/pkg-plist

Modified: head/net/userfw/pkg-plist
==============================================================================
--- head/net/userfw/pkg-plist	Sat Nov  1 17:58:41 2014	(r372021)
+++ head/net/userfw/pkg-plist	Sat Nov  1 17:59:41 2014	(r372022)
@@ -18,11 +18,11 @@ include/userfw/modules/ipv4.h
 include/userfw/modules/log.h
 include/userfw/modules/multiruleset.h
 include/userfw/modules/ng_userfw_connector.h
-%%KMODDIR%%/ng_userfw_connector.ko
-%%KMODDIR%%/userfw.ko
-%%KMODDIR%%/userfw_bpf.ko
-%%KMODDIR%%/userfw_counters.ko
-%%KMODDIR%%/userfw_dummynet.ko
-%%KMODDIR%%/userfw_ipfw.ko
-%%KMODDIR%%/userfw_log.ko
-%%KMODDIR%%/userfw_multiruleset.ko
+/%%KMODDIR%%/ng_userfw_connector.ko
+/%%KMODDIR%%/userfw.ko
+/%%KMODDIR%%/userfw_bpf.ko
+/%%KMODDIR%%/userfw_counters.ko
+/%%KMODDIR%%/userfw_dummynet.ko
+/%%KMODDIR%%/userfw_ipfw.ko
+/%%KMODDIR%%/userfw_log.ko
+/%%KMODDIR%%/userfw_multiruleset.ko



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411011759.sA1Hxgde054667>