net/quagga-unstable: Update to v0.99.17, refresh patches
[openwrt/svn-archive/archive.git] / net / quagga-unstable / patches / 150-no-cross-fs-link.patch
index 2d253b76bf62ea97270a6725644fa447542198a0..c3f29c35f87c0176251610f781e97ffca5f63575 100644 (file)
@@ -1,6 +1,6 @@
 --- a/lib/command.c
 +++ b/lib/command.c
-@@ -2601,6 +2601,13 @@ DEFUN (config_write_file, 
+@@ -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 @@ DEFUN (config_write_file, 
+@@ -2614,7 +2621,23 @@ DEFUN (config_write_file,
                VTY_NEWLINE);
        goto finished;
      }