Revision eb60dfb0
Added by Colin Smith almost 20 years ago
etc/rc.bootup | ||
---|---|---|
210 | 210 |
/* start the captive portal */ |
211 | 211 |
captiveportal_configure(); |
212 | 212 |
|
213 |
/* execute the rc scripts of extensions */ |
|
214 |
system_do_extensions(); |
|
215 |
|
|
216 | 213 |
/* run any shell commands specified in config.xml */ |
217 | 214 |
system_do_shell_commands(); |
218 | 215 |
|
... | ... | |
247 | 244 |
unlink("{$g['varrun_path']}/booting"); |
248 | 245 |
$g['booting'] = FALSE; |
249 | 246 |
|
250 |
?> |
|
247 |
?> |
Also available in: Unified diff
No more system_do_extensions().