diff options
author | Bill Nottingham <notting@redhat.com> | 2006-02-15 16:07:29 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-02-15 16:07:29 +0000 |
commit | 51d205b0140febb1aea74642ee04ec01c4e43e65 (patch) | |
tree | c527be4b123b96e4ee8550e1b7ae1ef9af89ece9 | |
parent | 4b8bda6426147791d129cb809a5e89157713a60f (diff) | |
download | initscripts-51d205b0140febb1aea74642ee04ec01c4e43e65.tar initscripts-51d205b0140febb1aea74642ee04ec01c4e43e65.tar.gz initscripts-51d205b0140febb1aea74642ee04ec01c4e43e65.tar.bz2 initscripts-51d205b0140febb1aea74642ee04ec01c4e43e65.tar.xz initscripts-51d205b0140febb1aea74642ee04ec01c4e43e65.zip |
nuke debugging
-rwxr-xr-x | sysconfig/network-scripts/ifup-bnep | 2 |
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() |