]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
revert accidental checkin: ifup with debug option in
authorroopa <roopa@cumulusnetworks.com>
Tue, 25 Feb 2014 05:17:19 +0000 (21:17 -0800)
committerroopa <roopa@cumulusnetworks.com>
Tue, 25 Feb 2014 05:17:19 +0000 (21:17 -0800)
/etc/init.d/networking

Ticket: CM-1438
Reviewed By:
Testing Done:

init.d/networking

index 89aad5ae89e8192b11bcdccf3420103156a74db5..1225bd16e7a87717bde5308eda1b8c5a6d1d8976 100644 (file)
@@ -125,7 +125,7 @@ start)
        exclusions=$(process_exclusions)
        perfoptions=$(perf_options)
        log_action_begin_msg "Configuring network interfaces"
-       if ifup -d -a $verbose $perfoptions
+       if ifup -a $verbose $perfoptions
        then
            log_action_end_msg $?
        else