On Wed, Jul 1, 2009 at 19:07, Scott Ullrich<[email protected]> wrote:
> On Wed, Jul 1, 2009 at 6:41 AM, Aarno Aukia<[email protected]> wrote:
>> Corrected patch (with correct highlighting of the selected tab) attached.
>
> Patch was already applied.  You need to submit a change on top of what
> is commited:
>
> sullrich$ patch < ~/Downloads/pfsense-openbgpd-rawconfig.diff
> patching file openbgpd.inc
> Reversed (or previously applied) patch detected!  Assume -R? [n] ^C

That would be the following two-liner.

-Aarno

diff -urN openbgpd.med/openbgpd_raw.php openbgpd/openbgpd_raw.php
--- openbgpd.med/openbgpd_raw.php       2009-07-02 13:43:30.000000000 +0200
+++ openbgpd/openbgpd_raw.php   2009-07-01 10:03:26.000000000 +0200
@@ -56,7 +56,7 @@
        $tab_array[] = array(gettext("Neighbors"), false,
"/pkg.php?xml=openbgpd_neighbors.xml");
        $tab_array[] = array(gettext("Groups"), false,
"/pkg.php?xml=openbgpd_groups.xml");
        $tab_array[] = array(gettext("Raw config"), true, "/openbgpd_raw.php");
-       $tab_array[] = array(gettext("Status"), true, "/openbgpd_status.php");
+       $tab_array[] = array(gettext("Status"), false, "/openbgpd_status.php");
        display_top_tabs($tab_array);
 ?>
 </table>
diff -urN openbgpd.med/openbgpd_status.php openbgpd/openbgpd_status.php
--- openbgpd.med/openbgpd_status.php    2009-07-02 13:43:30.000000000 +0200
+++ openbgpd/openbgpd_status.php        2009-07-01 10:03:46.000000000 +0200
@@ -120,7 +120,7 @@
        $tab_array[] = array(gettext("Settings"), false,
"/pkg_edit.php?xml=openbgpd.xml&id=0");
        $tab_array[] = array(gettext("Neighbors"), false,
"/pkg.php?xml=openbgpd_neighbors.xml");
        $tab_array[] = array(gettext("Groups"), false,
"/pkg.php?xml=openbgpd_groups.xml");
-       $tab_array[] = array(gettext("Raw config"), true, "/openbgpd_raw.php");
+       $tab_array[] = array(gettext("Raw config"), false, "/openbgpd_raw.php");
        $tab_array[] = array(gettext("Status"), true, "/openbgpd_status.php");
        display_top_tabs($tab_array);
 ?>


-- 
Aarno Aukia
Atrila GmbH
Switzerland

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Commercial support available - https://portal.pfsense.org

Reply via email to