Revision c377a909
Added by Seth Mos almost 14 years ago
etc/inc/services.inc | ||
---|---|---|
51 | 51 |
echo "services_rtadvd_configure() being called $mt\n"; |
52 | 52 |
} |
53 | 53 |
|
54 |
/* we need to shut down the rtadvd cleanly, otherwise it will send out the prefix |
|
55 |
* information with a lifetime of 0 to notify clients of a (possible) new prefix */ |
|
54 | 56 |
if(is_process_running("rtadvd")) { |
55 |
mwexec("killall rtadvd", true); |
|
57 |
log_error("Shutting down Router Advertisment daemon cleanly") |
|
58 |
mwexec("killall rtadvd"); |
|
56 | 59 |
} |
57 | 60 |
|
58 | 61 |
if (!is_array($config['dhcpdv6'])) |
Also available in: Unified diff
Add a comment in the code and a log message to notify the shutdown of rtadvd