summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 69edcf4..89d9734 100644
--- a/etc/rc
+++ b/etc/rc
@@ -28,6 +28,12 @@
# $FreeBSD$
#
+# Call pfSense version of this script when it's available
+if [ -f /etc/pfSense-rc ]; then
+ . /etc/pfSense-rc
+ exit 0
+fi
+
# System startup script run by init on autoboot
# or after single-user.
# Output and error are redirected to console by init,
OpenPOWER on IntegriCloud