diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-13 14:14:38 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-13 14:14:38 -0700 |
commit | 87e65021f2a105070cd44578a3d91bef8da2b8e1 (patch) | |
tree | 429374e641f3c43e7b90faa1bac6e435fa37c50e /scripts | |
parent | 21403e009437db547a949c1a611fafcaf015ad37 (diff) | |
parent | facdd6ec66cb4b8eb45794f2b05cdc8d5bd2ed46 (diff) | |
download | vyatta-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-x | scripts/system/vyatta_update_syslog.pl | 6 |
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; - |