summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-13 14:14:38 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-13 14:14:38 -0700
commit87e65021f2a105070cd44578a3d91bef8da2b8e1 (patch)
tree429374e641f3c43e7b90faa1bac6e435fa37c50e /scripts
parent21403e009437db547a949c1a611fafcaf015ad37 (diff)
parentfacdd6ec66cb4b8eb45794f2b05cdc8d5bd2ed46 (diff)
downloadvyatta-cfg-quagga-87e65021f2a105070cd44578a3d91bef8da2b8e1.tar.gz
vyatta-cfg-quagga-87e65021f2a105070cd44578a3d91bef8da2b8e1.zip
Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into islavista
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/system/vyatta_update_syslog.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/system/vyatta_update_syslog.pl b/scripts/system/vyatta_update_syslog.pl
index a55fe615..e6a381f7 100755
--- a/scripts/system/vyatta_update_syslog.pl
+++ b/scripts/system/vyatta_update_syslog.pl
@@ -42,10 +42,4 @@ if ($update_line ne "") {
}
close OUT;
-sleep 1;
-if (system("/usr/sbin/invoke-rc.d sysklogd restart")) {
- exit 5;
-}
-
exit 0;
-