aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-02-15 16:07:29 +0000
committerBill Nottingham <notting@redhat.com>2006-02-15 16:07:29 +0000
commit51d205b0140febb1aea74642ee04ec01c4e43e65 (patch)
treec527be4b123b96e4ee8550e1b7ae1ef9af89ece9
parent4b8bda6426147791d129cb809a5e89157713a60f (diff)
downloadinitscripts-51d205b0140febb1aea74642ee04ec01c4e43e65.tar
initscripts-51d205b0140febb1aea74642ee04ec01c4e43e65.tar.gz
initscripts-51d205b0140febb1aea74642ee04ec01c4e43e65.tar.bz2
initscripts-51d205b0140febb1aea74642ee04ec01c4e43e65.tar.xz
initscripts-51d205b0140febb1aea74642ee04ec01c4e43e65.zip
nuke debugging
-rwxr-xr-xsysconfig/network-scripts/ifup-bnep2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-bnep b/sysconfig/network-scripts/ifup-bnep
index b28e286f..787e1c6d 100755
--- a/sysconfig/network-scripts/ifup-bnep
+++ b/sysconfig/network-scripts/ifup-bnep
@@ -13,7 +13,7 @@ source_config
# On hotplug events, just bring the virtual device up as if it's normal Ethernet
if [ -n "$IN_HOTPLUG" ]; then
- exec sh -x /etc/sysconfig/network-scripts/ifup-eth ${CONFIG} $2 &>/tmp/fish2
+ exec sh -x /etc/sysconfig/network-scripts/ifup-eth ${CONFIG} $2
fi
start_panu()