diff options
Diffstat (limited to 'network-scripts/ifup-post')
-rwxr-xr-x | network-scripts/ifup-post | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/network-scripts/ifup-post b/network-scripts/ifup-post index f8a91add..e1c5e391 100755 --- a/network-scripts/ifup-post +++ b/network-scripts/ifup-post @@ -141,9 +141,6 @@ if [ "${REALDEVICE}" != "lo" ]; then > /dev/null 2>&1 fi -# Notify programs that have requested notification -do_netreport - if [ -x /sbin/ifup-local ]; then /sbin/ifup-local ${DEVICE} fi |