Add start and stop beep support

Requested by the angry mob outside
This commit is contained in:
Seth Mos 2005-10-01 18:32:21 +00:00
parent fa94531eab
commit 97d4e30b36
2 changed files with 3 additions and 0 deletions

View File

@ -728,6 +728,7 @@ function system_reboot_sync() {
}
function system_reboot_cleanup() {
mwexec("/usr/local/bin/beep.sh stop");
captiveportal_radius_stop_all();
}

2
etc/rc
View File

@ -209,6 +209,8 @@ rm -rf /usr/local/pkg/pf/CVS
/usr/local/sbin/check_reload_status >/dev/null &
/usr/local/bin/beep.sh start
echo "Bootup complete"
exit 0