From 97d4e30b36628dad3b456d9c687b13720752fa73 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Sat, 1 Oct 2005 18:32:21 +0000 Subject: [PATCH] Add start and stop beep support Requested by the angry mob outside --- etc/inc/system.inc | 1 + etc/rc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 279635477e..3b26ba8cce 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -728,6 +728,7 @@ function system_reboot_sync() { } function system_reboot_cleanup() { + mwexec("/usr/local/bin/beep.sh stop"); captiveportal_radius_stop_all(); } diff --git a/etc/rc b/etc/rc index ed281e854b..94f39d1097 100755 --- a/etc/rc +++ b/etc/rc @@ -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