[packages] quagga: Update to v0.99.20

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28319 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx
2011-09-29 23:44:31 +00:00
parent 38b2398307
commit ca01d061ce
9 changed files with 48 additions and 192 deletions

View File

@ -1,6 +1,6 @@
--- a/lib/command.c
+++ b/lib/command.c
@@ -2601,6 +2601,13 @@ DEFUN (config_write_file,
@@ -2599,6 +2599,13 @@ DEFUN (config_write_file,
VTY_NEWLINE);
goto finished;
}
@ -14,7 +14,7 @@
if (link (config_file, config_file_sav) != 0)
{
vty_out (vty, "Can't backup old configuration file %s.%s", config_file_sav,
@@ -2614,7 +2621,23 @@ DEFUN (config_write_file,
@@ -2612,7 +2619,23 @@ DEFUN (config_write_file,
VTY_NEWLINE);
goto finished;
}