mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
captive portal: work around renewed ordering issue; closes #2956
This commit is contained in:
parent
7829450dab
commit
8084508c3f
@ -71,6 +71,7 @@ rc_enabled()
|
||||
rc_filenames="$(${RCORDER} /etc/rc.d/[a-z]* /usr/local/etc/rc.d/[a-z]* 2> /dev/null)"
|
||||
rc_filenames_defer="
|
||||
/etc/rc.d/ipfw
|
||||
/usr/local/etc/rc.d/captiveportal
|
||||
"
|
||||
|
||||
for rc_filename in ${rc_filenames_defer}; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user