]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Dec 2008 16:07:54 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios-cgi-http_charset.patch -> 1.4

nagios-cgi-http_charset.patch

index cf1b09a7b070b2a02e7abd282d277ca82d12f5ee..cb97d5699ecf93421269f5fc434c66b98e6da21e 100644 (file)
                        return;
 --- nagios-3.0.3/cgi/statuswml.c       2008-05-19 21:42:28.000000000 +0300
 +++ nagios-3.0.3-cgi/cgi/statuswml.c   2008-10-11 12:34:44.504659246 +0300
-@@ -40,6 +40,8 @@
- extern hoststatus *hoststatus_list;
- extern servicestatus *servicestatus_list;
+@@ -47,6 +47,8 @@
  
-+extern char *http_charset;
+ extern char     *ping_syntax;
++extern char   *http_charset;
 +
- extern int      enable_notifications;
- extern int      execute_service_checks;
- extern int      nagios_process_state;
+ #define DISPLAY_HOST                  0
+ #define DISPLAY_SERVICE                 1
+ #define DISPLAY_HOSTGROUP               2
 @@ -193,7 +195,7 @@
        get_time_string(&expire_time,date_time,(int)sizeof(date_time),HTTP_DATE_TIME);
        printf("Expires: %s\r\n",date_time);
This page took 0.062396 seconds and 4 git commands to generate.