1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

revert accidental checkin: ifup with debug option in

/etc/init.d/networking

Ticket: CM-1438
Reviewed By:
Testing Done:
This commit is contained in:
roopa
2014-02-24 21:17:19 -08:00
parent 31a5f4c364
commit 03964dc48d

View 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