[packages] quagga-unstable: Add support for HSLS, OLSR and B.A.T.M.A.N. routes, refre...
[openwrt/svn-archive/archive.git] / net / quagga-unstable / patches / 150-no-cross-fs-link.patch
index ec667863249e1ad171036ecf9927b882071502bd..2d253b76bf62ea97270a6725644fa447542198a0 100644 (file)
@@ -1,6 +1,6 @@
 --- a/lib/command.c
 +++ b/lib/command.c
-@@ -2601,6 +2601,13 @@
+@@ -2601,6 +2601,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 @@
+@@ -2614,7 +2621,23 @@ DEFUN (config_write_file, 
                VTY_NEWLINE);
        goto finished;
      }