From efb549809bbdd011640a5a2bf8c6650fe5e30847 Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Tue, 9 Sep 2014 19:40:28 +0100 Subject: vyatta-cfg-system: formatting changes for style consistency Update scripts/system/vyatta_update_resolv.pl to have consistent identation levels and style throughout. --- scripts/system/vyatta_update_resolv.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/system/vyatta_update_resolv.pl b/scripts/system/vyatta_update_resolv.pl index d20eb848..a0151990 100755 --- a/scripts/system/vyatta_update_resolv.pl +++ b/scripts/system/vyatta_update_resolv.pl @@ -128,12 +128,12 @@ if (($dhclient_script == 1) && !($vc->existsOrig('name-server'))) { } } if ($ns_in_resolvconf == 0) { - open (my $rf, '>>', '/etc/resolv.conf') - or die "$! error trying to overwrite"; - print $rf "#nameserver\t$ns\t\t#nameserver written by $0\n"; - print $rf "nameserver\t$ns\n"; - close $rf; - $restart_ntp = 1; + open (my $rf, '>>', '/etc/resolv.conf') + or die "$! error trying to overwrite"; + print $rf "#nameserver\t$ns\t\t#nameserver written by $0\n"; + print $rf "nameserver\t$ns\n"; + close $rf; + $restart_ntp = 1; } } } -- cgit v1.2.3