summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-23 05:41:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-23 05:41:49 +0000
commita1ad1bc38531147013e200ac2330e21b87fda434 (patch)
tree9c0326e80925f25ac3c4a484f68753cf3030561a /etc/rc
parent6944dd736ec0af8f74370410d84b95dc89b1761e (diff)
downloadpfsense-a1ad1bc38531147013e200ac2330e21b87fda434.zip
pfsense-a1ad1bc38531147013e200ac2330e21b87fda434.tar.gz
Allow package plugins to adjust rules
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 4f702a3..f7e618f 100755
--- a/etc/rc
+++ b/etc/rc
@@ -86,5 +86,8 @@ for FILE in /usr/local/etc/rc.d/*.sh; do
fi
done
+# one more pass to give package plugins a chance to adjust
+/etc/rc.filter_configure
+
exit 0
OpenPOWER on IntegriCloud