aboutsummaryrefslogtreecommitdiffstats
path: root/ppp/ip-down.ipv6to4
diff options
context:
space:
mode:
Diffstat (limited to 'ppp/ip-down.ipv6to4')
-rw-r--r--ppp/ip-down.ipv6to46
1 files changed, 0 insertions, 6 deletions
diff --git a/ppp/ip-down.ipv6to4 b/ppp/ip-down.ipv6to4
index fa640d7a..9ca7250a 100644
--- a/ppp/ip-down.ipv6to4
+++ b/ppp/ip-down.ipv6to4
@@ -97,9 +97,6 @@ if [ $IPV6TO4INIT != "yes" ]; then
fi
if [ "$valid6to4config" = "yes" ]; then
- # Beep
- if [ -x /usr/bin/beep ]; then /usr/bin/beep -f 2666; else echo -en "\a" >/dev/console; fi
-
if [ "$IPV6_CONTROL_RADVD" = "yes" ]; then
# Control running radvd
ipv6_trigger_radvd down "$IPV6_RADVD_TRIGGER_ACTION" $IPV6_RADVD_PIDFILE
@@ -115,7 +112,4 @@ if [ "$valid6to4config" = "yes" ]; then
# Delete all configured 6to4 address
ipv6_cleanup_6to4_tunnels tun6to4
-
- # Beep
- if [ -x /usr/bin/beep ]; then /usr/bin/beep -f 2000; else echo -en "\a" >/dev/console; fi
fi