aboutsummaryrefslogtreecommitdiffstats
path: root/ppp
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-06-02 03:38:52 +0000
committerBill Nottingham <notting@redhat.com>2003-06-02 03:38:52 +0000
commit4e76103d075c5bf1576d37cdd4fbbd259b712446 (patch)
tree33e77dc8a11103c96445e8414d224a2916512bcf /ppp
parente956fb172d00dc564cc50f2a33a0feb9ddd53839 (diff)
downloadinitscripts-4e76103d075c5bf1576d37cdd4fbbd259b712446.tar
initscripts-4e76103d075c5bf1576d37cdd4fbbd259b712446.tar.gz
initscripts-4e76103d075c5bf1576d37cdd4fbbd259b712446.tar.bz2
initscripts-4e76103d075c5bf1576d37cdd4fbbd259b712446.tar.xz
initscripts-4e76103d075c5bf1576d37cdd4fbbd259b712446.zip
beep? erhm, no. (#92019)
Diffstat (limited to 'ppp')
-rw-r--r--ppp/ip-down.ipv6to46
-rw-r--r--ppp/ip-up.ipv6to46
2 files changed, 0 insertions, 12 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
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