From 4e76103d075c5bf1576d37cdd4fbbd259b712446 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 2 Jun 2003 03:38:52 +0000 Subject: beep? erhm, no. (#92019) --- ppp/ip-down.ipv6to4 | 6 ------ ppp/ip-up.ipv6to4 | 6 ------ 2 files changed, 12 deletions(-) (limited to 'ppp') 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 diff --git a/ppp/ip-up.ipv6to4 b/ppp/ip-up.ipv6to4 index 37fdbb75..609e02c4 100644 --- a/ppp/ip-up.ipv6to4 +++ b/ppp/ip-up.ipv6to4 @@ -108,9 +108,6 @@ if [ "$IPV6TO4INIT" = "yes" ]; then fi if [ "$valid6to4config" = "yes" ]; then - # Beep - if [ -x /usr/bin/beep ]; then /usr/bin/beep -f 2000; else echo -en "\a" >/dev/console; fi - # Delete routes to local networks for devsuf in $IPV6TO4_ROUTING; do dev="`echo $devsuf | awk -F- '{ print $1 }'`" @@ -198,8 +195,5 @@ if [ "$IPV6TO4INIT" = "yes" ]; then echo $"radvd control enabled, but config is not complete" fi fi - - # Beep - if [ -x /usr/bin/beep ]; then /usr/bin/beep -f 2666; else echo -en "\a" >/dev/console; fi fi fi -- cgit v1.2.1