+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PHP_VERSION_REQD=81 WRKLOG=/tmp/bulklog/nagios-base-4.4.10nb6/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PHP_VERSION_REQD=81 WRKLOG=/tmp/bulklog/nagios-base-4.4.10nb6/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for nagios-base-4.4.10nb6
/bin/cp /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/net/nagios-base/files/nagios.conf.dist /home/pbulk/build/net/nagios-base/work/nagios-4.4.10/nagios.conf.dist
cd ./base && /usr/pkg/bin/gmake
gmake[1]: Entering directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/base'
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o nagios.o nagios.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o broker.o broker.c
nagios.c: In function 'main':
nagios.c:611:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_PROCESSSTARTTIME], "%llu", (unsigned long long)program_start);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nagios.c:841:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_EVENTSTARTTIME], "%llu", (unsigned long long)event_start);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nagios.c: In function 'nagios_core_worker':
nagios.c:176:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
read(sd, response + 3, sizeof(response) - 4);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nagios.c: In function 'test_path_access':
nagios.c:122:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&path, "%s/%s", p, program);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o nebmods.o nebmods.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o ../common/shared.o ../common/shared.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o query-handler.o query-handler.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o workers.o workers.c
workers.c: In function 'handle_worker_result':
workers.c:801:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_reason, "timed out after %.2fs", tv_delta_f(&wpres.start, &wpres.stop));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
workers.c:804:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_reason, "died by signal %d%s after %.2f seconds",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WTERMSIG(wpres.wait_status),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WCOREDUMP(wpres.wait_status) ? " (core dumped)" : "",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tv_delta_f(&wpres.start, &wpres.stop));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
workers.c:810:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_reason, "is a non-check helper but exited with return code %d",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WEXITSTATUS(wpres.wait_status));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
workers.c: In function 'handle_worker_check':
workers.c:618:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&cr->output, "(No output on stdout) stderr: %s", wpres->outerr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o checks.o checks.c
checks.c: In function 'get_service_check_return_code':
checks.c:376:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&svc->plugin_output, "(Service check timed out after %.2lf seconds)", svc->execution_time);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
checks.c:429:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&svc->plugin_output, "(Return code of %d for service '%s' on host '%s' was out of bounds)",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cr->return_code,
~~~~~~~~~~~~~~~~
svc->description,
~~~~~~~~~~~~~~~~~
svc->host_name);
~~~~~~~~~~~~~~~
checks.c: In function 'get_host_check_return_code':
checks.c:467:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&hst->plugin_output, "(Host check timed out after %.2lf seconds)", hst->execution_time);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
checks.c:523:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&hst->plugin_output, "(Return code of %d for host '%s' was out of bounds)",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cr->return_code,
~~~~~~~~~~~~~~~~
hst->name);
~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o config.o config.c
config.c: In function 'read_main_config_file':
config.c:140:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "NULL variable");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:145:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "malloc() error");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:152:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "NULL value");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:157:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "malloc() error");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:199:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Log file is too long");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:218:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Debug log file is too long");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:233:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Command file is too long");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:258:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Check result path is too long");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:270:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Check result path '%s' is not a valid directory", check_result_path);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:284:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Lock file is too long");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:340:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for use_syslog");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:351:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for log_notifications");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:362:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for log_service_retries");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:373:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for log_host_retries");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:384:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for log_event_handlers");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:395:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for log_external_commands");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:406:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for log_passive_checks");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:417:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for log_initial_states");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:428:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for log_current_states");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:439:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for retain_state_information");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:451:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for retention_update_interval");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:460:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for use_retained_program_state");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:471:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for use_retained_scheduling_info");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:484:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for retention_scheduling_horizon");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:514:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for obsess_over_services");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:525:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for obsess_over_hosts");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:536:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for translate_passive_host_checks");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:552:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for service_check_timeout");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:570:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message,"Illegal value for service_check_timeout_state");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:581:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for host_check_timeout");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:592:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for event_handler_timeout");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:603:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for notification_timeout");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:614:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for ocsp_timeout");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:625:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for ochp_timeout");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:634:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for use_aggressive_host_checking");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:656:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for soft_state_dependencies");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:676:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for log_rotation_method");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:685:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Log archive path too long");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:723:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for service_inter_check_delay_method");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:734:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for max_service_check_spread");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:752:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for host_inter_check_delay_method");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:763:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for max_host_check_spread");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:784:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for max_concurrent_checks");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:794:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for check_result_reaper_frequency");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:804:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for max_check_result_reaper_time");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:818:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for interval_length");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:827:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for check_external_commands");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:843:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for check_for_orphaned_services");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:854:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for check_for_orphaned_hosts");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:865:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for check_service_freshness");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:876:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for check_host_freshness");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:888:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for service_freshness_check_interval");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:898:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for host_freshness_check_interval");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:906:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for auto_reschedule_checks");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:918:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for auto_rescheduling_interval");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:928:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for auto_rescheduling_window");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:938:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for status_update_interval");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:949:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for time_change_threshold");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:968:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for low_service_flap_threshold");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:978:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for high_service_flap_threshold");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:988:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for low_host_flap_threshold");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:998:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for high_host_flap_threshold");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1060:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for daemon_dumps_core");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1071:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for use_large_installation_tweaks ");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1188:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for service_skip_check_dependency_status");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1196:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for service_skip_check_parent_status");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1204:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for service_skip_check_host_down_status");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1212:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "Illegal value for host_skip_check_dependency_status");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1219:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&error_message, "UNKNOWN VARIABLE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c: In function 'obsoleted_warning':
config.c:81:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf, "Warning: %s is deprecated and will be removed.%s%s\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
key, msg ? " " : "", msg ? msg : "");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c: In function 'pre_flight_check':
config.c:1499:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf, "%s/nagiosXXXXXX", temp_path);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:1511:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf, "%s/nagiosXXXXXX", check_result_path);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o commands.o commands.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o events.o events.c
commands.c: In function 'launch_command_file_worker':
commands.c:295:8: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
(void)chdir("/tmp");
^~~~~~~~~~~~~
commands.c:296:8: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
(void)chdir("nagios-cfw");
^~~~~~~~~~~~~~~~~~~
commands.c: In function 'process_external_command1':
commands.c:904:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "EXTERNAL COMMAND: %s;%s\n", command_id, args);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o flapping.o flapping.c
flapping.c: In function 'set_service_flap':
flapping.c:313:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "Notifications for this service are being suppressed because it was detected as having been flapping between different states (%2.1f%% change >= %2.1f%% threshold). When the service state stabilizes and the flapping stops, notifications will be re-enabled.", percent_change, high_threshold);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flapping.c: In function 'set_host_flap':
flapping.c:403:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "Notifications for this host are being suppressed because it was detected as having been flapping between different states (%2.1f%% change > %2.1f%% threshold). When the host state stabilizes and the flapping stops, notifications will be re-enabled.", percent_change, high_threshold);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o logging.o logging.c
logging.c: In function 'log_service_event':
logging.c:270:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "SERVICE ALERT: %s;%s;%s;%s;%d;%s\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
svc->host_name, svc->description,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
service_state_name(svc->current_state),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
state_type_name(svc->state_type),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
svc->current_attempt,
~~~~~~~~~~~~~~~~~~~~~
(svc->plugin_output == NULL) ? "" : svc->plugin_output);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'log_host_event':
logging.c:297:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "HOST ALERT: %s;%s;%s;%d;%s\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hst->name,
~~~~~~~~~~
host_state_name(hst->current_state),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
state_type_name(hst->state_type),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hst->current_attempt,
~~~~~~~~~~~~~~~~~~~~~
(hst->plugin_output == NULL) ? "" : hst->plugin_output);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'log_host_states':
logging.c:323:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "%s HOST STATE: %s;%s;%s;%d;%s\n", (type == INITIAL_STATES) ? "INITIAL" : "CURRENT",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
temp_host->name,
~~~~~~~~~~~~~~~~
host_state_name(temp_host->current_state),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
state_type_name(temp_host->state_type),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
temp_host->current_attempt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~
(temp_host->plugin_output == NULL) ? "" : temp_host->plugin_output);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'log_service_states':
logging.c:355:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "%s SERVICE STATE: %s;%s;%s;%s;%d;%s\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(type == INITIAL_STATES) ? "INITIAL" : "CURRENT",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
temp_service->host_name, temp_service->description,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
service_state_name(temp_service->current_state),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
state_type_name(temp_service->state_type),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
temp_service->current_attempt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
temp_service->plugin_output);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'rotate_log_file':
logging.c:409:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&log_archive, "%s%snagios-%02d-%02d-%d-%02d.log", log_archive_path, (log_archive_path[strlen(log_archive_path) - 1] == '/') ? "" : "/", t->tm_mon + 1, t->tm_mday, t->tm_year + 1900, t->tm_hour);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c:433:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "LOG ROTATION: %s\n", method_string);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c:442:3: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
chown(log_file, log_file_stat.st_uid, log_file_stat.st_gid);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'write_log_file_info':
logging.c:463:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "LOG VERSION: %s\n", LOG_VERSION_2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging.c: In function 'log_debug_info':
logging.c:553:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&tmppath, "%s.old", debug_file);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o macros-base.o ../common/macros.c
../common/macros.c: In function 'grab_macrox_value_r':
../common/macros.c:1267:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALHOSTSUP], "%d", hosts_up);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1268:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALHOSTSDOWN], "%d", hosts_down);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1269:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALHOSTSUNREACHABLE], "%d", hosts_unreachable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1270:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALHOSTSDOWNUNHANDLED], "%d", hosts_down_unhandled);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1271:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALHOSTSUNREACHABLEUNHANDLED], "%d", hosts_unreachable_unhandled);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1272:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALHOSTPROBLEMS], "%d", host_problems);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1273:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALHOSTPROBLEMSUNHANDLED], "%d", host_problems_unhandled);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1274:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALSERVICESOK], "%d", services_ok);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1275:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALSERVICESWARNING], "%d", services_warning);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1276:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALSERVICESCRITICAL], "%d", services_critical);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1277:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALSERVICESUNKNOWN], "%d", services_unknown);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1278:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALSERVICESWARNINGUNHANDLED], "%d", services_warning_unhandled);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1279:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALSERVICESCRITICALUNHANDLED], "%d", services_critical_unhandled);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1280:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALSERVICESUNKNOWNUNHANDLED], "%d", services_unknown_unhandled);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1281:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALSERVICEPROBLEMS], "%d", service_problems);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1282:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac->x[MACRO_TOTALSERVICEPROBLEMSUNHANDLED], "%d", service_problems_unhandled);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'grab_standard_host_macro_r':
../common/macros.c:1778:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf1, "%s%s%s", (buf2) ? buf2 : "", (buf2) ? "," : "", temp_hostgroup->group_name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:1847:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(output, "%s/cgi-bin/extinfo.cgi?type=1&host=%s",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
website_url ? website_url : "website_url not set",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
buf1);
~~~~~
../common/macros.c: In function 'grab_standard_service_macro_r':
../common/macros.c:2179:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf1, "%s%s%s", (buf2) ? buf2 : "", (buf2) ? "," : "", temp_servicegroup->group_name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:2197:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(output, "%s/cgi-bin/extinfo.cgi?type=2&host=%s&service=%s",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
website_url ? website_url : "website_url not set",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
buf1, buf2);
~~~~~~~~~~~
../common/macros.c: In function 'grab_standard_contact_macro_r':
../common/macros.c:2387:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf1, "%s%s%s", (buf2) ? buf2 : "", (buf2) ? "," : "", temp_contactgroup->group_name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'set_argv_macro_environment_vars_r':
../common/macros.c:3185:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(¯o_name, "ARG%d", x + 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'set_custom_macro_environment_vars_r':
../common/macros.c:3210:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&customvarname, "_HOST%s", temp_customvariablesmember->variable_name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3224:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&customvarname, "_SERVICE%s", temp_customvariablesmember->variable_name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3237:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&customvarname, "_CONTACT%s", temp_customvariablesmember->variable_name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'set_contact_address_environment_vars_r':
../common/macros.c:3264:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&varname, "CONTACTADDRESS%d", x);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'set_macro_environment_var':
../common/macros.c:3286:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&env_macro_name, "%s%s", MACRO_ENV_VAR_PREFIX, name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'add_macrox_environment_vars_r':
../common/macros.c:3371:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&envname, "%s%s", MACRO_ENV_VAR_PREFIX, macro_x_names[x]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'add_argv_macro_environment_vars_r':
../common/macros.c:3392:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(¯o_name, "%sARG%d", MACRO_ENV_VAR_PREFIX, x + 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'add_custom_macro_environment_vars_r':
../common/macros.c:3419:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&customvarname, "%s_HOST%s", MACRO_ENV_VAR_PREFIX,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
temp_customvariablesmember->variable_name);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3451:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&customvarname, "%s_SERVICE%s", MACRO_ENV_VAR_PREFIX,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
temp_customvariablesmember->variable_name);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3483:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&customvarname, "%s_CONTACT%s", MACRO_ENV_VAR_PREFIX,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
temp_customvariablesmember->variable_name);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c: In function 'add_contact_address_environment_vars_r':
../common/macros.c:3524:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&varname, "%sCONTACTNAME", MACRO_ENV_VAR_PREFIX);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3526:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&varname, "%sCONTACTALIAS", MACRO_ENV_VAR_PREFIX);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3528:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&varname, "%sCONTACTEMAIL", MACRO_ENV_VAR_PREFIX);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3530:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&varname, "%sCONTACTPAGER", MACRO_ENV_VAR_PREFIX);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/macros.c:3537:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&varname, "%sCONTACTADDRESS%d", MACRO_ENV_VAR_PREFIX, x);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o netutils.o netutils.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o notifications.o notifications.c
notifications.c: In function 'service_notification':
notifications.c:223:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac.x[MACRO_SERVICENOTIFICATIONNUMBER], "%d", svc->current_notification_number);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:229:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac.x[MACRO_SERVICENOTIFICATIONID], "%lu", svc->current_notification_id);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c: In function 'notify_contact_of_service':
notifications.c:790:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;CUSTOM ($SERVICESTATE$);%s;$SERVICEOUTPUT$;$NOTIFICATIONAUTHOR$;$NOTIFICATIONCOMMENT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:793:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;ACKNOWLEDGEMENT ($SERVICESTATE$);%s;$SERVICEOUTPUT$;$NOTIFICATIONAUTHOR$;$NOTIFICATIONCOMMENT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:796:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;FLAPPINGSTART ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:799:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;FLAPPINGSTOP ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:802:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;FLAPPINGDISABLED ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:805:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;DOWNTIMESTART ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:808:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;DOWNTIMEEND ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:811:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;DOWNTIMECANCELLED ($SERVICESTATE$);%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:814:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "SERVICE NOTIFICATION: %s;%s;%s;$SERVICESTATE$;%s;$SERVICEOUTPUT$\n", cntct->name, svc->host_name, svc->description, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c: In function 'host_notification':
notifications.c:1180:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac.x[MACRO_HOSTNOTIFICATIONNUMBER], "%d", hst->current_notification_number);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1186:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&mac.x[MACRO_HOSTNOTIFICATIONID], "%lu", hst->current_notification_id);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c: In function 'notify_contact_of_host':
notifications.c:1688:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;CUSTOM ($HOSTSTATE$);%s;$HOSTOUTPUT$;$NOTIFICATIONAUTHOR$;$NOTIFICATIONCOMMENT$\n", cntct->name, hst->name, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1691:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;ACKNOWLEDGEMENT ($HOSTSTATE$);%s;$HOSTOUTPUT$;$NOTIFICATIONAUTHOR$;$NOTIFICATIONCOMMENT$\n", cntct->name, hst->name, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1694:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;FLAPPINGSTART ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1697:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;FLAPPINGSTOP ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1700:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;FLAPPINGDISABLED ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1703:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;DOWNTIMESTART ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1706:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;DOWNTIMEEND ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1709:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;DOWNTIMECANCELLED ($HOSTSTATE$);%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notifications.c:1712:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "HOST NOTIFICATION: %s;%s;$HOSTSTATE$;%s;$HOSTOUTPUT$\n", cntct->name, hst->name, command_name_ptr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o sehandlers.o sehandlers.c
sehandlers.c: In function 'run_global_service_event_handler':
sehandlers.c:263:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&raw_logentry, "GLOBAL SERVICE EVENT HANDLER: %s;%s;$SERVICESTATE$;$SERVICESTATETYPE$;$SERVICEATTEMPT$;%s\n", svc->host_name, svc->description, global_service_event_handler);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sehandlers.c: In function 'run_service_event_handler':
sehandlers.c:363:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&raw_logentry, "SERVICE EVENT HANDLER: %s;%s;$SERVICESTATE$;$SERVICESTATETYPE$;$SERVICEATTEMPT$;%s\n", svc->host_name, svc->description, svc->event_handler);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sehandlers.c: In function 'run_global_host_event_handler':
sehandlers.c:507:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&raw_logentry, "GLOBAL HOST EVENT HANDLER: %s;$HOSTSTATE$;$HOSTSTATETYPE$;$HOSTATTEMPT$;%s\n", hst->name, global_host_event_handler);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sehandlers.c: In function 'run_host_event_handler':
sehandlers.c:605:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&raw_logentry, "HOST EVENT HANDLER: %s;$HOSTSTATE$;$HOSTSTATETYPE$;$HOSTATTEMPT$;%s\n", hst->name, hst->event_handler);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o utils.o utils.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o retention-base.o sretention.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o xretention-base.o ../xdata/xrddefault.c
utils.c: In function 'my_system_r':
utils.c:554:2: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result]
pipe(fd);
^~~~~~~~
utils.c:630:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
write(fd[1], buffer, strlen(buffer) + 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:638:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
write(fd[1], buffer, strlen(buffer));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function 'daemon_init':
utils.c:1894:4: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
chdir(homedir);
^~~~~~~~~~~~~~
utils.c:1909:4: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
chdir(homedir);
^~~~~~~~~~~~~~
utils.c:1913:4: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
chdir("/");
^~~~~~~~~~
utils.c:2045:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
ftruncate(lockfile, 0);
^~~~~~~~~~~~~~~~~~~~~~
utils.c:2047:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
write(lockfile, buf, strlen(buf));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function 'process_check_result_queue':
utils.c:2247:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "%s.ok", file);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function 'delete_check_result_file':
utils.c:2534:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "%s.ok", fname);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function 'query_update_api':
utils.c:3350:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&api_query_opts, "&firstcheck=1");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:3353:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&qopts2, "%s&last_version=%s", api_query_opts, last_program_version);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:3360:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&api_query, "v=1&product=nagios&tinycheck=1&stableonly=1&uid=%lu", update_uid);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:3363:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&api_query2, "%s&version=%s%s", api_query, PROGRAM_VERSION, (api_query_opts == NULL) ? "" : api_query_opts);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:3369:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf,
^~~~~~~~~~~~~~
"POST %s HTTP/1.0\r\nUser-Agent: Nagios/%s\r\n"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Connection: close\r\nHost: %s\r\n"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Content-Type: application/x-www-form-urlencoded\r\n"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Content-Length: %lu\r\n\r\n%s",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
api_path, PROGRAM_VERSION, api_server,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(unsigned long) strlen(api_query), api_query);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xrddefault.c: In function 'xrddefault_save_state_information':
../xdata/xrddefault.c:112:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&tmp_file, "%sXXXXXX", temp_file);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c: In function 'process_check_result_queue':
utils.c:2212:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
snprintf(file, sizeof(file), "%s/%s", dirname, dirfile->d_name);
^
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from utils.c:23:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o comments-base.o ../common/comments.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o xcomments-base.o ../xdata/xcddefault.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o objects-base.o ../common/objects.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o xobjects-base.o ../xdata/xodtemplate.c
../xdata/xodtemplate.c: In function 'xodtemplate_read_config_data':
../xdata/xodtemplate.c:303:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&cfgfile, "%s/%s", config_base_dir, val);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../xdata/xodtemplate.c:322:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&cfgfile, "%s/%s", config_base_dir, val);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o statusdata-base.o ../common/statusdata.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o xstatusdata-base.o ../xdata/xsddefault.c
../xdata/xsddefault.c: In function 'xsddefault_save_status_data':
../xdata/xsddefault.c:134:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&tmp_log, "%sXXXXXX", temp_file);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o perfdata-base.o perfdata.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o xperfdata-base.o ../xdata/xpddefault.c
../xdata/xodtemplate.c: In function 'xodtemplate_process_config_dir':
../xdata/xodtemplate.c:592:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
snprintf(file, sizeof(file), "%s/%s", dirname, dirfile->d_name);
^
In file included from /usr/include/stdio.h:873,
from ../xdata/../include/config.h:121,
from ../xdata/xodtemplate.c:48:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -c -o downtime-base.o ../common/downtime.c
../common/downtime.c: In function 'register_downtime':
../common/downtime.c:439:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "This %s has been scheduled for fixed downtime from %s to %s. Notifications for the %s will not be sent out during that time period.", type_string, start_time_string, end_time_string, type_string);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/downtime.c:441:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&temp_buffer, "This %s has been scheduled for flexible downtime starting between %s and %s and lasting for a period of %d hours and %d minutes. Notifications for the %s will not be sent out during that time period.", type_string, start_time_string, end_time_string, hours, minutes, type_string);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/pkg/bin/gmake -C ../lib
gmake[2]: Entering directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/lib'
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c squeue.c -o squeue.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c kvvec.c -o kvvec.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c iocache.c -o iocache.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c iobroker.c -o iobroker.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c bitmap.c -o bitmap.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c dkhash.c -o dkhash.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c runcmd.c -o runcmd.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c nsutils.c -o nsutils.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c fanout.c -o fanout.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c prqueue.c -o prqueue.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c worker.c -o worker.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c skiplist.c -o skiplist.o
worker.c: In function 'enter_worker':
worker.c:758:8: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
(void)chdir("/tmp");
^~~~~~~~~~~~~
worker.c:759:8: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
(void)chdir("nagios-workers");
^~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c nsock.c -o nsock.o
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -DHAVE_CONFIG_H -c nspath.c -o nspath.o
ar cr libnagios.a squeue.o kvvec.o iocache.o iobroker.o bitmap.o dkhash.o runcmd.o nsutils.o fanout.o prqueue.o worker.o skiplist.o nsock.o nspath.o
gmake[2]: Leaving directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/lib'
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -o nagios nagios.o broker.o nebmods.o ../common/shared.o query-handler.o workers.o checks.o config.o commands.o events.o flapping.o logging.o macros-base.o netutils.o notifications.o sehandlers.o utils.o retention-base.o xretention-base.o comments-base.o xcomments-base.o objects-base.o xobjects-base.o statusdata-base.o xstatusdata-base.o perfdata-base.o xperfdata-base.o downtime-base.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -lm -lltdl -lssl -lcrypto ../lib/libnagios.a
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCORE -o nagiostats nagiostats.c -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -lm -lssl -lcrypto ../lib/libnagios.a
nagiostats.c: In function 'main':
nagiostats.c:262:10: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
free(mrtg_delimiter);
^~~~~~~~~~~~~~
In file included from ../lib/lnag-utils.h:5,
from ../lib/libnagios.h:9,
from nagiostats.c:25:
/usr/include/stdlib.h:563:25: note: expected 'void *' but argument is of type 'const char *'
extern void free (void *__ptr) __THROW;
~~~~~~^~~~~
gmake[1]: Leaving directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/base'
cd ./cgi && /usr/pkg/bin/gmake
gmake[1]: Entering directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/cgi'
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o getcgi.o getcgi.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o cgiutils.o cgiutils.c
cgiutils.c: In function 'read_cgi_config_file':
cgiutils.c:350:54: warning: 'docs/' directive output may be truncated writing 5 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
snprintf(url_docs_path, sizeof(url_docs_path), "%sdocs/", url_html_path);
^~~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from cgiutils.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 6 and 261 bytes into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cgiutils.c:353:70: warning: 'contexthelp/' directive output may be truncated writing 12 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
snprintf(url_context_help_path, sizeof(url_context_help_path), "%scontexthelp/", url_html_path);
^~~~~~~~~~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from cgiutils.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 13 and 268 bytes into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cgiutils.c:356:58: warning: 'images/' directive output may be truncated writing 7 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
snprintf(url_images_path, sizeof(url_images_path), "%simages/", url_html_path);
^~~~~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from cgiutils.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 8 and 263 bytes into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cgiutils.c:359:68: warning: 'logos/' directive output may be truncated writing 6 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
snprintf(url_logo_images_path, sizeof(url_logo_images_path), "%slogos/", url_images_path);
^~~~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from cgiutils.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 7 and 262 bytes into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cgiutils.c:362:68: warning: 'stylesheets/' directive output may be truncated writing 12 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
snprintf(url_stylesheets_path, sizeof(url_stylesheets_path), "%sstylesheets/", url_html_path);
^~~~~~~~~~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from cgiutils.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 13 and 268 bytes into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cgiutils.c:365:56: warning: 'media/' directive output may be truncated writing 6 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
snprintf(url_media_path, sizeof(url_media_path), "%smedia/", url_html_path);
^~~~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from cgiutils.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 7 and 262 bytes into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cgiutils.c:369:50: warning: 'js/' directive output may be truncated writing 3 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
snprintf(url_js_path, sizeof(url_js_path), "%sjs/", url_html_path);
^~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from cgiutils.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 4 and 259 bytes into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cgiutils.c:334:68: warning: 'images/' directive output may be truncated writing 7 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
snprintf(physical_images_path, sizeof(physical_images_path), "%simages/", physical_html_path);
^~~~~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from cgiutils.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 8 and 263 bytes into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cgiutils.c:337:65: warning: 'ssi/' directive output may be truncated writing 4 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
snprintf(physical_ssi_path, sizeof(physical_images_path), "%sssi/", physical_html_path);
^~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from cgiutils.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 5 and 260 bytes into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o cgiauth.o cgiauth.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o macros-cgi.o ../common/macros.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o objects-cgi.o ../common/objects.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o xobjects-cgi.o ../xdata/xodtemplate.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o statusdata-cgi.o ../common/statusdata.c
../common/statusdata.c: In function 'add_host_status':
../common/statusdata.c:287:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&new_hoststatus->plugin_output, "Host check scheduled for %s", date_string);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/statusdata.c:293:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&new_hoststatus->plugin_output, "Forced host check scheduled for %s", date_string);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/statusdata.c: In function 'add_service_status':
../common/statusdata.c:359:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&new_svcstatus->plugin_output, "Service check scheduled for %s", date_string);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/statusdata.c:365:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&new_svcstatus->plugin_output, "Forced service check scheduled for %s", date_string);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o xstatusdata-cgi.o ../xdata/xsddefault.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o comments-cgi.o ../common/comments.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -c -o downtime-cgi.o ../common/downtime.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -DJSON_NAGIOS_4X -c -o archiveutils.o archiveutils.c
../xdata/xodtemplate.c: In function 'xodtemplate_process_config_dir':
../xdata/xodtemplate.c:592:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
snprintf(file, sizeof(file), "%s/%s", dirname, dirfile->d_name);
^
In file included from /usr/include/stdio.h:873,
from ../xdata/../include/config.h:121,
from ../xdata/xodtemplate.c:48:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -DJSON_NAGIOS_4X -c -o jsonutils.o jsonutils.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c -o extcmd_list.o extcmd_list.c
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o config.cgi config.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o extinfo.cgi extinfo.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
extinfo.c: In function 'show_host_info':
extinfo.c:1018:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf, "%s %s", temp_host->name, temp_hoststatus->plugin_output);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extinfo.c: In function 'show_service_info':
extinfo.c:1331:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf, "%s %s %s", temp_service->host_name, temp_service->description, temp_svcstatus->plugin_output);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o history.cgi history.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o notifications.cgi notifications.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -DJSON_NAGIOS_4X -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o objectjson.cgi objectjson.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a jsonutils.o -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o outages.cgi outages.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
objectjson.c: In function 'json_object_servicelist':
objectjson.c:3529:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf, "%s",
^~~~~~~~~~~~~~~~~~~~
temp_service->description);
~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o showlog.cgi showlog.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o status.cgi status.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -DJSON_NAGIOS_4X -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o statusjson.cgi statusjson.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a jsonutils.o -lssl -lcrypto
statusjson.c: In function 'json_status_commentlist':
statusjson.c:3809:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf, "%lu", temp_comment->comment_id);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
statusjson.c: In function 'json_status_downtimelist':
statusjson.c:4132:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
asprintf(&buf, "%lu", temp_downtime->downtime_id);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o statuswml.cgi statuswml.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
In file included from /usr/include/string.h:495,
from ../include/config.h:166,
from status.c:22:
In function 'strcpy',
inlined from 'main' at status.c:241:3:
/usr/include/bits/string_fortified.h:94:10: warning: '__builtin_strcpy' accessing 1 byte at offsets 0 and [0, 2147483647] may overlap 1 byte at offset 0 [-Wrestrict]
return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
statuswml.c: In function 'display_ping':
statuswml.c:1294:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
fgets(buffer, sizeof(buffer) - 1, fp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
statuswml.c: In function 'display_traceroute':
statuswml.c:1363:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
fgets(buffer, sizeof(buffer) - 1, fp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o summary.cgi summary.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o tac.cgi tac.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o statuswrl.cgi statuswrl.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lm -lssl -lcrypto
statuswrl.c: In function 'display_world':
statuswrl.c:312:66: warning: 'logos/' directive output may be truncated writing 6 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
snprintf(url_logo_images_path, sizeof(url_logo_images_path), "%slogos/", url_images_path);
^~~~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from statuswrl.c:28:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 7 and 262 bytes into a destination of size 256
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o statusmap.cgi statusmap.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lgd -liconv -lpng -ljpeg -lz -lm -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o trends.cgi trends.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lgd -liconv -lpng -ljpeg -lz -lm -lssl -lcrypto
statusmap.c: In function 'initialize_graphics':
statusmap.c:2173:80: warning: 'logos/' directive output may be truncated writing 6 bytes into a region of size between 0 and 255 [-Wformat-truncation=]
snprintf(physical_logo_images_path, sizeof(physical_logo_images_path) - 1, "%slogos/", physical_images_path);
^~~~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from statusmap.c:28:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 7 and 262 bytes into a destination of size 255
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
trends.c: In function 'graph_trend_data':
trends.c:2310:58: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1017 [-Wformat-truncation=]
snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%s
Time Range: %s to %s
Duration: %dd %dh %dm %ds
State Info: %s", state_string, start_timestring, end_timestring, days, hours, minutes, seconds, (state_info == NULL) ? "N/A" : state_info);
^~ ~~~~~~~~~~~~
trends.c:2310:51: note: assuming directive output of 3 bytes
snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%s
Time Range: %s to %s
Duration: %dd %dh %dm %ds
State Info: %s", state_string, start_timestring, end_timestring, days, hours, minutes, seconds, (state_info == NULL) ? "N/A" : state_info);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from trends.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 125 or more bytes (assuming 3197) into a destination of size 1023
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o histogram.cgi histogram.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lgd -liconv -lpng -ljpeg -lz -lm -lssl -lcrypto
trends.c: In function 'main':
trends.c:785:54: warning: ' to ' directive output may be truncated writing 4 bytes into a region of size between 0 and 1023 [-Wformat-truncation=]
snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%s to %s", start_time, end_time);
^~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from trends.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 5 and 2051 bytes into a destination of size 1023
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
trends.c:792:54: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=]
snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%s", start_time);
^
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from trends.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin_snprintf' output between 1 and 1024 bytes into a destination of size 1023
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
histogram.c: In function 'graph_all_histogram_data':
histogram.c:1737:52: warning: ' to ' directive output may be truncated writing 4 bytes into a region of size between 0 and 1023 [-Wformat-truncation=]
snprintf(temp_buffer, sizeof(temp_buffer) - 1, "%s to %s", start_time, end_time);
^~~~
In file included from /usr/include/stdio.h:873,
from ../include/config.h:121,
from histogram.c:22:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 5 and 2051 bytes into a destination of size 1023
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__glibc_objsize (__s), __fmt,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__va_arg_pack ());
~~~~~~~~~~~~~~~~~
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -DJSON_NAGIOS_4X -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o archivejson.cgi archivejson.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a archiveutils.o jsonutils.o -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o avail.cgi avail.c ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
cc -Wall -I.. -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/openssl -I/usr/pkg/include -I/usr/pkg/include -DHAVE_CONFIG_H -DNSCGI -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib/perl5/5.38.0/x86_64-linux-thread-multi/CORE -L/usr/pkg/lib -L/usr/pkg/lib -o cmd.cgi cmd.c extcmd_list.o ../common/shared.o getcgi.o cgiutils.o cgiauth.o macros-cgi.o objects-cgi.o xobjects-cgi.o statusdata-cgi.o xstatusdata-cgi.o comments-cgi.o downtime-cgi.o ../lib/libnagios.a -lssl -lcrypto
gmake[1]: Leaving directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/cgi'
cd ./html && /usr/pkg/bin/gmake
gmake[1]: Entering directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/html'
(cd angularjs && unzip -u angular-1.3.9.zip)
Archive: angular-1.3.9.zip
creating: angular-1.3.9/
inflating: angular-1.3.9/angular-animate.js
inflating: angular-1.3.9/angular-animate.min.js
inflating: angular-1.3.9/angular-animate.min.js.map
inflating: angular-1.3.9/angular-aria.js
inflating: angular-1.3.9/angular-aria.min.js
inflating: angular-1.3.9/angular-aria.min.js.map
inflating: angular-1.3.9/angular-cookies.js
inflating: angular-1.3.9/angular-cookies.min.js
inflating: angular-1.3.9/angular-cookies.min.js.map
inflating: angular-1.3.9/angular-csp.css
inflating: angular-1.3.9/angular-loader.js
inflating: angular-1.3.9/angular-loader.min.js
inflating: angular-1.3.9/angular-loader.min.js.map
inflating: angular-1.3.9/angular-messages.js
inflating: angular-1.3.9/angular-messages.min.js
inflating: angular-1.3.9/angular-messages.min.js.map
inflating: angular-1.3.9/angular-mocks.js
inflating: angular-1.3.9/angular-resource.js
inflating: angular-1.3.9/angular-resource.min.js
inflating: angular-1.3.9/angular-resource.min.js.map
inflating: angular-1.3.9/angular-route.js
inflating: angular-1.3.9/angular-route.min.js
inflating: angular-1.3.9/angular-route.min.js.map
inflating: angular-1.3.9/angular-sanitize.js
inflating: angular-1.3.9/angular-sanitize.min.js
inflating: angular-1.3.9/angular-sanitize.min.js.map
inflating: angular-1.3.9/angular-scenario.js
inflating: angular-1.3.9/angular-touch.js
inflating: angular-1.3.9/angular-touch.min.js
inflating: angular-1.3.9/angular-touch.min.js.map
inflating: angular-1.3.9/angular.js
inflating: angular-1.3.9/angular.min.js
inflating: angular-1.3.9/angular.min.js.map
creating: angular-1.3.9/docs/
inflating: angular-1.3.9/docs/Error404.html
creating: angular-1.3.9/docs/components/
creating: angular-1.3.9/docs/components/bootstrap-3.1.1/
creating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap-theme.css
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap-theme.css.map
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap-theme.min.css
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap.css
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap.css.map
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/css/bootstrap.min.css
creating: angular-1.3.9/docs/components/bootstrap-3.1.1/fonts/
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff
creating: angular-1.3.9/docs/components/bootstrap-3.1.1/js/
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/js/bootstrap.js
inflating: angular-1.3.9/docs/components/bootstrap-3.1.1/js/bootstrap.min.js
creating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/CHANGES.html
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/COPYING
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/README-zh-Hans.html
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/README.html
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/README.md
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/bower.json
creating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-apollo.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-clj.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-css.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-dart.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-go.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-hs.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-lisp.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-lua.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-ml.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-n.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-proto.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-scala.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-sql.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-tex.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-vb.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-vhdl.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-wiki.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-xq.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/lang-yaml.js
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/prettify.css
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/src/prettify.js
creating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/demo.html
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/desert.css
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/index.html
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/sons-of-obsidian.css
inflating: angular-1.3.9/docs/components/google-code-prettify-1.0.1/styles/sunburst.css
creating: angular-1.3.9/docs/components/jquery-2.1.1/
inflating: angular-1.3.9/docs/components/jquery-2.1.1/jquery.js
inflating: angular-1.3.9/docs/components/jquery-2.1.1/jquery.min.js
creating: angular-1.3.9/docs/components/lunr.js-0.4.2/
inflating: angular-1.3.9/docs/components/lunr.js-0.4.2/lunr.js
inflating: angular-1.3.9/docs/components/lunr.js-0.4.2/lunr.min.js
inflating: angular-1.3.9/docs/components/lunr.js-0.4.2/server.js
creating: angular-1.3.9/docs/components/marked-0.3.2/
inflating: angular-1.3.9/docs/components/marked-0.3.2/index.js
creating: angular-1.3.9/docs/components/marked-0.3.2/lib/
inflating: angular-1.3.9/docs/components/marked-0.3.2/lib/marked.js
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/README.md
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/bower.json
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Bold/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Bold/OpenSans-Bold.eot
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Bold/OpenSans-Bold.svg
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Bold/OpenSans-Bold.ttf
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Bold/OpenSans-Bold.woff
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/BoldItalic/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/BoldItalic/OpenSans-BoldItalic.eot
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/BoldItalic/OpenSans-BoldItalic.svg
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/BoldItalic/OpenSans-BoldItalic.ttf
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/BoldItalic/OpenSans-BoldItalic.woff
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBold/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBold/OpenSans-ExtraBold.eot
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBold/OpenSans-ExtraBold.svg
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBold/OpenSans-ExtraBold.ttf
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBold/OpenSans-ExtraBold.woff
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBoldItalic/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Italic/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Italic/OpenSans-Italic.eot
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Italic/OpenSans-Italic.svg
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Italic/OpenSans-Italic.ttf
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Italic/OpenSans-Italic.woff
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Light/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Light/OpenSans-Light.eot
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Light/OpenSans-Light.svg
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Light/OpenSans-Light.ttf
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Light/OpenSans-Light.woff
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/LightItalic/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/LightItalic/OpenSans-LightItalic.eot
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/LightItalic/OpenSans-LightItalic.svg
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/LightItalic/OpenSans-LightItalic.ttf
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/LightItalic/OpenSans-LightItalic.woff
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Regular/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Regular/OpenSans-Regular.eot
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Regular/OpenSans-Regular.svg
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Regular/OpenSans-Regular.ttf
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Regular/OpenSans-Regular.woff
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Semibold/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Semibold/OpenSans-Semibold.eot
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Semibold/OpenSans-Semibold.svg
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Semibold/OpenSans-Semibold.ttf
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/Semibold/OpenSans-Semibold.woff
creating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/SemiboldItalic/
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/index.html
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/open-sans.css
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/open-sans.less
inflating: angular-1.3.9/docs/components/open-sans-fontface-1.0.4/open-sans.scss
creating: angular-1.3.9/docs/css/
inflating: angular-1.3.9/docs/css/animations.css
inflating: angular-1.3.9/docs/css/doc_widgets.css
inflating: angular-1.3.9/docs/css/docs.css
inflating: angular-1.3.9/docs/css/prettify-theme.css
inflating: angular-1.3.9/docs/css/prettify.css
creating: angular-1.3.9/docs/examples/
creating: angular-1.3.9/docs/examples/example-$filter/
inflating: angular-1.3.9/docs/examples/example-$filter/index-debug.html
inflating: angular-1.3.9/docs/examples/example-$filter/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-$filter/index-production.html
inflating: angular-1.3.9/docs/examples/example-$filter/index.html
inflating: angular-1.3.9/docs/examples/example-$filter/manifest.json
inflating: angular-1.3.9/docs/examples/example-$filter/script.js
creating: angular-1.3.9/docs/examples/example-$route-service/
inflating: angular-1.3.9/docs/examples/example-$route-service/book.html
inflating: angular-1.3.9/docs/examples/example-$route-service/chapter.html
inflating: angular-1.3.9/docs/examples/example-$route-service/index-debug.html
inflating: angular-1.3.9/docs/examples/example-$route-service/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-$route-service/index-production.html
inflating: angular-1.3.9/docs/examples/example-$route-service/index.html
inflating: angular-1.3.9/docs/examples/example-$route-service/manifest.json
inflating: angular-1.3.9/docs/examples/example-$route-service/protractor.js
inflating: angular-1.3.9/docs/examples/example-$route-service/script.js
creating: angular-1.3.9/docs/examples/example-NgModelController/
inflating: angular-1.3.9/docs/examples/example-NgModelController/index-debug.html
inflating: angular-1.3.9/docs/examples/example-NgModelController/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-NgModelController/index-production.html
inflating: angular-1.3.9/docs/examples/example-NgModelController/index.html
inflating: angular-1.3.9/docs/examples/example-NgModelController/manifest.json
inflating: angular-1.3.9/docs/examples/example-NgModelController/protractor.js
inflating: angular-1.3.9/docs/examples/example-NgModelController/script.js
inflating: angular-1.3.9/docs/examples/example-NgModelController/style.css
creating: angular-1.3.9/docs/examples/example-checkbox-input-directive/
inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-checkbox-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-date-input-directive/
inflating: angular-1.3.9/docs/examples/example-date-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-date-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-date-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-date-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-date-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-date-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/
inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-datetimelocal-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-email-input-directive/
inflating: angular-1.3.9/docs/examples/example-email-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-email-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-email-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-email-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-email-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-email-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/
inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/app.js
inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/index-debug.html
inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/index-production.html
inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/index.html
inflating: angular-1.3.9/docs/examples/example-error-$rootScope-inprog/manifest.json
creating: angular-1.3.9/docs/examples/example-example/
creating: angular-1.3.9/docs/examples/example-example.csp/
inflating: angular-1.3.9/docs/examples/example-example.csp/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example.csp/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example.csp/index-production.html
inflating: angular-1.3.9/docs/examples/example-example.csp/index.html
inflating: angular-1.3.9/docs/examples/example-example.csp/manifest.json
inflating: angular-1.3.9/docs/examples/example-example.csp/protractor.js
inflating: angular-1.3.9/docs/examples/example-example.csp/script.js
inflating: angular-1.3.9/docs/examples/example-example/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example/index-production.html
inflating: angular-1.3.9/docs/examples/example-example/index.html
inflating: angular-1.3.9/docs/examples/example-example/manifest.json
inflating: angular-1.3.9/docs/examples/example-example/script.js
creating: angular-1.3.9/docs/examples/example-example1/
inflating: angular-1.3.9/docs/examples/example-example1/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example1/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example1/index-production.html
inflating: angular-1.3.9/docs/examples/example-example1/index.html
inflating: angular-1.3.9/docs/examples/example-example1/manifest.json
creating: angular-1.3.9/docs/examples/example-example10/
inflating: angular-1.3.9/docs/examples/example-example10/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example10/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example10/index-production.html
inflating: angular-1.3.9/docs/examples/example-example10/index.html
inflating: angular-1.3.9/docs/examples/example-example10/manifest.json
inflating: angular-1.3.9/docs/examples/example-example10/script.js
creating: angular-1.3.9/docs/examples/example-example100/
inflating: angular-1.3.9/docs/examples/example-example100/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example100/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example100/index-production.html
inflating: angular-1.3.9/docs/examples/example-example100/index.html
inflating: angular-1.3.9/docs/examples/example-example100/manifest.json
inflating: angular-1.3.9/docs/examples/example-example100/protractor.js
creating: angular-1.3.9/docs/examples/example-example101/
inflating: angular-1.3.9/docs/examples/example-example101/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example101/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example101/index-production.html
inflating: angular-1.3.9/docs/examples/example-example101/index.html
inflating: angular-1.3.9/docs/examples/example-example101/manifest.json
inflating: angular-1.3.9/docs/examples/example-example101/protractor.js
creating: angular-1.3.9/docs/examples/example-example102/
inflating: angular-1.3.9/docs/examples/example-example102/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example102/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example102/index-production.html
inflating: angular-1.3.9/docs/examples/example-example102/index.html
inflating: angular-1.3.9/docs/examples/example-example102/manifest.json
inflating: angular-1.3.9/docs/examples/example-example102/protractor.js
creating: angular-1.3.9/docs/examples/example-example103/
inflating: angular-1.3.9/docs/examples/example-example103/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example103/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example103/index-production.html
inflating: angular-1.3.9/docs/examples/example-example103/index.html
inflating: angular-1.3.9/docs/examples/example-example103/manifest.json
creating: angular-1.3.9/docs/examples/example-example104/
inflating: angular-1.3.9/docs/examples/example-example104/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example104/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example104/index-production.html
inflating: angular-1.3.9/docs/examples/example-example104/index.html
inflating: angular-1.3.9/docs/examples/example-example104/manifest.json
inflating: angular-1.3.9/docs/examples/example-example104/script.js
creating: angular-1.3.9/docs/examples/example-example105/
inflating: angular-1.3.9/docs/examples/example-example105/http-hello.html
inflating: angular-1.3.9/docs/examples/example-example105/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example105/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example105/index-production.html
inflating: angular-1.3.9/docs/examples/example-example105/index.html
inflating: angular-1.3.9/docs/examples/example-example105/manifest.json
inflating: angular-1.3.9/docs/examples/example-example105/protractor.js
inflating: angular-1.3.9/docs/examples/example-example105/script.js
creating: angular-1.3.9/docs/examples/example-example106/
inflating: angular-1.3.9/docs/examples/example-example106/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example106/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example106/index-production.html
inflating: angular-1.3.9/docs/examples/example-example106/index.html
inflating: angular-1.3.9/docs/examples/example-example106/manifest.json
inflating: angular-1.3.9/docs/examples/example-example106/protractor.js
creating: angular-1.3.9/docs/examples/example-example107/
inflating: angular-1.3.9/docs/examples/example-example107/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example107/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example107/index-production.html
inflating: angular-1.3.9/docs/examples/example-example107/index.html
inflating: angular-1.3.9/docs/examples/example-example107/manifest.json
creating: angular-1.3.9/docs/examples/example-example108/
inflating: angular-1.3.9/docs/examples/example-example108/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example108/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example108/index-production.html
inflating: angular-1.3.9/docs/examples/example-example108/index.html
inflating: angular-1.3.9/docs/examples/example-example108/manifest.json
creating: angular-1.3.9/docs/examples/example-example109/
inflating: angular-1.3.9/docs/examples/example-example109/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example109/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example109/index-production.html
inflating: angular-1.3.9/docs/examples/example-example109/index.html
inflating: angular-1.3.9/docs/examples/example-example109/manifest.json
inflating: angular-1.3.9/docs/examples/example-example109/script.js
creating: angular-1.3.9/docs/examples/example-example11/
inflating: angular-1.3.9/docs/examples/example-example11/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example11/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example11/index-production.html
inflating: angular-1.3.9/docs/examples/example-example11/index.html
inflating: angular-1.3.9/docs/examples/example-example11/manifest.json
inflating: angular-1.3.9/docs/examples/example-example11/my-customer.html
inflating: angular-1.3.9/docs/examples/example-example11/script.js
creating: angular-1.3.9/docs/examples/example-example110/
inflating: angular-1.3.9/docs/examples/example-example110/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example110/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example110/index-production.html
inflating: angular-1.3.9/docs/examples/example-example110/index.html
inflating: angular-1.3.9/docs/examples/example-example110/manifest.json
inflating: angular-1.3.9/docs/examples/example-example110/protractor.js
inflating: angular-1.3.9/docs/examples/example-example110/script.js
inflating: angular-1.3.9/docs/examples/example-example110/test_data.json
creating: angular-1.3.9/docs/examples/example-example111/
inflating: angular-1.3.9/docs/examples/example-example111/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example111/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example111/index-production.html
inflating: angular-1.3.9/docs/examples/example-example111/index.html
inflating: angular-1.3.9/docs/examples/example-example111/manifest.json
inflating: angular-1.3.9/docs/examples/example-example111/protractor.js
creating: angular-1.3.9/docs/examples/example-example112/
inflating: angular-1.3.9/docs/examples/example-example112/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example112/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example112/index-production.html
inflating: angular-1.3.9/docs/examples/example-example112/index.html
inflating: angular-1.3.9/docs/examples/example-example112/manifest.json
inflating: angular-1.3.9/docs/examples/example-example112/protractor.js
creating: angular-1.3.9/docs/examples/example-example113/
inflating: angular-1.3.9/docs/examples/example-example113/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example113/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example113/index-production.html
inflating: angular-1.3.9/docs/examples/example-example113/index.html
inflating: angular-1.3.9/docs/examples/example-example113/manifest.json
inflating: angular-1.3.9/docs/examples/example-example113/protractor.js
creating: angular-1.3.9/docs/examples/example-example114/
inflating: angular-1.3.9/docs/examples/example-example114/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example114/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example114/index-production.html
inflating: angular-1.3.9/docs/examples/example-example114/index.html
inflating: angular-1.3.9/docs/examples/example-example114/manifest.json
inflating: angular-1.3.9/docs/examples/example-example114/script.js
creating: angular-1.3.9/docs/examples/example-example115/
inflating: angular-1.3.9/docs/examples/example-example115/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example115/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example115/index-production.html
inflating: angular-1.3.9/docs/examples/example-example115/index.html
inflating: angular-1.3.9/docs/examples/example-example115/manifest.json
inflating: angular-1.3.9/docs/examples/example-example115/script.js
creating: angular-1.3.9/docs/examples/example-example116/
inflating: angular-1.3.9/docs/examples/example-example116/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example116/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example116/index-production.html
inflating: angular-1.3.9/docs/examples/example-example116/index.html
inflating: angular-1.3.9/docs/examples/example-example116/manifest.json
inflating: angular-1.3.9/docs/examples/example-example116/script.js
creating: angular-1.3.9/docs/examples/example-example12/
inflating: angular-1.3.9/docs/examples/example-example12/customer-address.html
inflating: angular-1.3.9/docs/examples/example-example12/customer-name.html
inflating: angular-1.3.9/docs/examples/example-example12/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example12/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example12/index-production.html
inflating: angular-1.3.9/docs/examples/example-example12/index.html
inflating: angular-1.3.9/docs/examples/example-example12/manifest.json
inflating: angular-1.3.9/docs/examples/example-example12/script.js
creating: angular-1.3.9/docs/examples/example-example13/
inflating: angular-1.3.9/docs/examples/example-example13/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example13/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example13/index-production.html
inflating: angular-1.3.9/docs/examples/example-example13/index.html
inflating: angular-1.3.9/docs/examples/example-example13/manifest.json
inflating: angular-1.3.9/docs/examples/example-example13/my-customer.html
inflating: angular-1.3.9/docs/examples/example-example13/script.js
creating: angular-1.3.9/docs/examples/example-example14/
inflating: angular-1.3.9/docs/examples/example-example14/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example14/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example14/index-production.html
inflating: angular-1.3.9/docs/examples/example-example14/index.html
inflating: angular-1.3.9/docs/examples/example-example14/manifest.json
inflating: angular-1.3.9/docs/examples/example-example14/my-customer.html
inflating: angular-1.3.9/docs/examples/example-example14/script.js
creating: angular-1.3.9/docs/examples/example-example15/
inflating: angular-1.3.9/docs/examples/example-example15/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example15/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example15/index-production.html
inflating: angular-1.3.9/docs/examples/example-example15/index.html
inflating: angular-1.3.9/docs/examples/example-example15/manifest.json
inflating: angular-1.3.9/docs/examples/example-example15/my-customer-iso.html
inflating: angular-1.3.9/docs/examples/example-example15/script.js
creating: angular-1.3.9/docs/examples/example-example16/
inflating: angular-1.3.9/docs/examples/example-example16/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example16/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example16/index-production.html
inflating: angular-1.3.9/docs/examples/example-example16/index.html
inflating: angular-1.3.9/docs/examples/example-example16/manifest.json
inflating: angular-1.3.9/docs/examples/example-example16/my-customer-plus-vojta.html
inflating: angular-1.3.9/docs/examples/example-example16/script.js
creating: angular-1.3.9/docs/examples/example-example17/
inflating: angular-1.3.9/docs/examples/example-example17/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example17/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example17/index-production.html
inflating: angular-1.3.9/docs/examples/example-example17/index.html
inflating: angular-1.3.9/docs/examples/example-example17/manifest.json
inflating: angular-1.3.9/docs/examples/example-example17/script.js
creating: angular-1.3.9/docs/examples/example-example18/
inflating: angular-1.3.9/docs/examples/example-example18/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example18/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example18/index-production.html
inflating: angular-1.3.9/docs/examples/example-example18/index.html
inflating: angular-1.3.9/docs/examples/example-example18/manifest.json
inflating: angular-1.3.9/docs/examples/example-example18/my-dialog.html
inflating: angular-1.3.9/docs/examples/example-example18/script.js
creating: angular-1.3.9/docs/examples/example-example19/
inflating: angular-1.3.9/docs/examples/example-example19/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example19/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example19/index-production.html
inflating: angular-1.3.9/docs/examples/example-example19/index.html
inflating: angular-1.3.9/docs/examples/example-example19/manifest.json
inflating: angular-1.3.9/docs/examples/example-example19/my-dialog.html
inflating: angular-1.3.9/docs/examples/example-example19/script.js
creating: angular-1.3.9/docs/examples/example-example2/
inflating: angular-1.3.9/docs/examples/example-example2/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example2/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example2/index-production.html
inflating: angular-1.3.9/docs/examples/example-example2/index.html
inflating: angular-1.3.9/docs/examples/example-example2/manifest.json
creating: angular-1.3.9/docs/examples/example-example20/
inflating: angular-1.3.9/docs/examples/example-example20/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example20/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example20/index-production.html
inflating: angular-1.3.9/docs/examples/example-example20/index.html
inflating: angular-1.3.9/docs/examples/example-example20/manifest.json
inflating: angular-1.3.9/docs/examples/example-example20/my-dialog-close.html
inflating: angular-1.3.9/docs/examples/example-example20/script.js
creating: angular-1.3.9/docs/examples/example-example21/
inflating: angular-1.3.9/docs/examples/example-example21/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example21/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example21/index-production.html
inflating: angular-1.3.9/docs/examples/example-example21/index.html
inflating: angular-1.3.9/docs/examples/example-example21/manifest.json
inflating: angular-1.3.9/docs/examples/example-example21/script.js
creating: angular-1.3.9/docs/examples/example-example22/
inflating: angular-1.3.9/docs/examples/example-example22/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example22/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example22/index-production.html
inflating: angular-1.3.9/docs/examples/example-example22/index.html
inflating: angular-1.3.9/docs/examples/example-example22/manifest.json
inflating: angular-1.3.9/docs/examples/example-example22/my-pane.html
inflating: angular-1.3.9/docs/examples/example-example22/my-tabs.html
inflating: angular-1.3.9/docs/examples/example-example22/script.js
creating: angular-1.3.9/docs/examples/example-example23/
inflating: angular-1.3.9/docs/examples/example-example23/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example23/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example23/index-production.html
inflating: angular-1.3.9/docs/examples/example-example23/index.html
inflating: angular-1.3.9/docs/examples/example-example23/manifest.json
inflating: angular-1.3.9/docs/examples/example-example23/protractor.js
creating: angular-1.3.9/docs/examples/example-example24/
inflating: angular-1.3.9/docs/examples/example-example24/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example24/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example24/index-production.html
inflating: angular-1.3.9/docs/examples/example-example24/index.html
inflating: angular-1.3.9/docs/examples/example-example24/manifest.json
inflating: angular-1.3.9/docs/examples/example-example24/protractor.js
inflating: angular-1.3.9/docs/examples/example-example24/script.js
creating: angular-1.3.9/docs/examples/example-example25/
inflating: angular-1.3.9/docs/examples/example-example25/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example25/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example25/index-production.html
inflating: angular-1.3.9/docs/examples/example-example25/index.html
inflating: angular-1.3.9/docs/examples/example-example25/manifest.json
inflating: angular-1.3.9/docs/examples/example-example25/protractor.js
inflating: angular-1.3.9/docs/examples/example-example25/script.js
creating: angular-1.3.9/docs/examples/example-example26/
inflating: angular-1.3.9/docs/examples/example-example26/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example26/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example26/index-production.html
inflating: angular-1.3.9/docs/examples/example-example26/index.html
inflating: angular-1.3.9/docs/examples/example-example26/manifest.json
inflating: angular-1.3.9/docs/examples/example-example26/script.js
creating: angular-1.3.9/docs/examples/example-example27/
inflating: angular-1.3.9/docs/examples/example-example27/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example27/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example27/index-production.html
inflating: angular-1.3.9/docs/examples/example-example27/index.html
inflating: angular-1.3.9/docs/examples/example-example27/manifest.json
inflating: angular-1.3.9/docs/examples/example-example27/protractor.js
inflating: angular-1.3.9/docs/examples/example-example27/script.js
creating: angular-1.3.9/docs/examples/example-example28/
inflating: angular-1.3.9/docs/examples/example-example28/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example28/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example28/index-production.html
inflating: angular-1.3.9/docs/examples/example-example28/index.html
inflating: angular-1.3.9/docs/examples/example-example28/manifest.json
inflating: angular-1.3.9/docs/examples/example-example28/script.js
creating: angular-1.3.9/docs/examples/example-example29/
inflating: angular-1.3.9/docs/examples/example-example29/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example29/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example29/index-production.html
inflating: angular-1.3.9/docs/examples/example-example29/index.html
inflating: angular-1.3.9/docs/examples/example-example29/manifest.json
inflating: angular-1.3.9/docs/examples/example-example29/script.js
creating: angular-1.3.9/docs/examples/example-example3/
inflating: angular-1.3.9/docs/examples/example-example3/animations.css
inflating: angular-1.3.9/docs/examples/example-example3/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example3/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example3/index-production.html
inflating: angular-1.3.9/docs/examples/example-example3/index.html
inflating: angular-1.3.9/docs/examples/example-example3/manifest.json
creating: angular-1.3.9/docs/examples/example-example30/
inflating: angular-1.3.9/docs/examples/example-example30/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example30/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example30/index-production.html
inflating: angular-1.3.9/docs/examples/example-example30/index.html
inflating: angular-1.3.9/docs/examples/example-example30/manifest.json
inflating: angular-1.3.9/docs/examples/example-example30/script.js
creating: angular-1.3.9/docs/examples/example-example31/
inflating: angular-1.3.9/docs/examples/example-example31/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example31/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example31/index-production.html
inflating: angular-1.3.9/docs/examples/example-example31/index.html
inflating: angular-1.3.9/docs/examples/example-example31/manifest.json
creating: angular-1.3.9/docs/examples/example-example32/
inflating: angular-1.3.9/docs/examples/example-example32/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example32/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example32/index-production.html
inflating: angular-1.3.9/docs/examples/example-example32/index.html
inflating: angular-1.3.9/docs/examples/example-example32/manifest.json
creating: angular-1.3.9/docs/examples/example-example33/
inflating: angular-1.3.9/docs/examples/example-example33/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example33/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example33/index-production.html
inflating: angular-1.3.9/docs/examples/example-example33/index.html
inflating: angular-1.3.9/docs/examples/example-example33/manifest.json
inflating: angular-1.3.9/docs/examples/example-example33/script.js
creating: angular-1.3.9/docs/examples/example-example34/
inflating: angular-1.3.9/docs/examples/example-example34/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example34/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example34/index-production.html
inflating: angular-1.3.9/docs/examples/example-example34/index.html
inflating: angular-1.3.9/docs/examples/example-example34/manifest.json
inflating: angular-1.3.9/docs/examples/example-example34/script.js
creating: angular-1.3.9/docs/examples/example-example35/
inflating: angular-1.3.9/docs/examples/example-example35/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example35/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example35/index-production.html
inflating: angular-1.3.9/docs/examples/example-example35/index.html
inflating: angular-1.3.9/docs/examples/example-example35/manifest.json
inflating: angular-1.3.9/docs/examples/example-example35/script.js
creating: angular-1.3.9/docs/examples/example-example36/
inflating: angular-1.3.9/docs/examples/example-example36/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example36/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example36/index-production.html
inflating: angular-1.3.9/docs/examples/example-example36/index.html
inflating: angular-1.3.9/docs/examples/example-example36/manifest.json
inflating: angular-1.3.9/docs/examples/example-example36/script.js
creating: angular-1.3.9/docs/examples/example-example37/
inflating: angular-1.3.9/docs/examples/example-example37/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example37/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example37/index-production.html
inflating: angular-1.3.9/docs/examples/example-example37/index.html
inflating: angular-1.3.9/docs/examples/example-example37/manifest.json
inflating: angular-1.3.9/docs/examples/example-example37/script.js
creating: angular-1.3.9/docs/examples/example-example38/
inflating: angular-1.3.9/docs/examples/example-example38/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example38/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example38/index-production.html
inflating: angular-1.3.9/docs/examples/example-example38/index.html
inflating: angular-1.3.9/docs/examples/example-example38/manifest.json
inflating: angular-1.3.9/docs/examples/example-example38/script.js
creating: angular-1.3.9/docs/examples/example-example39/
inflating: angular-1.3.9/docs/examples/example-example39/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example39/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example39/index-production.html
inflating: angular-1.3.9/docs/examples/example-example39/index.html
inflating: angular-1.3.9/docs/examples/example-example39/manifest.json
inflating: angular-1.3.9/docs/examples/example-example39/protractor.js
inflating: angular-1.3.9/docs/examples/example-example39/script.js
creating: angular-1.3.9/docs/examples/example-example4/
inflating: angular-1.3.9/docs/examples/example-example4/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example4/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example4/index-production.html
inflating: angular-1.3.9/docs/examples/example-example4/index.html
inflating: angular-1.3.9/docs/examples/example-example4/manifest.json
inflating: angular-1.3.9/docs/examples/example-example4/style.css
creating: angular-1.3.9/docs/examples/example-example40/
inflating: angular-1.3.9/docs/examples/example-example40/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example40/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example40/index-production.html
inflating: angular-1.3.9/docs/examples/example-example40/index.html
inflating: angular-1.3.9/docs/examples/example-example40/manifest.json
inflating: angular-1.3.9/docs/examples/example-example40/protractor.js
inflating: angular-1.3.9/docs/examples/example-example40/script.js
creating: angular-1.3.9/docs/examples/example-example41/
inflating: angular-1.3.9/docs/examples/example-example41/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example41/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example41/index-production.html
inflating: angular-1.3.9/docs/examples/example-example41/index.html
inflating: angular-1.3.9/docs/examples/example-example41/manifest.json
inflating: angular-1.3.9/docs/examples/example-example41/script.js
creating: angular-1.3.9/docs/examples/example-example42/
inflating: angular-1.3.9/docs/examples/example-example42/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example42/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example42/index-production.html
inflating: angular-1.3.9/docs/examples/example-example42/index.html
inflating: angular-1.3.9/docs/examples/example-example42/manifest.json
inflating: angular-1.3.9/docs/examples/example-example42/script.js
inflating: angular-1.3.9/docs/examples/example-example42/style.css
creating: angular-1.3.9/docs/examples/example-example43/
inflating: angular-1.3.9/docs/examples/example-example43/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example43/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example43/index-production.html
inflating: angular-1.3.9/docs/examples/example-example43/index.html
inflating: angular-1.3.9/docs/examples/example-example43/manifest.json
inflating: angular-1.3.9/docs/examples/example-example43/script.js
creating: angular-1.3.9/docs/examples/example-example44/
inflating: angular-1.3.9/docs/examples/example-example44/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example44/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example44/index-production.html
inflating: angular-1.3.9/docs/examples/example-example44/index.html
inflating: angular-1.3.9/docs/examples/example-example44/manifest.json
inflating: angular-1.3.9/docs/examples/example-example44/protractor.js
inflating: angular-1.3.9/docs/examples/example-example44/script.js
creating: angular-1.3.9/docs/examples/example-example45/
inflating: angular-1.3.9/docs/examples/example-example45/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example45/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example45/index-production.html
inflating: angular-1.3.9/docs/examples/example-example45/index.html
inflating: angular-1.3.9/docs/examples/example-example45/manifest.json
creating: angular-1.3.9/docs/examples/example-example46/
inflating: angular-1.3.9/docs/examples/example-example46/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example46/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example46/index-production.html
inflating: angular-1.3.9/docs/examples/example-example46/index.html
inflating: angular-1.3.9/docs/examples/example-example46/manifest.json
inflating: angular-1.3.9/docs/examples/example-example46/script.js
creating: angular-1.3.9/docs/examples/example-example47/
inflating: angular-1.3.9/docs/examples/example-example47/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example47/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example47/index-production.html
inflating: angular-1.3.9/docs/examples/example-example47/index.html
inflating: angular-1.3.9/docs/examples/example-example47/manifest.json
inflating: angular-1.3.9/docs/examples/example-example47/script.js
inflating: angular-1.3.9/docs/examples/example-example47/style.css
creating: angular-1.3.9/docs/examples/example-example48/
inflating: angular-1.3.9/docs/examples/example-example48/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example48/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example48/index-production.html
inflating: angular-1.3.9/docs/examples/example-example48/index.html
inflating: angular-1.3.9/docs/examples/example-example48/manifest.json
inflating: angular-1.3.9/docs/examples/example-example48/script.js
inflating: angular-1.3.9/docs/examples/example-example48/style.css
creating: angular-1.3.9/docs/examples/example-example49/
inflating: angular-1.3.9/docs/examples/example-example49/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example49/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example49/index-production.html
inflating: angular-1.3.9/docs/examples/example-example49/index.html
inflating: angular-1.3.9/docs/examples/example-example49/manifest.json
inflating: angular-1.3.9/docs/examples/example-example49/script.js
inflating: angular-1.3.9/docs/examples/example-example49/style.css
creating: angular-1.3.9/docs/examples/example-example5/
inflating: angular-1.3.9/docs/examples/example-example5/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example5/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example5/index-production.html
inflating: angular-1.3.9/docs/examples/example-example5/index.html
inflating: angular-1.3.9/docs/examples/example-example5/manifest.json
inflating: angular-1.3.9/docs/examples/example-example5/script.js
creating: angular-1.3.9/docs/examples/example-example50/
inflating: angular-1.3.9/docs/examples/example-example50/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example50/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example50/index-production.html
inflating: angular-1.3.9/docs/examples/example-example50/index.html
inflating: angular-1.3.9/docs/examples/example-example50/manifest.json
inflating: angular-1.3.9/docs/examples/example-example50/script.js
inflating: angular-1.3.9/docs/examples/example-example50/style.css
creating: angular-1.3.9/docs/examples/example-example51/
inflating: angular-1.3.9/docs/examples/example-example51/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example51/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example51/index-production.html
inflating: angular-1.3.9/docs/examples/example-example51/index.html
inflating: angular-1.3.9/docs/examples/example-example51/manifest.json
inflating: angular-1.3.9/docs/examples/example-example51/protractor.js
creating: angular-1.3.9/docs/examples/example-example52/
inflating: angular-1.3.9/docs/examples/example-example52/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example52/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example52/index-production.html
inflating: angular-1.3.9/docs/examples/example-example52/index.html
inflating: angular-1.3.9/docs/examples/example-example52/manifest.json
inflating: angular-1.3.9/docs/examples/example-example52/protractor.js
creating: angular-1.3.9/docs/examples/example-example53/
inflating: angular-1.3.9/docs/examples/example-example53/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example53/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example53/index-production.html
inflating: angular-1.3.9/docs/examples/example-example53/index.html
inflating: angular-1.3.9/docs/examples/example-example53/manifest.json
inflating: angular-1.3.9/docs/examples/example-example53/protractor.js
creating: angular-1.3.9/docs/examples/example-example54/
inflating: angular-1.3.9/docs/examples/example-example54/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example54/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example54/index-production.html
inflating: angular-1.3.9/docs/examples/example-example54/index.html
inflating: angular-1.3.9/docs/examples/example-example54/manifest.json
inflating: angular-1.3.9/docs/examples/example-example54/protractor.js
creating: angular-1.3.9/docs/examples/example-example55/
inflating: angular-1.3.9/docs/examples/example-example55/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example55/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example55/index-production.html
inflating: angular-1.3.9/docs/examples/example-example55/index.html
inflating: angular-1.3.9/docs/examples/example-example55/manifest.json
inflating: angular-1.3.9/docs/examples/example-example55/protractor.js
creating: angular-1.3.9/docs/examples/example-example56/
inflating: angular-1.3.9/docs/examples/example-example56/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example56/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example56/index-production.html
inflating: angular-1.3.9/docs/examples/example-example56/index.html
inflating: angular-1.3.9/docs/examples/example-example56/manifest.json
inflating: angular-1.3.9/docs/examples/example-example56/protractor.js
creating: angular-1.3.9/docs/examples/example-example57/
inflating: angular-1.3.9/docs/examples/example-example57/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example57/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example57/index-production.html
inflating: angular-1.3.9/docs/examples/example-example57/index.html
inflating: angular-1.3.9/docs/examples/example-example57/manifest.json
inflating: angular-1.3.9/docs/examples/example-example57/protractor.js
creating: angular-1.3.9/docs/examples/example-example58/
inflating: angular-1.3.9/docs/examples/example-example58/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example58/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example58/index-production.html
inflating: angular-1.3.9/docs/examples/example-example58/index.html
inflating: angular-1.3.9/docs/examples/example-example58/manifest.json
inflating: angular-1.3.9/docs/examples/example-example58/protractor.js
creating: angular-1.3.9/docs/examples/example-example59/
inflating: angular-1.3.9/docs/examples/example-example59/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example59/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example59/index-production.html
inflating: angular-1.3.9/docs/examples/example-example59/index.html
inflating: angular-1.3.9/docs/examples/example-example59/manifest.json
inflating: angular-1.3.9/docs/examples/example-example59/protractor.js
creating: angular-1.3.9/docs/examples/example-example6/
inflating: angular-1.3.9/docs/examples/example-example6/app.js
inflating: angular-1.3.9/docs/examples/example-example6/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example6/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example6/index-production.html
inflating: angular-1.3.9/docs/examples/example-example6/index.html
inflating: angular-1.3.9/docs/examples/example-example6/manifest.json
creating: angular-1.3.9/docs/examples/example-example60/
inflating: angular-1.3.9/docs/examples/example-example60/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example60/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example60/index-production.html
inflating: angular-1.3.9/docs/examples/example-example60/index.html
inflating: angular-1.3.9/docs/examples/example-example60/manifest.json
inflating: angular-1.3.9/docs/examples/example-example60/protractor.js
creating: angular-1.3.9/docs/examples/example-example61/
inflating: angular-1.3.9/docs/examples/example-example61/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example61/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example61/index-production.html
inflating: angular-1.3.9/docs/examples/example-example61/index.html
inflating: angular-1.3.9/docs/examples/example-example61/manifest.json
inflating: angular-1.3.9/docs/examples/example-example61/protractor.js
inflating: angular-1.3.9/docs/examples/example-example61/script.js
creating: angular-1.3.9/docs/examples/example-example62/
inflating: angular-1.3.9/docs/examples/example-example62/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example62/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example62/index-production.html
inflating: angular-1.3.9/docs/examples/example-example62/index.html
inflating: angular-1.3.9/docs/examples/example-example62/manifest.json
inflating: angular-1.3.9/docs/examples/example-example62/protractor.js
inflating: angular-1.3.9/docs/examples/example-example62/style.css
creating: angular-1.3.9/docs/examples/example-example63/
inflating: angular-1.3.9/docs/examples/example-example63/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example63/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example63/index-production.html
inflating: angular-1.3.9/docs/examples/example-example63/index.html
inflating: angular-1.3.9/docs/examples/example-example63/manifest.json
inflating: angular-1.3.9/docs/examples/example-example63/protractor.js
inflating: angular-1.3.9/docs/examples/example-example63/style.css
creating: angular-1.3.9/docs/examples/example-example64/
inflating: angular-1.3.9/docs/examples/example-example64/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example64/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example64/index-production.html
inflating: angular-1.3.9/docs/examples/example-example64/index.html
inflating: angular-1.3.9/docs/examples/example-example64/manifest.json
inflating: angular-1.3.9/docs/examples/example-example64/protractor.js
inflating: angular-1.3.9/docs/examples/example-example64/style.css
creating: angular-1.3.9/docs/examples/example-example65/
inflating: angular-1.3.9/docs/examples/example-example65/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example65/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example65/index-production.html
inflating: angular-1.3.9/docs/examples/example-example65/index.html
inflating: angular-1.3.9/docs/examples/example-example65/manifest.json
inflating: angular-1.3.9/docs/examples/example-example65/protractor.js
inflating: angular-1.3.9/docs/examples/example-example65/style.css
creating: angular-1.3.9/docs/examples/example-example66/
inflating: angular-1.3.9/docs/examples/example-example66/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example66/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example66/index-production.html
inflating: angular-1.3.9/docs/examples/example-example66/index.html
inflating: angular-1.3.9/docs/examples/example-example66/manifest.json
inflating: angular-1.3.9/docs/examples/example-example66/protractor.js
creating: angular-1.3.9/docs/examples/example-example67/
inflating: angular-1.3.9/docs/examples/example-example67/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example67/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example67/index-production.html
inflating: angular-1.3.9/docs/examples/example-example67/index.html
inflating: angular-1.3.9/docs/examples/example-example67/manifest.json
inflating: angular-1.3.9/docs/examples/example-example67/protractor.js
creating: angular-1.3.9/docs/examples/example-example68/
inflating: angular-1.3.9/docs/examples/example-example68/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example68/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example68/index-production.html
inflating: angular-1.3.9/docs/examples/example-example68/index.html
inflating: angular-1.3.9/docs/examples/example-example68/manifest.json
creating: angular-1.3.9/docs/examples/example-example69/
inflating: angular-1.3.9/docs/examples/example-example69/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example69/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example69/index-production.html
inflating: angular-1.3.9/docs/examples/example-example69/index.html
inflating: angular-1.3.9/docs/examples/example-example69/manifest.json
creating: angular-1.3.9/docs/examples/example-example7/
inflating: angular-1.3.9/docs/examples/example-example7/app.js
inflating: angular-1.3.9/docs/examples/example-example7/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example7/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example7/index-production.html
inflating: angular-1.3.9/docs/examples/example-example7/index.html
inflating: angular-1.3.9/docs/examples/example-example7/manifest.json
creating: angular-1.3.9/docs/examples/example-example70/
inflating: angular-1.3.9/docs/examples/example-example70/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example70/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example70/index-production.html
inflating: angular-1.3.9/docs/examples/example-example70/index.html
inflating: angular-1.3.9/docs/examples/example-example70/manifest.json
creating: angular-1.3.9/docs/examples/example-example71/
inflating: angular-1.3.9/docs/examples/example-example71/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example71/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example71/index-production.html
inflating: angular-1.3.9/docs/examples/example-example71/index.html
inflating: angular-1.3.9/docs/examples/example-example71/manifest.json
creating: angular-1.3.9/docs/examples/example-example72/
inflating: angular-1.3.9/docs/examples/example-example72/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example72/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example72/index-production.html
inflating: angular-1.3.9/docs/examples/example-example72/index.html
inflating: angular-1.3.9/docs/examples/example-example72/manifest.json
creating: angular-1.3.9/docs/examples/example-example73/
inflating: angular-1.3.9/docs/examples/example-example73/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example73/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example73/index-production.html
inflating: angular-1.3.9/docs/examples/example-example73/index.html
inflating: angular-1.3.9/docs/examples/example-example73/manifest.json
creating: angular-1.3.9/docs/examples/example-example74/
inflating: angular-1.3.9/docs/examples/example-example74/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example74/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example74/index-production.html
inflating: angular-1.3.9/docs/examples/example-example74/index.html
inflating: angular-1.3.9/docs/examples/example-example74/manifest.json
creating: angular-1.3.9/docs/examples/example-example75/
inflating: angular-1.3.9/docs/examples/example-example75/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example75/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example75/index-production.html
inflating: angular-1.3.9/docs/examples/example-example75/index.html
inflating: angular-1.3.9/docs/examples/example-example75/manifest.json
creating: angular-1.3.9/docs/examples/example-example76/
inflating: angular-1.3.9/docs/examples/example-example76/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example76/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example76/index-production.html
inflating: angular-1.3.9/docs/examples/example-example76/index.html
inflating: angular-1.3.9/docs/examples/example-example76/manifest.json
creating: angular-1.3.9/docs/examples/example-example77/
inflating: angular-1.3.9/docs/examples/example-example77/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example77/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example77/index-production.html
inflating: angular-1.3.9/docs/examples/example-example77/index.html
inflating: angular-1.3.9/docs/examples/example-example77/manifest.json
creating: angular-1.3.9/docs/examples/example-example78/
inflating: angular-1.3.9/docs/examples/example-example78/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example78/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example78/index-production.html
inflating: angular-1.3.9/docs/examples/example-example78/index.html
inflating: angular-1.3.9/docs/examples/example-example78/manifest.json
inflating: angular-1.3.9/docs/examples/example-example78/protractor.js
creating: angular-1.3.9/docs/examples/example-example79/
inflating: angular-1.3.9/docs/examples/example-example79/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example79/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example79/index-production.html
inflating: angular-1.3.9/docs/examples/example-example79/index.html
inflating: angular-1.3.9/docs/examples/example-example79/manifest.json
creating: angular-1.3.9/docs/examples/example-example8/
inflating: angular-1.3.9/docs/examples/example-example8/app.css
inflating: angular-1.3.9/docs/examples/example-example8/app.js
inflating: angular-1.3.9/docs/examples/example-example8/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example8/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example8/index-production.html
inflating: angular-1.3.9/docs/examples/example-example8/index.html
inflating: angular-1.3.9/docs/examples/example-example8/manifest.json
creating: angular-1.3.9/docs/examples/example-example80/
inflating: angular-1.3.9/docs/examples/example-example80/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example80/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example80/index-production.html
inflating: angular-1.3.9/docs/examples/example-example80/index.html
inflating: angular-1.3.9/docs/examples/example-example80/manifest.json
creating: angular-1.3.9/docs/examples/example-example81/
inflating: angular-1.3.9/docs/examples/example-example81/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example81/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example81/index-production.html
inflating: angular-1.3.9/docs/examples/example-example81/index.html
inflating: angular-1.3.9/docs/examples/example-example81/manifest.json
creating: angular-1.3.9/docs/examples/example-example82/
inflating: angular-1.3.9/docs/examples/example-example82/animations.css
inflating: angular-1.3.9/docs/examples/example-example82/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example82/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example82/index-production.html
inflating: angular-1.3.9/docs/examples/example-example82/index.html
inflating: angular-1.3.9/docs/examples/example-example82/manifest.json
creating: angular-1.3.9/docs/examples/example-example83/
inflating: angular-1.3.9/docs/examples/example-example83/animations.css
inflating: angular-1.3.9/docs/examples/example-example83/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example83/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example83/index-production.html
inflating: angular-1.3.9/docs/examples/example-example83/index.html
inflating: angular-1.3.9/docs/examples/example-example83/manifest.json
inflating: angular-1.3.9/docs/examples/example-example83/protractor.js
inflating: angular-1.3.9/docs/examples/example-example83/script.js
inflating: angular-1.3.9/docs/examples/example-example83/template1.html
inflating: angular-1.3.9/docs/examples/example-example83/template2.html
creating: angular-1.3.9/docs/examples/example-example84/
inflating: angular-1.3.9/docs/examples/example-example84/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example84/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example84/index-production.html
inflating: angular-1.3.9/docs/examples/example-example84/index.html
inflating: angular-1.3.9/docs/examples/example-example84/manifest.json
inflating: angular-1.3.9/docs/examples/example-example84/protractor.js
creating: angular-1.3.9/docs/examples/example-example85/
inflating: angular-1.3.9/docs/examples/example-example85/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example85/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example85/index-production.html
inflating: angular-1.3.9/docs/examples/example-example85/index.html
inflating: angular-1.3.9/docs/examples/example-example85/manifest.json
creating: angular-1.3.9/docs/examples/example-example86/
inflating: angular-1.3.9/docs/examples/example-example86/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example86/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example86/index-production.html
inflating: angular-1.3.9/docs/examples/example-example86/index.html
inflating: angular-1.3.9/docs/examples/example-example86/manifest.json
inflating: angular-1.3.9/docs/examples/example-example86/protractor.js
creating: angular-1.3.9/docs/examples/example-example87/
inflating: angular-1.3.9/docs/examples/example-example87/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example87/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example87/index-production.html
inflating: angular-1.3.9/docs/examples/example-example87/index.html
inflating: angular-1.3.9/docs/examples/example-example87/manifest.json
inflating: angular-1.3.9/docs/examples/example-example87/protractor.js
creating: angular-1.3.9/docs/examples/example-example88/
inflating: angular-1.3.9/docs/examples/example-example88/animations.css
inflating: angular-1.3.9/docs/examples/example-example88/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example88/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example88/index-production.html
inflating: angular-1.3.9/docs/examples/example-example88/index.html
inflating: angular-1.3.9/docs/examples/example-example88/manifest.json
inflating: angular-1.3.9/docs/examples/example-example88/protractor.js
creating: angular-1.3.9/docs/examples/example-example89/
inflating: angular-1.3.9/docs/examples/example-example89/animations.css
inflating: angular-1.3.9/docs/examples/example-example89/glyphicons.css
inflating: angular-1.3.9/docs/examples/example-example89/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example89/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example89/index-production.html
inflating: angular-1.3.9/docs/examples/example-example89/index.html
inflating: angular-1.3.9/docs/examples/example-example89/manifest.json
inflating: angular-1.3.9/docs/examples/example-example89/protractor.js
creating: angular-1.3.9/docs/examples/example-example9/
inflating: angular-1.3.9/docs/examples/example-example9/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example9/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example9/index-production.html
inflating: angular-1.3.9/docs/examples/example-example9/index.html
inflating: angular-1.3.9/docs/examples/example-example9/manifest.json
inflating: angular-1.3.9/docs/examples/example-example9/protractor.js
inflating: angular-1.3.9/docs/examples/example-example9/script.js
creating: angular-1.3.9/docs/examples/example-example90/
inflating: angular-1.3.9/docs/examples/example-example90/animations.css
inflating: angular-1.3.9/docs/examples/example-example90/glyphicons.css
inflating: angular-1.3.9/docs/examples/example-example90/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example90/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example90/index-production.html
inflating: angular-1.3.9/docs/examples/example-example90/index.html
inflating: angular-1.3.9/docs/examples/example-example90/manifest.json
inflating: angular-1.3.9/docs/examples/example-example90/protractor.js
creating: angular-1.3.9/docs/examples/example-example91/
inflating: angular-1.3.9/docs/examples/example-example91/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example91/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example91/index-production.html
inflating: angular-1.3.9/docs/examples/example-example91/index.html
inflating: angular-1.3.9/docs/examples/example-example91/manifest.json
inflating: angular-1.3.9/docs/examples/example-example91/protractor.js
inflating: angular-1.3.9/docs/examples/example-example91/style.css
creating: angular-1.3.9/docs/examples/example-example92/
inflating: angular-1.3.9/docs/examples/example-example92/animations.css
inflating: angular-1.3.9/docs/examples/example-example92/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example92/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example92/index-production.html
inflating: angular-1.3.9/docs/examples/example-example92/index.html
inflating: angular-1.3.9/docs/examples/example-example92/manifest.json
inflating: angular-1.3.9/docs/examples/example-example92/protractor.js
inflating: angular-1.3.9/docs/examples/example-example92/script.js
creating: angular-1.3.9/docs/examples/example-example93/
inflating: angular-1.3.9/docs/examples/example-example93/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example93/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example93/index-production.html
inflating: angular-1.3.9/docs/examples/example-example93/index.html
inflating: angular-1.3.9/docs/examples/example-example93/manifest.json
inflating: angular-1.3.9/docs/examples/example-example93/protractor.js
creating: angular-1.3.9/docs/examples/example-example94/
inflating: angular-1.3.9/docs/examples/example-example94/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example94/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example94/index-production.html
inflating: angular-1.3.9/docs/examples/example-example94/index.html
inflating: angular-1.3.9/docs/examples/example-example94/manifest.json
inflating: angular-1.3.9/docs/examples/example-example94/protractor.js
creating: angular-1.3.9/docs/examples/example-example95/
inflating: angular-1.3.9/docs/examples/example-example95/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example95/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example95/index-production.html
inflating: angular-1.3.9/docs/examples/example-example95/index.html
inflating: angular-1.3.9/docs/examples/example-example95/manifest.json
inflating: angular-1.3.9/docs/examples/example-example95/protractor.js
creating: angular-1.3.9/docs/examples/example-example96/
inflating: angular-1.3.9/docs/examples/example-example96/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example96/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example96/index-production.html
inflating: angular-1.3.9/docs/examples/example-example96/index.html
inflating: angular-1.3.9/docs/examples/example-example96/manifest.json
inflating: angular-1.3.9/docs/examples/example-example96/script.js
creating: angular-1.3.9/docs/examples/example-example97/
inflating: angular-1.3.9/docs/examples/example-example97/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example97/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example97/index-production.html
inflating: angular-1.3.9/docs/examples/example-example97/index.html
inflating: angular-1.3.9/docs/examples/example-example97/manifest.json
inflating: angular-1.3.9/docs/examples/example-example97/protractor.js
creating: angular-1.3.9/docs/examples/example-example98/
inflating: angular-1.3.9/docs/examples/example-example98/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example98/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example98/index-production.html
inflating: angular-1.3.9/docs/examples/example-example98/index.html
inflating: angular-1.3.9/docs/examples/example-example98/manifest.json
inflating: angular-1.3.9/docs/examples/example-example98/protractor.js
creating: angular-1.3.9/docs/examples/example-example99/
inflating: angular-1.3.9/docs/examples/example-example99/index-debug.html
inflating: angular-1.3.9/docs/examples/example-example99/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-example99/index-production.html
inflating: angular-1.3.9/docs/examples/example-example99/index.html
inflating: angular-1.3.9/docs/examples/example-example99/manifest.json
inflating: angular-1.3.9/docs/examples/example-example99/protractor.js
creating: angular-1.3.9/docs/examples/example-guide-concepts-1/
inflating: angular-1.3.9/docs/examples/example-guide-concepts-1/index-debug.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-1/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-1/index-production.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-1/index.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-1/manifest.json
creating: angular-1.3.9/docs/examples/example-guide-concepts-2/
inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/index-debug.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/index-production.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/index.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/invoice1.js
inflating: angular-1.3.9/docs/examples/example-guide-concepts-2/manifest.json
creating: angular-1.3.9/docs/examples/example-guide-concepts-21/
inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/finance2.js
inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/index-debug.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/index-production.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/index.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/invoice2.js
inflating: angular-1.3.9/docs/examples/example-guide-concepts-21/manifest.json
creating: angular-1.3.9/docs/examples/example-guide-concepts-3/
inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/finance3.js
inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/index-debug.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/index-production.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/index.html
inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/invoice3.js
inflating: angular-1.3.9/docs/examples/example-guide-concepts-3/manifest.json
creating: angular-1.3.9/docs/examples/example-input-directive/
inflating: angular-1.3.9/docs/examples/example-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-location-hashbang-mode/
inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/addressBar.js
inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/app.js
inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/fakeBrowser.js
inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/index-debug.html
inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/index-production.html
inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/index.html
inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/manifest.json
inflating: angular-1.3.9/docs/examples/example-location-hashbang-mode/protractor.js
creating: angular-1.3.9/docs/examples/example-location-html5-mode/
inflating: angular-1.3.9/docs/examples/example-location-html5-mode/addressBar.js
inflating: angular-1.3.9/docs/examples/example-location-html5-mode/app.js
inflating: angular-1.3.9/docs/examples/example-location-html5-mode/fakeBrowser.js
inflating: angular-1.3.9/docs/examples/example-location-html5-mode/index-debug.html
inflating: angular-1.3.9/docs/examples/example-location-html5-mode/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-location-html5-mode/index-production.html
inflating: angular-1.3.9/docs/examples/example-location-html5-mode/index.html
inflating: angular-1.3.9/docs/examples/example-location-html5-mode/manifest.json
inflating: angular-1.3.9/docs/examples/example-location-html5-mode/protractor.js
creating: angular-1.3.9/docs/examples/example-month-input-directive/
inflating: angular-1.3.9/docs/examples/example-month-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-month-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-month-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-month-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-month-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-month-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/
inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/app.js
inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/index-production.html
inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/index.html
inflating: angular-1.3.9/docs/examples/example-ng-model-cancel-update/manifest.json
creating: angular-1.3.9/docs/examples/example-ngChange-directive/
inflating: angular-1.3.9/docs/examples/example-ngChange-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngChange-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngChange-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngChange-directive/index.html
inflating: angular-1.3.9/docs/examples/example-ngChange-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-ngChange-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-ngController/
inflating: angular-1.3.9/docs/examples/example-ngController/app.js
inflating: angular-1.3.9/docs/examples/example-ngController/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngController/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngController/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngController/index.html
inflating: angular-1.3.9/docs/examples/example-ngController/manifest.json
inflating: angular-1.3.9/docs/examples/example-ngController/protractor.js
creating: angular-1.3.9/docs/examples/example-ngControllerAs/
inflating: angular-1.3.9/docs/examples/example-ngControllerAs/app.js
inflating: angular-1.3.9/docs/examples/example-ngControllerAs/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngControllerAs/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngControllerAs/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngControllerAs/index.html
inflating: angular-1.3.9/docs/examples/example-ngControllerAs/manifest.json
inflating: angular-1.3.9/docs/examples/example-ngControllerAs/protractor.js
creating: angular-1.3.9/docs/examples/example-ngList-directive/
creating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/
inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/index.html
inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/manifest.json
inflating: angular-1.3.9/docs/examples/example-ngList-directive-newlines/protractor.js
inflating: angular-1.3.9/docs/examples/example-ngList-directive/app.js
inflating: angular-1.3.9/docs/examples/example-ngList-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngList-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngList-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngList-directive/index.html
inflating: angular-1.3.9/docs/examples/example-ngList-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-ngList-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-ngMessages-directive/
inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/index.html
inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-ngMessages-directive/script.js
creating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/
inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/app.js
inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/index.html
inflating: angular-1.3.9/docs/examples/example-ngModel-getter-setter/manifest.json
creating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/app.js
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/index.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/manifest.json
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-blur/protractor.js
creating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/app.js
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/index.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-debounce/manifest.json
creating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/app.js
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/index.html
inflating: angular-1.3.9/docs/examples/example-ngModelOptions-directive-getter-setter/manifest.json
creating: angular-1.3.9/docs/examples/example-ngValue-directive/
inflating: angular-1.3.9/docs/examples/example-ngValue-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngValue-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngValue-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngValue-directive/index.html
inflating: angular-1.3.9/docs/examples/example-ngValue-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-ngValue-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-ngView-directive/
inflating: angular-1.3.9/docs/examples/example-ngView-directive/animations.css
inflating: angular-1.3.9/docs/examples/example-ngView-directive/book.html
inflating: angular-1.3.9/docs/examples/example-ngView-directive/chapter.html
inflating: angular-1.3.9/docs/examples/example-ngView-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-ngView-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-ngView-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-ngView-directive/index.html
inflating: angular-1.3.9/docs/examples/example-ngView-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-ngView-directive/protractor.js
inflating: angular-1.3.9/docs/examples/example-ngView-directive/script.js
creating: angular-1.3.9/docs/examples/example-number-input-directive/
inflating: angular-1.3.9/docs/examples/example-number-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-number-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-number-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-number-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-number-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-number-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-radio-input-directive/
inflating: angular-1.3.9/docs/examples/example-radio-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-radio-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-radio-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-radio-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-radio-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-radio-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-text-input-directive/
inflating: angular-1.3.9/docs/examples/example-text-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-text-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-text-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-text-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-text-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-text-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-time-input-directive/
inflating: angular-1.3.9/docs/examples/example-time-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-time-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-time-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-time-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-time-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-time-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-url-input-directive/
inflating: angular-1.3.9/docs/examples/example-url-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-url-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-url-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-url-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-url-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-url-input-directive/protractor.js
creating: angular-1.3.9/docs/examples/example-week-input-directive/
inflating: angular-1.3.9/docs/examples/example-week-input-directive/index-debug.html
inflating: angular-1.3.9/docs/examples/example-week-input-directive/index-jquery.html
inflating: angular-1.3.9/docs/examples/example-week-input-directive/index-production.html
inflating: angular-1.3.9/docs/examples/example-week-input-directive/index.html
inflating: angular-1.3.9/docs/examples/example-week-input-directive/manifest.json
inflating: angular-1.3.9/docs/examples/example-week-input-directive/protractor.js
inflating: angular-1.3.9/docs/favicon.ico
creating: angular-1.3.9/docs/img/
inflating: angular-1.3.9/docs/img/AngularJS-small.png
inflating: angular-1.3.9/docs/img/One_Way_Data_Binding.png
inflating: angular-1.3.9/docs/img/Two_Way_Data_Binding.png
inflating: angular-1.3.9/docs/img/angular_parts.png
inflating: angular-1.3.9/docs/img/angularjs-for-header-only.svg
inflating: angular-1.3.9/docs/img/bullet.png
inflating: angular-1.3.9/docs/img/form_data_flow.png
inflating: angular-1.3.9/docs/img/glyphicons-halflings-white.png
inflating: angular-1.3.9/docs/img/glyphicons-halflings.png
creating: angular-1.3.9/docs/img/guide/
inflating: angular-1.3.9/docs/img/guide/concepts-databinding1.png
inflating: angular-1.3.9/docs/img/guide/concepts-databinding2.png
inflating: angular-1.3.9/docs/img/guide/concepts-directive.png
inflating: angular-1.3.9/docs/img/guide/concepts-module-injector.png
inflating: angular-1.3.9/docs/img/guide/concepts-module-service.png
inflating: angular-1.3.9/docs/img/guide/concepts-runtime.png
inflating: angular-1.3.9/docs/img/guide/concepts-scope-watch-strategies.png
inflating: angular-1.3.9/docs/img/guide/concepts-scope.png
inflating: angular-1.3.9/docs/img/guide/concepts-startup.png
inflating: angular-1.3.9/docs/img/guide/concepts-view.png
inflating: angular-1.3.9/docs/img/guide/di_sequence_final.png
inflating: angular-1.3.9/docs/img/guide/dom_scope_final.png
inflating: angular-1.3.9/docs/img/guide/forms-debounce.gif
inflating: angular-1.3.9/docs/img/guide/forms-update-on-blur.gif
inflating: angular-1.3.9/docs/img/guide/hashbang_vs_regular_url.jpg
inflating: angular-1.3.9/docs/img/guide/scenario_runner.png
inflating: angular-1.3.9/docs/img/guide/simple_scope_final.png
inflating: angular-1.3.9/docs/img/helloworld.png
inflating: angular-1.3.9/docs/img/helloworld_2way.png
creating: angular-1.3.9/docs/img/tutorial/
inflating: angular-1.3.9/docs/img/tutorial/catalog_screen.png
inflating: angular-1.3.9/docs/img/tutorial/tutorial_00.png
inflating: angular-1.3.9/docs/img/tutorial/tutorial_00_final.png
inflating: angular-1.3.9/docs/img/tutorial/tutorial_02.png
inflating: angular-1.3.9/docs/img/tutorial/tutorial_03.png
inflating: angular-1.3.9/docs/img/tutorial/tutorial_04.png
inflating: angular-1.3.9/docs/img/tutorial/tutorial_05.png
inflating: angular-1.3.9/docs/img/tutorial/tutorial_05.pptx
inflating: angular-1.3.9/docs/img/tutorial/tutorial_07_final.png
inflating: angular-1.3.9/docs/img/tutorial/tutorial_08-09_final.png
inflating: angular-1.3.9/docs/img/tutorial/tutorial_10-11_final.png
inflating: angular-1.3.9/docs/img/tutorial/xhr_service_final.png
inflating: angular-1.3.9/docs/index-debug.html
inflating: angular-1.3.9/docs/index-jquery.html
inflating: angular-1.3.9/docs/index-production.html
inflating: angular-1.3.9/docs/index.html
creating: angular-1.3.9/docs/js/
creating: angular-1.3.9/docs/js/angular-bootstrap/
inflating: angular-1.3.9/docs/js/angular-bootstrap/bootstrap.js
inflating: angular-1.3.9/docs/js/angular-bootstrap/bootstrap.min.js
inflating: angular-1.3.9/docs/js/angular-bootstrap/bootstrap.min.js.map
inflating: angular-1.3.9/docs/js/angular-bootstrap/dropdown-toggle.js
inflating: angular-1.3.9/docs/js/angular-bootstrap/dropdown-toggle.min.js
inflating: angular-1.3.9/docs/js/angular-bootstrap/dropdown-toggle.min.js.map
inflating: angular-1.3.9/docs/js/docs.js
inflating: angular-1.3.9/docs/js/docs.min.js
inflating: angular-1.3.9/docs/js/docs.min.js.map
inflating: angular-1.3.9/docs/js/nav-data.js
inflating: angular-1.3.9/docs/js/pages-data.js
inflating: angular-1.3.9/docs/js/search-data.json
inflating: angular-1.3.9/docs/js/search-worker.js
inflating: angular-1.3.9/docs/js/search-worker.min.js
inflating: angular-1.3.9/docs/js/search-worker.min.js.map
inflating: angular-1.3.9/docs/js/versions-data.js
creating: angular-1.3.9/docs/partials/
creating: angular-1.3.9/docs/partials/api/
inflating: angular-1.3.9/docs/partials/api.html
creating: angular-1.3.9/docs/partials/api/auto/
inflating: angular-1.3.9/docs/partials/api/auto.html
creating: angular-1.3.9/docs/partials/api/auto/service/
inflating: angular-1.3.9/docs/partials/api/auto/service.html
inflating: angular-1.3.9/docs/partials/api/auto/service/$injector.html
inflating: angular-1.3.9/docs/partials/api/auto/service/$provide.html
creating: angular-1.3.9/docs/partials/api/ng/
inflating: angular-1.3.9/docs/partials/api/ng.html
creating: angular-1.3.9/docs/partials/api/ng/directive/
inflating: angular-1.3.9/docs/partials/api/ng/directive.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/a.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/form.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/input.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngApp.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngBind.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngBindHtml.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngBindTemplate.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngBlur.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngChange.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngChecked.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngClass.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngClassEven.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngClassOdd.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngClick.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngCloak.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngController.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngCopy.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngCsp.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngCut.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngDblclick.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngDisabled.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngFocus.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngForm.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngHide.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngHref.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngIf.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngInclude.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngInit.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngKeydown.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngKeypress.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngKeyup.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngList.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngModel.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngModelOptions.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMousedown.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMouseenter.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMouseleave.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMousemove.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMouseover.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngMouseup.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngNonBindable.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngOpen.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngPaste.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngPluralize.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngReadonly.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngRepeat.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngSelected.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngShow.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngSrc.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngSrcset.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngStyle.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngSubmit.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngSwitch.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngTransclude.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/ngValue.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/script.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/select.html
inflating: angular-1.3.9/docs/partials/api/ng/directive/textarea.html
creating: angular-1.3.9/docs/partials/api/ng/filter/
inflating: angular-1.3.9/docs/partials/api/ng/filter.html
inflating: angular-1.3.9/docs/partials/api/ng/filter/currency.html
inflating: angular-1.3.9/docs/partials/api/ng/filter/date.html
inflating: angular-1.3.9/docs/partials/api/ng/filter/filter.html
inflating: angular-1.3.9/docs/partials/api/ng/filter/json.html
inflating: angular-1.3.9/docs/partials/api/ng/filter/limitTo.html
inflating: angular-1.3.9/docs/partials/api/ng/filter/lowercase.html
inflating: angular-1.3.9/docs/partials/api/ng/filter/number.html
inflating: angular-1.3.9/docs/partials/api/ng/filter/orderBy.html
inflating: angular-1.3.9/docs/partials/api/ng/filter/uppercase.html
creating: angular-1.3.9/docs/partials/api/ng/function/
inflating: angular-1.3.9/docs/partials/api/ng/function.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.bind.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.bootstrap.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.copy.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.element.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.equals.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.extend.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.forEach.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.fromJson.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.identity.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.injector.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isArray.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isDate.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isDefined.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isElement.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isFunction.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isNumber.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isObject.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isString.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.isUndefined.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.lowercase.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.module.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.noop.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.reloadWithDebugInfo.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.toJson.html
inflating: angular-1.3.9/docs/partials/api/ng/function/angular.uppercase.html
creating: angular-1.3.9/docs/partials/api/ng/input/
inflating: angular-1.3.9/docs/partials/api/ng/input.html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[checkbox].html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[date].html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[datetime-local].html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[email].html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[month].html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[number].html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[radio].html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[text].html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[time].html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[url].html
inflating: angular-1.3.9/docs/partials/api/ng/input/input[week].html
creating: angular-1.3.9/docs/partials/api/ng/object/
inflating: angular-1.3.9/docs/partials/api/ng/object.html
inflating: angular-1.3.9/docs/partials/api/ng/object/angular.version.html
creating: angular-1.3.9/docs/partials/api/ng/provider/
inflating: angular-1.3.9/docs/partials/api/ng/provider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$anchorScrollProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$animateProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$compileProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$controllerProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$filterProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$httpProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$interpolateProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$locationProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$logProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$parseProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$rootScopeProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$sceDelegateProvider.html
inflating: angular-1.3.9/docs/partials/api/ng/provider/$sceProvider.html
creating: angular-1.3.9/docs/partials/api/ng/service/
inflating: angular-1.3.9/docs/partials/api/ng/service.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$anchorScroll.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$animate.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$cacheFactory.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$compile.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$controller.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$document.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$exceptionHandler.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$filter.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$http.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$httpBackend.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$interpolate.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$interval.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$locale.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$location.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$log.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$parse.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$q.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$rootElement.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$rootScope.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$sce.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$sceDelegate.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$templateCache.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$templateRequest.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$timeout.html
inflating: angular-1.3.9/docs/partials/api/ng/service/$window.html
creating: angular-1.3.9/docs/partials/api/ng/type/
inflating: angular-1.3.9/docs/partials/api/ng/type.html
inflating: angular-1.3.9/docs/partials/api/ng/type/$cacheFactory.Cache.html
inflating: angular-1.3.9/docs/partials/api/ng/type/$compile.directive.Attributes.html
inflating: angular-1.3.9/docs/partials/api/ng/type/$rootScope.Scope.html
inflating: angular-1.3.9/docs/partials/api/ng/type/angular.Module.html
inflating: angular-1.3.9/docs/partials/api/ng/type/form.FormController.html
inflating: angular-1.3.9/docs/partials/api/ng/type/ngModel.NgModelController.html
creating: angular-1.3.9/docs/partials/api/ngAnimate/
inflating: angular-1.3.9/docs/partials/api/ngAnimate.html
creating: angular-1.3.9/docs/partials/api/ngAnimate/provider/
inflating: angular-1.3.9/docs/partials/api/ngAnimate/provider.html
inflating: angular-1.3.9/docs/partials/api/ngAnimate/provider/$animateProvider.html
creating: angular-1.3.9/docs/partials/api/ngAnimate/service/
inflating: angular-1.3.9/docs/partials/api/ngAnimate/service.html
inflating: angular-1.3.9/docs/partials/api/ngAnimate/service/$animate.html
creating: angular-1.3.9/docs/partials/api/ngAria/
inflating: angular-1.3.9/docs/partials/api/ngAria.html
creating: angular-1.3.9/docs/partials/api/ngAria/provider/
inflating: angular-1.3.9/docs/partials/api/ngAria/provider.html
inflating: angular-1.3.9/docs/partials/api/ngAria/provider/$ariaProvider.html
creating: angular-1.3.9/docs/partials/api/ngAria/service/
inflating: angular-1.3.9/docs/partials/api/ngAria/service.html
inflating: angular-1.3.9/docs/partials/api/ngAria/service/$aria.html
creating: angular-1.3.9/docs/partials/api/ngCookies/
inflating: angular-1.3.9/docs/partials/api/ngCookies.html
creating: angular-1.3.9/docs/partials/api/ngCookies/service/
inflating: angular-1.3.9/docs/partials/api/ngCookies/service.html
inflating: angular-1.3.9/docs/partials/api/ngCookies/service/$cookieStore.html
inflating: angular-1.3.9/docs/partials/api/ngCookies/service/$cookies.html
creating: angular-1.3.9/docs/partials/api/ngMessages/
inflating: angular-1.3.9/docs/partials/api/ngMessages.html
creating: angular-1.3.9/docs/partials/api/ngMessages/directive/
inflating: angular-1.3.9/docs/partials/api/ngMessages/directive.html
inflating: angular-1.3.9/docs/partials/api/ngMessages/directive/ngMessage.html
inflating: angular-1.3.9/docs/partials/api/ngMessages/directive/ngMessages.html
creating: angular-1.3.9/docs/partials/api/ngMock/
inflating: angular-1.3.9/docs/partials/api/ngMock.html
creating: angular-1.3.9/docs/partials/api/ngMock/function/
inflating: angular-1.3.9/docs/partials/api/ngMock/function.html
inflating: angular-1.3.9/docs/partials/api/ngMock/function/angular.mock.dump.html
inflating: angular-1.3.9/docs/partials/api/ngMock/function/angular.mock.inject.html
inflating: angular-1.3.9/docs/partials/api/ngMock/function/angular.mock.module.html
creating: angular-1.3.9/docs/partials/api/ngMock/object/
inflating: angular-1.3.9/docs/partials/api/ngMock/object.html
inflating: angular-1.3.9/docs/partials/api/ngMock/object/angular.mock.html
creating: angular-1.3.9/docs/partials/api/ngMock/provider/
inflating: angular-1.3.9/docs/partials/api/ngMock/provider.html
inflating: angular-1.3.9/docs/partials/api/ngMock/provider/$exceptionHandlerProvider.html
creating: angular-1.3.9/docs/partials/api/ngMock/service/
inflating: angular-1.3.9/docs/partials/api/ngMock/service.html
inflating: angular-1.3.9/docs/partials/api/ngMock/service/$exceptionHandler.html
inflating: angular-1.3.9/docs/partials/api/ngMock/service/$httpBackend.html
inflating: angular-1.3.9/docs/partials/api/ngMock/service/$interval.html
inflating: angular-1.3.9/docs/partials/api/ngMock/service/$log.html
inflating: angular-1.3.9/docs/partials/api/ngMock/service/$timeout.html
creating: angular-1.3.9/docs/partials/api/ngMock/type/
inflating: angular-1.3.9/docs/partials/api/ngMock/type.html
inflating: angular-1.3.9/docs/partials/api/ngMock/type/$rootScope.Scope.html
inflating: angular-1.3.9/docs/partials/api/ngMock/type/angular.mock.TzDate.html
creating: angular-1.3.9/docs/partials/api/ngMockE2E/
inflating: angular-1.3.9/docs/partials/api/ngMockE2E.html
creating: angular-1.3.9/docs/partials/api/ngMockE2E/service/
inflating: angular-1.3.9/docs/partials/api/ngMockE2E/service.html
inflating: angular-1.3.9/docs/partials/api/ngMockE2E/service/$httpBackend.html
creating: angular-1.3.9/docs/partials/api/ngResource/
inflating: angular-1.3.9/docs/partials/api/ngResource.html
creating: angular-1.3.9/docs/partials/api/ngResource/service/
inflating: angular-1.3.9/docs/partials/api/ngResource/service.html
inflating: angular-1.3.9/docs/partials/api/ngResource/service/$resource.html
creating: angular-1.3.9/docs/partials/api/ngRoute/
inflating: angular-1.3.9/docs/partials/api/ngRoute.html
creating: angular-1.3.9/docs/partials/api/ngRoute/directive/
inflating: angular-1.3.9/docs/partials/api/ngRoute/directive.html
inflating: angular-1.3.9/docs/partials/api/ngRoute/directive/ngView.html
creating: angular-1.3.9/docs/partials/api/ngRoute/provider/
inflating: angular-1.3.9/docs/partials/api/ngRoute/provider.html
inflating: angular-1.3.9/docs/partials/api/ngRoute/provider/$routeProvider.html
creating: angular-1.3.9/docs/partials/api/ngRoute/service/
inflating: angular-1.3.9/docs/partials/api/ngRoute/service.html
inflating: angular-1.3.9/docs/partials/api/ngRoute/service/$route.html
inflating: angular-1.3.9/docs/partials/api/ngRoute/service/$routeParams.html
creating: angular-1.3.9/docs/partials/api/ngSanitize/
inflating: angular-1.3.9/docs/partials/api/ngSanitize.html
creating: angular-1.3.9/docs/partials/api/ngSanitize/filter/
inflating: angular-1.3.9/docs/partials/api/ngSanitize/filter.html
inflating: angular-1.3.9/docs/partials/api/ngSanitize/filter/linky.html
creating: angular-1.3.9/docs/partials/api/ngSanitize/service/
inflating: angular-1.3.9/docs/partials/api/ngSanitize/service.html
inflating: angular-1.3.9/docs/partials/api/ngSanitize/service/$sanitize.html
creating: angular-1.3.9/docs/partials/api/ngTouch/
inflating: angular-1.3.9/docs/partials/api/ngTouch.html
creating: angular-1.3.9/docs/partials/api/ngTouch/directive/
inflating: angular-1.3.9/docs/partials/api/ngTouch/directive.html
inflating: angular-1.3.9/docs/partials/api/ngTouch/directive/ngClick.html
inflating: angular-1.3.9/docs/partials/api/ngTouch/directive/ngSwipeLeft.html
inflating: angular-1.3.9/docs/partials/api/ngTouch/directive/ngSwipeRight.html
creating: angular-1.3.9/docs/partials/api/ngTouch/service/
inflating: angular-1.3.9/docs/partials/api/ngTouch/service.html
inflating: angular-1.3.9/docs/partials/api/ngTouch/service/$swipe.html
creating: angular-1.3.9/docs/partials/error/
inflating: angular-1.3.9/docs/partials/error.html
creating: angular-1.3.9/docs/partials/error/$animate/
inflating: angular-1.3.9/docs/partials/error/$animate.html
inflating: angular-1.3.9/docs/partials/error/$animate/notcsel.html
creating: angular-1.3.9/docs/partials/error/$cacheFactory/
inflating: angular-1.3.9/docs/partials/error/$cacheFactory.html
inflating: angular-1.3.9/docs/partials/error/$cacheFactory/iid.html
creating: angular-1.3.9/docs/partials/error/$compile/
inflating: angular-1.3.9/docs/partials/error/$compile.html
inflating: angular-1.3.9/docs/partials/error/$compile/ctreq.html
inflating: angular-1.3.9/docs/partials/error/$compile/iscp.html
inflating: angular-1.3.9/docs/partials/error/$compile/multidir.html
inflating: angular-1.3.9/docs/partials/error/$compile/nodomevents.html
inflating: angular-1.3.9/docs/partials/error/$compile/nonassign.html
inflating: angular-1.3.9/docs/partials/error/$compile/selmulti.html
inflating: angular-1.3.9/docs/partials/error/$compile/tpload.html
inflating: angular-1.3.9/docs/partials/error/$compile/tplrt.html
inflating: angular-1.3.9/docs/partials/error/$compile/uterdir.html
creating: angular-1.3.9/docs/partials/error/$controller/
inflating: angular-1.3.9/docs/partials/error/$controller.html
inflating: angular-1.3.9/docs/partials/error/$controller/noscp.html
creating: angular-1.3.9/docs/partials/error/$http/
inflating: angular-1.3.9/docs/partials/error/$http.html
inflating: angular-1.3.9/docs/partials/error/$http/badreq.html
creating: angular-1.3.9/docs/partials/error/$injector/
inflating: angular-1.3.9/docs/partials/error/$injector.html
inflating: angular-1.3.9/docs/partials/error/$injector/cdep.html
inflating: angular-1.3.9/docs/partials/error/$injector/itkn.html
inflating: angular-1.3.9/docs/partials/error/$injector/modulerr.html
inflating: angular-1.3.9/docs/partials/error/$injector/nomod.html
inflating: angular-1.3.9/docs/partials/error/$injector/pget.html
inflating: angular-1.3.9/docs/partials/error/$injector/strictdi.html
inflating: angular-1.3.9/docs/partials/error/$injector/undef.html
inflating: angular-1.3.9/docs/partials/error/$injector/unpr.html
creating: angular-1.3.9/docs/partials/error/$interpolate/
inflating: angular-1.3.9/docs/partials/error/$interpolate.html
inflating: angular-1.3.9/docs/partials/error/$interpolate/interr.html
inflating: angular-1.3.9/docs/partials/error/$interpolate/noconcat.html
creating: angular-1.3.9/docs/partials/error/$location/
inflating: angular-1.3.9/docs/partials/error/$location.html
inflating: angular-1.3.9/docs/partials/error/$location/ipthprfx.html
inflating: angular-1.3.9/docs/partials/error/$location/isrcharg.html
inflating: angular-1.3.9/docs/partials/error/$location/nobase.html
inflating: angular-1.3.9/docs/partials/error/$location/nostate.html
creating: angular-1.3.9/docs/partials/error/$parse/
inflating: angular-1.3.9/docs/partials/error/$parse.html
inflating: angular-1.3.9/docs/partials/error/$parse/isecdom.html
inflating: angular-1.3.9/docs/partials/error/$parse/isecff.html
inflating: angular-1.3.9/docs/partials/error/$parse/isecfld.html
inflating: angular-1.3.9/docs/partials/error/$parse/isecfn.html
inflating: angular-1.3.9/docs/partials/error/$parse/isecobj.html
inflating: angular-1.3.9/docs/partials/error/$parse/isecwindow.html
inflating: angular-1.3.9/docs/partials/error/$parse/lexerr.html
inflating: angular-1.3.9/docs/partials/error/$parse/syntax.html
inflating: angular-1.3.9/docs/partials/error/$parse/ueoe.html
creating: angular-1.3.9/docs/partials/error/$q/
inflating: angular-1.3.9/docs/partials/error/$q.html
inflating: angular-1.3.9/docs/partials/error/$q/norslvr.html
inflating: angular-1.3.9/docs/partials/error/$q/qcycle.html
creating: angular-1.3.9/docs/partials/error/$resource/
inflating: angular-1.3.9/docs/partials/error/$resource.html
inflating: angular-1.3.9/docs/partials/error/$resource/badargs.html
inflating: angular-1.3.9/docs/partials/error/$resource/badcfg.html
inflating: angular-1.3.9/docs/partials/error/$resource/badmember.html
inflating: angular-1.3.9/docs/partials/error/$resource/badname.html
creating: angular-1.3.9/docs/partials/error/$rootScope/
inflating: angular-1.3.9/docs/partials/error/$rootScope.html
inflating: angular-1.3.9/docs/partials/error/$rootScope/infdig.html
inflating: angular-1.3.9/docs/partials/error/$rootScope/inprog.html
creating: angular-1.3.9/docs/partials/error/$sanitize/
inflating: angular-1.3.9/docs/partials/error/$sanitize.html
inflating: angular-1.3.9/docs/partials/error/$sanitize/badparse.html
creating: angular-1.3.9/docs/partials/error/$sce/
inflating: angular-1.3.9/docs/partials/error/$sce.html
inflating: angular-1.3.9/docs/partials/error/$sce/icontext.html
inflating: angular-1.3.9/docs/partials/error/$sce/iequirks.html
inflating: angular-1.3.9/docs/partials/error/$sce/imatcher.html
inflating: angular-1.3.9/docs/partials/error/$sce/insecurl.html
inflating: angular-1.3.9/docs/partials/error/$sce/itype.html
inflating: angular-1.3.9/docs/partials/error/$sce/iwcard.html
inflating: angular-1.3.9/docs/partials/error/$sce/unsafe.html
creating: angular-1.3.9/docs/partials/error/jqLite/
inflating: angular-1.3.9/docs/partials/error/jqLite.html
inflating: angular-1.3.9/docs/partials/error/jqLite/nosel.html
inflating: angular-1.3.9/docs/partials/error/jqLite/offargs.html
inflating: angular-1.3.9/docs/partials/error/jqLite/onargs.html
creating: angular-1.3.9/docs/partials/error/ng/
inflating: angular-1.3.9/docs/partials/error/ng.html
inflating: angular-1.3.9/docs/partials/error/ng/areq.html
inflating: angular-1.3.9/docs/partials/error/ng/badname.html
inflating: angular-1.3.9/docs/partials/error/ng/btstrpd.html
inflating: angular-1.3.9/docs/partials/error/ng/cpi.html
inflating: angular-1.3.9/docs/partials/error/ng/cpws.html
inflating: angular-1.3.9/docs/partials/error/ng/test.html
creating: angular-1.3.9/docs/partials/error/ngModel/
inflating: angular-1.3.9/docs/partials/error/ngModel.html
inflating: angular-1.3.9/docs/partials/error/ngModel/constexpr.html
inflating: angular-1.3.9/docs/partials/error/ngModel/datefmt.html
inflating: angular-1.3.9/docs/partials/error/ngModel/nonassign.html
creating: angular-1.3.9/docs/partials/error/ngOptions/
inflating: angular-1.3.9/docs/partials/error/ngOptions.html
inflating: angular-1.3.9/docs/partials/error/ngOptions/iexp.html
inflating: angular-1.3.9/docs/partials/error/ngOptions/trkslct.html
creating: angular-1.3.9/docs/partials/error/ngPattern/
inflating: angular-1.3.9/docs/partials/error/ngPattern.html
inflating: angular-1.3.9/docs/partials/error/ngPattern/noregexp.html
creating: angular-1.3.9/docs/partials/error/ngRepeat/
inflating: angular-1.3.9/docs/partials/error/ngRepeat.html
inflating: angular-1.3.9/docs/partials/error/ngRepeat/badident.html
inflating: angular-1.3.9/docs/partials/error/ngRepeat/dupes.html
inflating: angular-1.3.9/docs/partials/error/ngRepeat/iexp.html
inflating: angular-1.3.9/docs/partials/error/ngRepeat/iidexp.html
creating: angular-1.3.9/docs/partials/error/ngTransclude/
inflating: angular-1.3.9/docs/partials/error/ngTransclude.html
inflating: angular-1.3.9/docs/partials/error/ngTransclude/orphan.html
creating: angular-1.3.9/docs/partials/guide/
inflating: angular-1.3.9/docs/partials/guide.html
inflating: angular-1.3.9/docs/partials/guide/$location.html
inflating: angular-1.3.9/docs/partials/guide/accessibility.html
inflating: angular-1.3.9/docs/partials/guide/animations.html
inflating: angular-1.3.9/docs/partials/guide/bootstrap.html
inflating: angular-1.3.9/docs/partials/guide/compiler.html
inflating: angular-1.3.9/docs/partials/guide/concepts.html
inflating: angular-1.3.9/docs/partials/guide/controller.html
inflating: angular-1.3.9/docs/partials/guide/css-styling.html
inflating: angular-1.3.9/docs/partials/guide/databinding.html
inflating: angular-1.3.9/docs/partials/guide/di.html
inflating: angular-1.3.9/docs/partials/guide/directive.html
inflating: angular-1.3.9/docs/partials/guide/e2e-testing.html
inflating: angular-1.3.9/docs/partials/guide/expression.html
inflating: angular-1.3.9/docs/partials/guide/filter.html
inflating: angular-1.3.9/docs/partials/guide/forms.html
inflating: angular-1.3.9/docs/partials/guide/i18n.html
inflating: angular-1.3.9/docs/partials/guide/ie.html
inflating: angular-1.3.9/docs/partials/guide/introduction.html
inflating: angular-1.3.9/docs/partials/guide/migration.html
inflating: angular-1.3.9/docs/partials/guide/module.html
inflating: angular-1.3.9/docs/partials/guide/production.html
inflating: angular-1.3.9/docs/partials/guide/providers.html
inflating: angular-1.3.9/docs/partials/guide/scope.html
inflating: angular-1.3.9/docs/partials/guide/security.html
inflating: angular-1.3.9/docs/partials/guide/services.html
inflating: angular-1.3.9/docs/partials/guide/templates.html
inflating: angular-1.3.9/docs/partials/guide/unit-testing.html
creating: angular-1.3.9/docs/partials/misc/
inflating: angular-1.3.9/docs/partials/misc.html
inflating: angular-1.3.9/docs/partials/misc/contribute.html
inflating: angular-1.3.9/docs/partials/misc/downloading.html
inflating: angular-1.3.9/docs/partials/misc/faq.html
inflating: angular-1.3.9/docs/partials/misc/started.html
creating: angular-1.3.9/docs/partials/tutorial/
inflating: angular-1.3.9/docs/partials/tutorial.html
inflating: angular-1.3.9/docs/partials/tutorial/step_00.html
inflating: angular-1.3.9/docs/partials/tutorial/step_01.html
inflating: angular-1.3.9/docs/partials/tutorial/step_02.html
inflating: angular-1.3.9/docs/partials/tutorial/step_03.html
inflating: angular-1.3.9/docs/partials/tutorial/step_04.html
inflating: angular-1.3.9/docs/partials/tutorial/step_05.html
inflating: angular-1.3.9/docs/partials/tutorial/step_06.html
inflating: angular-1.3.9/docs/partials/tutorial/step_07.html
inflating: angular-1.3.9/docs/partials/tutorial/step_08.html
inflating: angular-1.3.9/docs/partials/tutorial/step_09.html
inflating: angular-1.3.9/docs/partials/tutorial/step_10.html
inflating: angular-1.3.9/docs/partials/tutorial/step_11.html
inflating: angular-1.3.9/docs/partials/tutorial/step_12.html
inflating: angular-1.3.9/docs/partials/tutorial/the_end.html
creating: angular-1.3.9/docs/ptore2e/
creating: angular-1.3.9/docs/ptore2e/example-$route-service/
inflating: angular-1.3.9/docs/ptore2e/example-$route-service/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-$route-service/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-NgModelController/
inflating: angular-1.3.9/docs/ptore2e/example-NgModelController/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-NgModelController/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-checkbox-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-checkbox-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-checkbox-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-date-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-date-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-date-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-datetimelocal-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-datetimelocal-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-datetimelocal-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-email-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-email-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-email-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example.csp/
inflating: angular-1.3.9/docs/ptore2e/example-example.csp/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example.csp/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example100/
inflating: angular-1.3.9/docs/ptore2e/example-example100/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example100/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example101/
inflating: angular-1.3.9/docs/ptore2e/example-example101/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example101/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example102/
inflating: angular-1.3.9/docs/ptore2e/example-example102/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example102/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example105/
inflating: angular-1.3.9/docs/ptore2e/example-example105/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example105/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example106/
inflating: angular-1.3.9/docs/ptore2e/example-example106/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example106/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example110/
inflating: angular-1.3.9/docs/ptore2e/example-example110/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example110/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example111/
inflating: angular-1.3.9/docs/ptore2e/example-example111/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example111/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example112/
inflating: angular-1.3.9/docs/ptore2e/example-example112/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example112/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example113/
inflating: angular-1.3.9/docs/ptore2e/example-example113/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example113/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example23/
inflating: angular-1.3.9/docs/ptore2e/example-example23/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example23/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example24/
inflating: angular-1.3.9/docs/ptore2e/example-example24/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example24/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example25/
inflating: angular-1.3.9/docs/ptore2e/example-example25/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example25/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example27/
inflating: angular-1.3.9/docs/ptore2e/example-example27/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example27/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example39/
inflating: angular-1.3.9/docs/ptore2e/example-example39/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example39/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example40/
inflating: angular-1.3.9/docs/ptore2e/example-example40/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example40/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example44/
inflating: angular-1.3.9/docs/ptore2e/example-example44/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example44/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example51/
inflating: angular-1.3.9/docs/ptore2e/example-example51/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example51/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example52/
inflating: angular-1.3.9/docs/ptore2e/example-example52/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example52/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example53/
inflating: angular-1.3.9/docs/ptore2e/example-example53/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example53/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example54/
inflating: angular-1.3.9/docs/ptore2e/example-example54/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example54/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example55/
inflating: angular-1.3.9/docs/ptore2e/example-example55/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example55/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example56/
inflating: angular-1.3.9/docs/ptore2e/example-example56/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example56/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example57/
inflating: angular-1.3.9/docs/ptore2e/example-example57/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example57/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example58/
inflating: angular-1.3.9/docs/ptore2e/example-example58/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example58/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example59/
inflating: angular-1.3.9/docs/ptore2e/example-example59/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example59/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example60/
inflating: angular-1.3.9/docs/ptore2e/example-example60/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example60/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example61/
inflating: angular-1.3.9/docs/ptore2e/example-example61/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example61/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example62/
inflating: angular-1.3.9/docs/ptore2e/example-example62/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example62/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example63/
inflating: angular-1.3.9/docs/ptore2e/example-example63/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example63/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example64/
inflating: angular-1.3.9/docs/ptore2e/example-example64/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example64/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example65/
inflating: angular-1.3.9/docs/ptore2e/example-example65/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example65/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example66/
inflating: angular-1.3.9/docs/ptore2e/example-example66/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example66/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example67/
inflating: angular-1.3.9/docs/ptore2e/example-example67/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example67/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example78/
inflating: angular-1.3.9/docs/ptore2e/example-example78/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example78/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example83/
inflating: angular-1.3.9/docs/ptore2e/example-example83/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example83/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example84/
inflating: angular-1.3.9/docs/ptore2e/example-example84/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example84/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example86/
inflating: angular-1.3.9/docs/ptore2e/example-example86/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example86/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example87/
inflating: angular-1.3.9/docs/ptore2e/example-example87/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example87/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example88/
inflating: angular-1.3.9/docs/ptore2e/example-example88/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example88/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example89/
inflating: angular-1.3.9/docs/ptore2e/example-example89/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example89/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example9/
inflating: angular-1.3.9/docs/ptore2e/example-example9/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example9/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example90/
inflating: angular-1.3.9/docs/ptore2e/example-example90/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example90/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example91/
inflating: angular-1.3.9/docs/ptore2e/example-example91/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example91/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example92/
inflating: angular-1.3.9/docs/ptore2e/example-example92/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example92/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example93/
inflating: angular-1.3.9/docs/ptore2e/example-example93/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example93/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example94/
inflating: angular-1.3.9/docs/ptore2e/example-example94/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example94/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example95/
inflating: angular-1.3.9/docs/ptore2e/example-example95/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example95/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example97/
inflating: angular-1.3.9/docs/ptore2e/example-example97/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example97/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example98/
inflating: angular-1.3.9/docs/ptore2e/example-example98/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example98/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-example99/
inflating: angular-1.3.9/docs/ptore2e/example-example99/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-example99/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-location-hashbang-mode/
inflating: angular-1.3.9/docs/ptore2e/example-location-hashbang-mode/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-location-hashbang-mode/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-location-html5-mode/
inflating: angular-1.3.9/docs/ptore2e/example-location-html5-mode/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-location-html5-mode/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-month-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-month-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-month-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-ngChange-directive/
inflating: angular-1.3.9/docs/ptore2e/example-ngChange-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-ngChange-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-ngController/
inflating: angular-1.3.9/docs/ptore2e/example-ngController/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-ngController/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-ngControllerAs/
inflating: angular-1.3.9/docs/ptore2e/example-ngControllerAs/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-ngControllerAs/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-ngList-directive/
creating: angular-1.3.9/docs/ptore2e/example-ngList-directive-newlines/
inflating: angular-1.3.9/docs/ptore2e/example-ngList-directive-newlines/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-ngList-directive-newlines/jquery_test.js
inflating: angular-1.3.9/docs/ptore2e/example-ngList-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-ngList-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-ngModelOptions-directive-blur/
inflating: angular-1.3.9/docs/ptore2e/example-ngModelOptions-directive-blur/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-ngModelOptions-directive-blur/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-ngValue-directive/
inflating: angular-1.3.9/docs/ptore2e/example-ngValue-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-ngValue-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-ngView-directive/
inflating: angular-1.3.9/docs/ptore2e/example-ngView-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-ngView-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-number-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-number-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-number-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-radio-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-radio-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-radio-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-text-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-text-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-text-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-time-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-time-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-time-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-url-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-url-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-url-input-directive/jquery_test.js
creating: angular-1.3.9/docs/ptore2e/example-week-input-directive/
inflating: angular-1.3.9/docs/ptore2e/example-week-input-directive/default_test.js
inflating: angular-1.3.9/docs/ptore2e/example-week-input-directive/jquery_test.js
inflating: angular-1.3.9/errors.json
creating: angular-1.3.9/i18n/
inflating: angular-1.3.9/i18n/angular-locale_aa-dj.js
inflating: angular-1.3.9/i18n/angular-locale_aa-er.js
inflating: angular-1.3.9/i18n/angular-locale_aa-et.js
inflating: angular-1.3.9/i18n/angular-locale_aa.js
inflating: angular-1.3.9/i18n/angular-locale_af-na.js
inflating: angular-1.3.9/i18n/angular-locale_af-za.js
inflating: angular-1.3.9/i18n/angular-locale_af.js
inflating: angular-1.3.9/i18n/angular-locale_agq-cm.js
inflating: angular-1.3.9/i18n/angular-locale_agq.js
inflating: angular-1.3.9/i18n/angular-locale_ak-gh.js
inflating: angular-1.3.9/i18n/angular-locale_ak.js
inflating: angular-1.3.9/i18n/angular-locale_am-et.js
inflating: angular-1.3.9/i18n/angular-locale_am.js
inflating: angular-1.3.9/i18n/angular-locale_ar-001.js
inflating: angular-1.3.9/i18n/angular-locale_ar-ae.js
inflating: angular-1.3.9/i18n/angular-locale_ar-bh.js
inflating: angular-1.3.9/i18n/angular-locale_ar-dj.js
inflating: angular-1.3.9/i18n/angular-locale_ar-dz.js
inflating: angular-1.3.9/i18n/angular-locale_ar-eg.js
inflating: angular-1.3.9/i18n/angular-locale_ar-eh.js
inflating: angular-1.3.9/i18n/angular-locale_ar-er.js
inflating: angular-1.3.9/i18n/angular-locale_ar-il.js
inflating: angular-1.3.9/i18n/angular-locale_ar-iq.js
inflating: angular-1.3.9/i18n/angular-locale_ar-jo.js
inflating: angular-1.3.9/i18n/angular-locale_ar-km.js
inflating: angular-1.3.9/i18n/angular-locale_ar-kw.js
inflating: angular-1.3.9/i18n/angular-locale_ar-lb.js
inflating: angular-1.3.9/i18n/angular-locale_ar-ly.js
inflating: angular-1.3.9/i18n/angular-locale_ar-ma.js
inflating: angular-1.3.9/i18n/angular-locale_ar-mr.js
inflating: angular-1.3.9/i18n/angular-locale_ar-om.js
inflating: angular-1.3.9/i18n/angular-locale_ar-ps.js
inflating: angular-1.3.9/i18n/angular-locale_ar-qa.js
inflating: angular-1.3.9/i18n/angular-locale_ar-sa.js
inflating: angular-1.3.9/i18n/angular-locale_ar-sd.js
inflating: angular-1.3.9/i18n/angular-locale_ar-so.js
inflating: angular-1.3.9/i18n/angular-locale_ar-ss.js
inflating: angular-1.3.9/i18n/angular-locale_ar-sy.js
inflating: angular-1.3.9/i18n/angular-locale_ar-td.js
inflating: angular-1.3.9/i18n/angular-locale_ar-tn.js
inflating: angular-1.3.9/i18n/angular-locale_ar-ye.js
inflating: angular-1.3.9/i18n/angular-locale_ar.js
inflating: angular-1.3.9/i18n/angular-locale_as-in.js
inflating: angular-1.3.9/i18n/angular-locale_as.js
inflating: angular-1.3.9/i18n/angular-locale_asa-tz.js
inflating: angular-1.3.9/i18n/angular-locale_asa.js
inflating: angular-1.3.9/i18n/angular-locale_ast-es.js
inflating: angular-1.3.9/i18n/angular-locale_ast.js
inflating: angular-1.3.9/i18n/angular-locale_az-cyrl-az.js
inflating: angular-1.3.9/i18n/angular-locale_az-cyrl.js
inflating: angular-1.3.9/i18n/angular-locale_az-latn-az.js
inflating: angular-1.3.9/i18n/angular-locale_az-latn.js
inflating: angular-1.3.9/i18n/angular-locale_az.js
inflating: angular-1.3.9/i18n/angular-locale_bas-cm.js
inflating: angular-1.3.9/i18n/angular-locale_bas.js
inflating: angular-1.3.9/i18n/angular-locale_be-by.js
inflating: angular-1.3.9/i18n/angular-locale_be.js
inflating: angular-1.3.9/i18n/angular-locale_bem-zm.js
inflating: angular-1.3.9/i18n/angular-locale_bem.js
inflating: angular-1.3.9/i18n/angular-locale_bez-tz.js
inflating: angular-1.3.9/i18n/angular-locale_bez.js
inflating: angular-1.3.9/i18n/angular-locale_bg-bg.js
inflating: angular-1.3.9/i18n/angular-locale_bg.js
inflating: angular-1.3.9/i18n/angular-locale_bm-latn-ml.js
inflating: angular-1.3.9/i18n/angular-locale_bm-latn.js
inflating: angular-1.3.9/i18n/angular-locale_bm-ml.js
inflating: angular-1.3.9/i18n/angular-locale_bm.js
inflating: angular-1.3.9/i18n/angular-locale_bn-bd.js
inflating: angular-1.3.9/i18n/angular-locale_bn-in.js
inflating: angular-1.3.9/i18n/angular-locale_bn.js
inflating: angular-1.3.9/i18n/angular-locale_bo-cn.js
inflating: angular-1.3.9/i18n/angular-locale_bo-in.js
inflating: angular-1.3.9/i18n/angular-locale_bo.js
inflating: angular-1.3.9/i18n/angular-locale_br-fr.js
inflating: angular-1.3.9/i18n/angular-locale_br.js
inflating: angular-1.3.9/i18n/angular-locale_brx-in.js
inflating: angular-1.3.9/i18n/angular-locale_brx.js
inflating: angular-1.3.9/i18n/angular-locale_bs-cyrl-ba.js
inflating: angular-1.3.9/i18n/angular-locale_bs-cyrl.js
inflating: angular-1.3.9/i18n/angular-locale_bs-latn-ba.js
inflating: angular-1.3.9/i18n/angular-locale_bs-latn.js
inflating: angular-1.3.9/i18n/angular-locale_bs.js
inflating: angular-1.3.9/i18n/angular-locale_byn-er.js
inflating: angular-1.3.9/i18n/angular-locale_byn.js
inflating: angular-1.3.9/i18n/angular-locale_ca-ad.js
inflating: angular-1.3.9/i18n/angular-locale_ca-es-valencia.js
inflating: angular-1.3.9/i18n/angular-locale_ca-es.js
inflating: angular-1.3.9/i18n/angular-locale_ca-fr.js
inflating: angular-1.3.9/i18n/angular-locale_ca-it.js
inflating: angular-1.3.9/i18n/angular-locale_ca.js
inflating: angular-1.3.9/i18n/angular-locale_cgg-ug.js
inflating: angular-1.3.9/i18n/angular-locale_cgg.js
inflating: angular-1.3.9/i18n/angular-locale_chr-us.js
inflating: angular-1.3.9/i18n/angular-locale_chr.js
inflating: angular-1.3.9/i18n/angular-locale_ckb-arab-iq.js
inflating: angular-1.3.9/i18n/angular-locale_ckb-arab-ir.js
inflating: angular-1.3.9/i18n/angular-locale_ckb-arab.js
inflating: angular-1.3.9/i18n/angular-locale_ckb-iq.js
inflating: angular-1.3.9/i18n/angular-locale_ckb-ir.js
inflating: angular-1.3.9/i18n/angular-locale_ckb-latn-iq.js
inflating: angular-1.3.9/i18n/angular-locale_ckb-latn.js
inflating: angular-1.3.9/i18n/angular-locale_ckb.js
inflating: angular-1.3.9/i18n/angular-locale_cs-cz.js
inflating: angular-1.3.9/i18n/angular-locale_cs.js
inflating: angular-1.3.9/i18n/angular-locale_cy-gb.js
inflating: angular-1.3.9/i18n/angular-locale_cy.js
inflating: angular-1.3.9/i18n/angular-locale_da-dk.js
inflating: angular-1.3.9/i18n/angular-locale_da-gl.js
inflating: angular-1.3.9/i18n/angular-locale_da.js
inflating: angular-1.3.9/i18n/angular-locale_dav-ke.js
inflating: angular-1.3.9/i18n/angular-locale_dav.js
inflating: angular-1.3.9/i18n/angular-locale_de-at.js
inflating: angular-1.3.9/i18n/angular-locale_de-be.js
inflating: angular-1.3.9/i18n/angular-locale_de-ch.js
inflating: angular-1.3.9/i18n/angular-locale_de-de.js
inflating: angular-1.3.9/i18n/angular-locale_de-li.js
inflating: angular-1.3.9/i18n/angular-locale_de-lu.js
inflating: angular-1.3.9/i18n/angular-locale_de.js
inflating: angular-1.3.9/i18n/angular-locale_dje-ne.js
inflating: angular-1.3.9/i18n/angular-locale_dje.js
inflating: angular-1.3.9/i18n/angular-locale_dsb-de.js
inflating: angular-1.3.9/i18n/angular-locale_dsb.js
inflating: angular-1.3.9/i18n/angular-locale_dua-cm.js
inflating: angular-1.3.9/i18n/angular-locale_dua.js
inflating: angular-1.3.9/i18n/angular-locale_dyo-sn.js
inflating: angular-1.3.9/i18n/angular-locale_dyo.js
inflating: angular-1.3.9/i18n/angular-locale_dz-bt.js
inflating: angular-1.3.9/i18n/angular-locale_dz.js
inflating: angular-1.3.9/i18n/angular-locale_ebu-ke.js
inflating: angular-1.3.9/i18n/angular-locale_ebu.js
inflating: angular-1.3.9/i18n/angular-locale_ee-gh.js
inflating: angular-1.3.9/i18n/angular-locale_ee-tg.js
inflating: angular-1.3.9/i18n/angular-locale_ee.js
inflating: angular-1.3.9/i18n/angular-locale_el-cy.js
inflating: angular-1.3.9/i18n/angular-locale_el-gr.js
inflating: angular-1.3.9/i18n/angular-locale_el.js
inflating: angular-1.3.9/i18n/angular-locale_en-001.js
inflating: angular-1.3.9/i18n/angular-locale_en-150.js
inflating: angular-1.3.9/i18n/angular-locale_en-ag.js
inflating: angular-1.3.9/i18n/angular-locale_en-ai.js
inflating: angular-1.3.9/i18n/angular-locale_en-as.js
inflating: angular-1.3.9/i18n/angular-locale_en-au.js
inflating: angular-1.3.9/i18n/angular-locale_en-bb.js
inflating: angular-1.3.9/i18n/angular-locale_en-be.js
inflating: angular-1.3.9/i18n/angular-locale_en-bm.js
inflating: angular-1.3.9/i18n/angular-locale_en-bs.js
inflating: angular-1.3.9/i18n/angular-locale_en-bw.js
inflating: angular-1.3.9/i18n/angular-locale_en-bz.js
inflating: angular-1.3.9/i18n/angular-locale_en-ca.js
inflating: angular-1.3.9/i18n/angular-locale_en-cc.js
inflating: angular-1.3.9/i18n/angular-locale_en-ck.js
inflating: angular-1.3.9/i18n/angular-locale_en-cm.js
inflating: angular-1.3.9/i18n/angular-locale_en-cx.js
inflating: angular-1.3.9/i18n/angular-locale_en-dg.js
inflating: angular-1.3.9/i18n/angular-locale_en-dm.js
inflating: angular-1.3.9/i18n/angular-locale_en-er.js
inflating: angular-1.3.9/i18n/angular-locale_en-fj.js
inflating: angular-1.3.9/i18n/angular-locale_en-fk.js
inflating: angular-1.3.9/i18n/angular-locale_en-fm.js
inflating: angular-1.3.9/i18n/angular-locale_en-gb.js
inflating: angular-1.3.9/i18n/angular-locale_en-gd.js
inflating: angular-1.3.9/i18n/angular-locale_en-gg.js
inflating: angular-1.3.9/i18n/angular-locale_en-gh.js
inflating: angular-1.3.9/i18n/angular-locale_en-gi.js
inflating: angular-1.3.9/i18n/angular-locale_en-gm.js
inflating: angular-1.3.9/i18n/angular-locale_en-gu.js
inflating: angular-1.3.9/i18n/angular-locale_en-gy.js
inflating: angular-1.3.9/i18n/angular-locale_en-hk.js
inflating: angular-1.3.9/i18n/angular-locale_en-ie.js
inflating: angular-1.3.9/i18n/angular-locale_en-im.js
inflating: angular-1.3.9/i18n/angular-locale_en-in.js
inflating: angular-1.3.9/i18n/angular-locale_en-io.js
inflating: angular-1.3.9/i18n/angular-locale_en-iso.js
inflating: angular-1.3.9/i18n/angular-locale_en-je.js
inflating: angular-1.3.9/i18n/angular-locale_en-jm.js
inflating: angular-1.3.9/i18n/angular-locale_en-ke.js
inflating: angular-1.3.9/i18n/angular-locale_en-ki.js
inflating: angular-1.3.9/i18n/angular-locale_en-kn.js
inflating: angular-1.3.9/i18n/angular-locale_en-ky.js
inflating: angular-1.3.9/i18n/angular-locale_en-lc.js
inflating: angular-1.3.9/i18n/angular-locale_en-lr.js
inflating: angular-1.3.9/i18n/angular-locale_en-ls.js
inflating: angular-1.3.9/i18n/angular-locale_en-mg.js
inflating: angular-1.3.9/i18n/angular-locale_en-mh.js
inflating: angular-1.3.9/i18n/angular-locale_en-mo.js
inflating: angular-1.3.9/i18n/angular-locale_en-mp.js
inflating: angular-1.3.9/i18n/angular-locale_en-ms.js
inflating: angular-1.3.9/i18n/angular-locale_en-mt.js
inflating: angular-1.3.9/i18n/angular-locale_en-mu.js
inflating: angular-1.3.9/i18n/angular-locale_en-mw.js
inflating: angular-1.3.9/i18n/angular-locale_en-my.js
inflating: angular-1.3.9/i18n/angular-locale_en-na.js
inflating: angular-1.3.9/i18n/angular-locale_en-nf.js
inflating: angular-1.3.9/i18n/angular-locale_en-ng.js
inflating: angular-1.3.9/i18n/angular-locale_en-nr.js
inflating: angular-1.3.9/i18n/angular-locale_en-nu.js
inflating: angular-1.3.9/i18n/angular-locale_en-nz.js
inflating: angular-1.3.9/i18n/angular-locale_en-pg.js
inflating: angular-1.3.9/i18n/angular-locale_en-ph.js
inflating: angular-1.3.9/i18n/angular-locale_en-pk.js
inflating: angular-1.3.9/i18n/angular-locale_en-pn.js
inflating: angular-1.3.9/i18n/angular-locale_en-pr.js
inflating: angular-1.3.9/i18n/angular-locale_en-pw.js
inflating: angular-1.3.9/i18n/angular-locale_en-rw.js
inflating: angular-1.3.9/i18n/angular-locale_en-sb.js
inflating: angular-1.3.9/i18n/angular-locale_en-sc.js
inflating: angular-1.3.9/i18n/angular-locale_en-sd.js
inflating: angular-1.3.9/i18n/angular-locale_en-sg.js
inflating: angular-1.3.9/i18n/angular-locale_en-sh.js
inflating: angular-1.3.9/i18n/angular-locale_en-sl.js
inflating: angular-1.3.9/i18n/angular-locale_en-ss.js
inflating: angular-1.3.9/i18n/angular-locale_en-sx.js
inflating: angular-1.3.9/i18n/angular-locale_en-sz.js
inflating: angular-1.3.9/i18n/angular-locale_en-tc.js
inflating: angular-1.3.9/i18n/angular-locale_en-tk.js
inflating: angular-1.3.9/i18n/angular-locale_en-to.js
inflating: angular-1.3.9/i18n/angular-locale_en-tt.js
inflating: angular-1.3.9/i18n/angular-locale_en-tv.js
inflating: angular-1.3.9/i18n/angular-locale_en-tz.js
inflating: angular-1.3.9/i18n/angular-locale_en-ug.js
inflating: angular-1.3.9/i18n/angular-locale_en-um.js
inflating: angular-1.3.9/i18n/angular-locale_en-us.js
inflating: angular-1.3.9/i18n/angular-locale_en-vc.js
inflating: angular-1.3.9/i18n/angular-locale_en-vg.js
inflating: angular-1.3.9/i18n/angular-locale_en-vi.js
inflating: angular-1.3.9/i18n/angular-locale_en-vu.js
inflating: angular-1.3.9/i18n/angular-locale_en-ws.js
inflating: angular-1.3.9/i18n/angular-locale_en-za.js
inflating: angular-1.3.9/i18n/angular-locale_en-zm.js
inflating: angular-1.3.9/i18n/angular-locale_en-zw.js
inflating: angular-1.3.9/i18n/angular-locale_en.js
inflating: angular-1.3.9/i18n/angular-locale_eo-001.js
inflating: angular-1.3.9/i18n/angular-locale_eo.js
inflating: angular-1.3.9/i18n/angular-locale_es-419.js
inflating: angular-1.3.9/i18n/angular-locale_es-ar.js
inflating: angular-1.3.9/i18n/angular-locale_es-bo.js
inflating: angular-1.3.9/i18n/angular-locale_es-cl.js
inflating: angular-1.3.9/i18n/angular-locale_es-co.js
inflating: angular-1.3.9/i18n/angular-locale_es-cr.js
inflating: angular-1.3.9/i18n/angular-locale_es-cu.js
inflating: angular-1.3.9/i18n/angular-locale_es-do.js
inflating: angular-1.3.9/i18n/angular-locale_es-ea.js
inflating: angular-1.3.9/i18n/angular-locale_es-ec.js
inflating: angular-1.3.9/i18n/angular-locale_es-es.js
inflating: angular-1.3.9/i18n/angular-locale_es-gq.js
inflating: angular-1.3.9/i18n/angular-locale_es-gt.js
inflating: angular-1.3.9/i18n/angular-locale_es-hn.js
inflating: angular-1.3.9/i18n/angular-locale_es-ic.js
inflating: angular-1.3.9/i18n/angular-locale_es-mx.js
inflating: angular-1.3.9/i18n/angular-locale_es-ni.js
inflating: angular-1.3.9/i18n/angular-locale_es-pa.js
inflating: angular-1.3.9/i18n/angular-locale_es-pe.js
inflating: angular-1.3.9/i18n/angular-locale_es-ph.js
inflating: angular-1.3.9/i18n/angular-locale_es-pr.js
inflating: angular-1.3.9/i18n/angular-locale_es-py.js
inflating: angular-1.3.9/i18n/angular-locale_es-sv.js
inflating: angular-1.3.9/i18n/angular-locale_es-us.js
inflating: angular-1.3.9/i18n/angular-locale_es-uy.js
inflating: angular-1.3.9/i18n/angular-locale_es-ve.js
inflating: angular-1.3.9/i18n/angular-locale_es.js
inflating: angular-1.3.9/i18n/angular-locale_et-ee.js
inflating: angular-1.3.9/i18n/angular-locale_et.js
inflating: angular-1.3.9/i18n/angular-locale_eu-es.js
inflating: angular-1.3.9/i18n/angular-locale_eu.js
inflating: angular-1.3.9/i18n/angular-locale_ewo-cm.js
inflating: angular-1.3.9/i18n/angular-locale_ewo.js
inflating: angular-1.3.9/i18n/angular-locale_fa-af.js
inflating: angular-1.3.9/i18n/angular-locale_fa-ir.js
inflating: angular-1.3.9/i18n/angular-locale_fa.js
inflating: angular-1.3.9/i18n/angular-locale_ff-cm.js
inflating: angular-1.3.9/i18n/angular-locale_ff-gn.js
inflating: angular-1.3.9/i18n/angular-locale_ff-mr.js
inflating: angular-1.3.9/i18n/angular-locale_ff-sn.js
inflating: angular-1.3.9/i18n/angular-locale_ff.js
inflating: angular-1.3.9/i18n/angular-locale_fi-fi.js
inflating: angular-1.3.9/i18n/angular-locale_fi.js
inflating: angular-1.3.9/i18n/angular-locale_fil-ph.js
inflating: angular-1.3.9/i18n/angular-locale_fil.js
inflating: angular-1.3.9/i18n/angular-locale_fo-fo.js
inflating: angular-1.3.9/i18n/angular-locale_fo.js
inflating: angular-1.3.9/i18n/angular-locale_fr-be.js
inflating: angular-1.3.9/i18n/angular-locale_fr-bf.js
inflating: angular-1.3.9/i18n/angular-locale_fr-bi.js
inflating: angular-1.3.9/i18n/angular-locale_fr-bj.js
inflating: angular-1.3.9/i18n/angular-locale_fr-bl.js
inflating: angular-1.3.9/i18n/angular-locale_fr-ca.js
inflating: angular-1.3.9/i18n/angular-locale_fr-cd.js
inflating: angular-1.3.9/i18n/angular-locale_fr-cf.js
inflating: angular-1.3.9/i18n/angular-locale_fr-cg.js
inflating: angular-1.3.9/i18n/angular-locale_fr-ch.js
inflating: angular-1.3.9/i18n/angular-locale_fr-ci.js
inflating: angular-1.3.9/i18n/angular-locale_fr-cm.js
inflating: angular-1.3.9/i18n/angular-locale_fr-dj.js
inflating: angular-1.3.9/i18n/angular-locale_fr-dz.js
inflating: angular-1.3.9/i18n/angular-locale_fr-fr.js
inflating: angular-1.3.9/i18n/angular-locale_fr-ga.js
inflating: angular-1.3.9/i18n/angular-locale_fr-gf.js
inflating: angular-1.3.9/i18n/angular-locale_fr-gn.js
inflating: angular-1.3.9/i18n/angular-locale_fr-gp.js
inflating: angular-1.3.9/i18n/angular-locale_fr-gq.js
inflating: angular-1.3.9/i18n/angular-locale_fr-ht.js
inflating: angular-1.3.9/i18n/angular-locale_fr-km.js
inflating: angular-1.3.9/i18n/angular-locale_fr-lu.js
inflating: angular-1.3.9/i18n/angular-locale_fr-ma.js
inflating: angular-1.3.9/i18n/angular-locale_fr-mc.js
inflating: angular-1.3.9/i18n/angular-locale_fr-mf.js
inflating: angular-1.3.9/i18n/angular-locale_fr-mg.js
inflating: angular-1.3.9/i18n/angular-locale_fr-ml.js
inflating: angular-1.3.9/i18n/angular-locale_fr-mq.js
inflating: angular-1.3.9/i18n/angular-locale_fr-mr.js
inflating: angular-1.3.9/i18n/angular-locale_fr-mu.js
inflating: angular-1.3.9/i18n/angular-locale_fr-nc.js
inflating: angular-1.3.9/i18n/angular-locale_fr-ne.js
inflating: angular-1.3.9/i18n/angular-locale_fr-pf.js
inflating: angular-1.3.9/i18n/angular-locale_fr-pm.js
inflating: angular-1.3.9/i18n/angular-locale_fr-re.js
inflating: angular-1.3.9/i18n/angular-locale_fr-rw.js
inflating: angular-1.3.9/i18n/angular-locale_fr-sc.js
inflating: angular-1.3.9/i18n/angular-locale_fr-sn.js
inflating: angular-1.3.9/i18n/angular-locale_fr-sy.js
inflating: angular-1.3.9/i18n/angular-locale_fr-td.js
inflating: angular-1.3.9/i18n/angular-locale_fr-tg.js
inflating: angular-1.3.9/i18n/angular-locale_fr-tn.js
inflating: angular-1.3.9/i18n/angular-locale_fr-vu.js
inflating: angular-1.3.9/i18n/angular-locale_fr-wf.js
inflating: angular-1.3.9/i18n/angular-locale_fr-yt.js
inflating: angular-1.3.9/i18n/angular-locale_fr.js
inflating: angular-1.3.9/i18n/angular-locale_fur-it.js
inflating: angular-1.3.9/i18n/angular-locale_fur.js
inflating: angular-1.3.9/i18n/angular-locale_fy-nl.js
inflating: angular-1.3.9/i18n/angular-locale_fy.js
inflating: angular-1.3.9/i18n/angular-locale_ga-ie.js
inflating: angular-1.3.9/i18n/angular-locale_ga.js
inflating: angular-1.3.9/i18n/angular-locale_gd-gb.js
inflating: angular-1.3.9/i18n/angular-locale_gd.js
inflating: angular-1.3.9/i18n/angular-locale_gl-es.js
inflating: angular-1.3.9/i18n/angular-locale_gl.js
inflating: angular-1.3.9/i18n/angular-locale_gsw-ch.js
inflating: angular-1.3.9/i18n/angular-locale_gsw-fr.js
inflating: angular-1.3.9/i18n/angular-locale_gsw-li.js
inflating: angular-1.3.9/i18n/angular-locale_gsw.js
inflating: angular-1.3.9/i18n/angular-locale_gu-in.js
inflating: angular-1.3.9/i18n/angular-locale_gu.js
inflating: angular-1.3.9/i18n/angular-locale_guz-ke.js
inflating: angular-1.3.9/i18n/angular-locale_guz.js
inflating: angular-1.3.9/i18n/angular-locale_gv-im.js
inflating: angular-1.3.9/i18n/angular-locale_gv.js
inflating: angular-1.3.9/i18n/angular-locale_ha-latn-gh.js
inflating: angular-1.3.9/i18n/angular-locale_ha-latn-ne.js
inflating: angular-1.3.9/i18n/angular-locale_ha-latn-ng.js
inflating: angular-1.3.9/i18n/angular-locale_ha-latn.js
inflating: angular-1.3.9/i18n/angular-locale_ha.js
inflating: angular-1.3.9/i18n/angular-locale_haw-us.js
inflating: angular-1.3.9/i18n/angular-locale_haw.js
inflating: angular-1.3.9/i18n/angular-locale_he-il.js
inflating: angular-1.3.9/i18n/angular-locale_he.js
inflating: angular-1.3.9/i18n/angular-locale_hi-in.js
inflating: angular-1.3.9/i18n/angular-locale_hi.js
inflating: angular-1.3.9/i18n/angular-locale_hr-ba.js
inflating: angular-1.3.9/i18n/angular-locale_hr-hr.js
inflating: angular-1.3.9/i18n/angular-locale_hr.js
inflating: angular-1.3.9/i18n/angular-locale_hsb-de.js
inflating: angular-1.3.9/i18n/angular-locale_hsb.js
inflating: angular-1.3.9/i18n/angular-locale_hu-hu.js
inflating: angular-1.3.9/i18n/angular-locale_hu.js
inflating: angular-1.3.9/i18n/angular-locale_hy-am.js
inflating: angular-1.3.9/i18n/angular-locale_hy.js
inflating: angular-1.3.9/i18n/angular-locale_ia-fr.js
inflating: angular-1.3.9/i18n/angular-locale_ia.js
inflating: angular-1.3.9/i18n/angular-locale_id-id.js
inflating: angular-1.3.9/i18n/angular-locale_id.js
inflating: angular-1.3.9/i18n/angular-locale_ig-ng.js
inflating: angular-1.3.9/i18n/angular-locale_ig.js
inflating: angular-1.3.9/i18n/angular-locale_ii-cn.js
inflating: angular-1.3.9/i18n/angular-locale_ii.js
inflating: angular-1.3.9/i18n/angular-locale_in.js
inflating: angular-1.3.9/i18n/angular-locale_is-is.js
inflating: angular-1.3.9/i18n/angular-locale_is.js
inflating: angular-1.3.9/i18n/angular-locale_it-ch.js
inflating: angular-1.3.9/i18n/angular-locale_it-it.js
inflating: angular-1.3.9/i18n/angular-locale_it-sm.js
inflating: angular-1.3.9/i18n/angular-locale_it.js
inflating: angular-1.3.9/i18n/angular-locale_iw.js
inflating: angular-1.3.9/i18n/angular-locale_ja-jp.js
inflating: angular-1.3.9/i18n/angular-locale_ja.js
inflating: angular-1.3.9/i18n/angular-locale_jgo-cm.js
inflating: angular-1.3.9/i18n/angular-locale_jgo.js
inflating: angular-1.3.9/i18n/angular-locale_jmc-tz.js
inflating: angular-1.3.9/i18n/angular-locale_jmc.js
inflating: angular-1.3.9/i18n/angular-locale_ka-ge.js
inflating: angular-1.3.9/i18n/angular-locale_ka.js
inflating: angular-1.3.9/i18n/angular-locale_kab-dz.js
inflating: angular-1.3.9/i18n/angular-locale_kab.js
inflating: angular-1.3.9/i18n/angular-locale_kam-ke.js
inflating: angular-1.3.9/i18n/angular-locale_kam.js
inflating: angular-1.3.9/i18n/angular-locale_kde-tz.js
inflating: angular-1.3.9/i18n/angular-locale_kde.js
inflating: angular-1.3.9/i18n/angular-locale_kea-cv.js
inflating: angular-1.3.9/i18n/angular-locale_kea.js
inflating: angular-1.3.9/i18n/angular-locale_khq-ml.js
inflating: angular-1.3.9/i18n/angular-locale_khq.js
inflating: angular-1.3.9/i18n/angular-locale_ki-ke.js
inflating: angular-1.3.9/i18n/angular-locale_ki.js
inflating: angular-1.3.9/i18n/angular-locale_kk-cyrl-kz.js
inflating: angular-1.3.9/i18n/angular-locale_kk-cyrl.js
inflating: angular-1.3.9/i18n/angular-locale_kk.js
inflating: angular-1.3.9/i18n/angular-locale_kkj-cm.js
inflating: angular-1.3.9/i18n/angular-locale_kkj.js
inflating: angular-1.3.9/i18n/angular-locale_kl-gl.js
inflating: angular-1.3.9/i18n/angular-locale_kl.js
inflating: angular-1.3.9/i18n/angular-locale_kln-ke.js
inflating: angular-1.3.9/i18n/angular-locale_kln.js
inflating: angular-1.3.9/i18n/angular-locale_km-kh.js
inflating: angular-1.3.9/i18n/angular-locale_km.js
inflating: angular-1.3.9/i18n/angular-locale_kn-in.js
inflating: angular-1.3.9/i18n/angular-locale_kn.js
inflating: angular-1.3.9/i18n/angular-locale_ko-kp.js
inflating: angular-1.3.9/i18n/angular-locale_ko-kr.js
inflating: angular-1.3.9/i18n/angular-locale_ko.js
inflating: angular-1.3.9/i18n/angular-locale_kok-in.js
inflating: angular-1.3.9/i18n/angular-locale_kok.js
inflating: angular-1.3.9/i18n/angular-locale_ks-arab-in.js
inflating: angular-1.3.9/i18n/angular-locale_ks-arab.js
inflating: angular-1.3.9/i18n/angular-locale_ks.js
inflating: angular-1.3.9/i18n/angular-locale_ksb-tz.js
inflating: angular-1.3.9/i18n/angular-locale_ksb.js
inflating: angular-1.3.9/i18n/angular-locale_ksf-cm.js
inflating: angular-1.3.9/i18n/angular-locale_ksf.js
inflating: angular-1.3.9/i18n/angular-locale_ksh-de.js
inflating: angular-1.3.9/i18n/angular-locale_ksh.js
inflating: angular-1.3.9/i18n/angular-locale_kw-gb.js
inflating: angular-1.3.9/i18n/angular-locale_kw.js
inflating: angular-1.3.9/i18n/angular-locale_ky-cyrl-kg.js
inflating: angular-1.3.9/i18n/angular-locale_ky-cyrl.js
inflating: angular-1.3.9/i18n/angular-locale_ky.js
inflating: angular-1.3.9/i18n/angular-locale_lag-tz.js
inflating: angular-1.3.9/i18n/angular-locale_lag.js
inflating: angular-1.3.9/i18n/angular-locale_lb-lu.js
inflating: angular-1.3.9/i18n/angular-locale_lb.js
inflating: angular-1.3.9/i18n/angular-locale_lg-ug.js
inflating: angular-1.3.9/i18n/angular-locale_lg.js
inflating: angular-1.3.9/i18n/angular-locale_lkt-us.js
inflating: angular-1.3.9/i18n/angular-locale_lkt.js
inflating: angular-1.3.9/i18n/angular-locale_ln-ao.js
inflating: angular-1.3.9/i18n/angular-locale_ln-cd.js
inflating: angular-1.3.9/i18n/angular-locale_ln-cf.js
inflating: angular-1.3.9/i18n/angular-locale_ln-cg.js
inflating: angular-1.3.9/i18n/angular-locale_ln.js
inflating: angular-1.3.9/i18n/angular-locale_lo-la.js
inflating: angular-1.3.9/i18n/angular-locale_lo.js
inflating: angular-1.3.9/i18n/angular-locale_lt-lt.js
inflating: angular-1.3.9/i18n/angular-locale_lt.js
inflating: angular-1.3.9/i18n/angular-locale_lu-cd.js
inflating: angular-1.3.9/i18n/angular-locale_lu.js
inflating: angular-1.3.9/i18n/angular-locale_luo-ke.js
inflating: angular-1.3.9/i18n/angular-locale_luo.js
inflating: angular-1.3.9/i18n/angular-locale_luy-ke.js
inflating: angular-1.3.9/i18n/angular-locale_luy.js
inflating: angular-1.3.9/i18n/angular-locale_lv-lv.js
inflating: angular-1.3.9/i18n/angular-locale_lv.js
inflating: angular-1.3.9/i18n/angular-locale_mas-ke.js
inflating: angular-1.3.9/i18n/angular-locale_mas-tz.js
inflating: angular-1.3.9/i18n/angular-locale_mas.js
inflating: angular-1.3.9/i18n/angular-locale_mer-ke.js
inflating: angular-1.3.9/i18n/angular-locale_mer.js
inflating: angular-1.3.9/i18n/angular-locale_mfe-mu.js
inflating: angular-1.3.9/i18n/angular-locale_mfe.js
inflating: angular-1.3.9/i18n/angular-locale_mg-mg.js
inflating: angular-1.3.9/i18n/angular-locale_mg.js
inflating: angular-1.3.9/i18n/angular-locale_mgh-mz.js
inflating: angular-1.3.9/i18n/angular-locale_mgh.js
inflating: angular-1.3.9/i18n/angular-locale_mgo-cm.js
inflating: angular-1.3.9/i18n/angular-locale_mgo.js
inflating: angular-1.3.9/i18n/angular-locale_mk-mk.js
inflating: angular-1.3.9/i18n/angular-locale_mk.js
inflating: angular-1.3.9/i18n/angular-locale_ml-in.js
inflating: angular-1.3.9/i18n/angular-locale_ml.js
inflating: angular-1.3.9/i18n/angular-locale_mn-cyrl-mn.js
inflating: angular-1.3.9/i18n/angular-locale_mn-cyrl.js
inflating: angular-1.3.9/i18n/angular-locale_mn.js
inflating: angular-1.3.9/i18n/angular-locale_mr-in.js
inflating: angular-1.3.9/i18n/angular-locale_mr.js
inflating: angular-1.3.9/i18n/angular-locale_ms-latn-bn.js
inflating: angular-1.3.9/i18n/angular-locale_ms-latn-my.js
inflating: angular-1.3.9/i18n/angular-locale_ms-latn-sg.js
inflating: angular-1.3.9/i18n/angular-locale_ms-latn.js
inflating: angular-1.3.9/i18n/angular-locale_ms.js
inflating: angular-1.3.9/i18n/angular-locale_mt-mt.js
inflating: angular-1.3.9/i18n/angular-locale_mt.js
inflating: angular-1.3.9/i18n/angular-locale_mua-cm.js
inflating: angular-1.3.9/i18n/angular-locale_mua.js
inflating: angular-1.3.9/i18n/angular-locale_my-mm.js
inflating: angular-1.3.9/i18n/angular-locale_my.js
inflating: angular-1.3.9/i18n/angular-locale_naq-na.js
inflating: angular-1.3.9/i18n/angular-locale_naq.js
inflating: angular-1.3.9/i18n/angular-locale_nb-no.js
inflating: angular-1.3.9/i18n/angular-locale_nb-sj.js
inflating: angular-1.3.9/i18n/angular-locale_nb.js
inflating: angular-1.3.9/i18n/angular-locale_nd-zw.js
inflating: angular-1.3.9/i18n/angular-locale_nd.js
inflating: angular-1.3.9/i18n/angular-locale_ne-in.js
inflating: angular-1.3.9/i18n/angular-locale_ne-np.js
inflating: angular-1.3.9/i18n/angular-locale_ne.js
inflating: angular-1.3.9/i18n/angular-locale_nl-aw.js
inflating: angular-1.3.9/i18n/angular-locale_nl-be.js
inflating: angular-1.3.9/i18n/angular-locale_nl-bq.js
inflating: angular-1.3.9/i18n/angular-locale_nl-cw.js
inflating: angular-1.3.9/i18n/angular-locale_nl-nl.js
inflating: angular-1.3.9/i18n/angular-locale_nl-sr.js
inflating: angular-1.3.9/i18n/angular-locale_nl-sx.js
inflating: angular-1.3.9/i18n/angular-locale_nl.js
inflating: angular-1.3.9/i18n/angular-locale_nmg-cm.js
inflating: angular-1.3.9/i18n/angular-locale_nmg.js
inflating: angular-1.3.9/i18n/angular-locale_nn-no.js
inflating: angular-1.3.9/i18n/angular-locale_nn.js
inflating: angular-1.3.9/i18n/angular-locale_nnh-cm.js
inflating: angular-1.3.9/i18n/angular-locale_nnh.js
inflating: angular-1.3.9/i18n/angular-locale_no-no.js
inflating: angular-1.3.9/i18n/angular-locale_no.js
inflating: angular-1.3.9/i18n/angular-locale_nr-za.js
inflating: angular-1.3.9/i18n/angular-locale_nr.js
inflating: angular-1.3.9/i18n/angular-locale_nso-za.js
inflating: angular-1.3.9/i18n/angular-locale_nso.js
inflating: angular-1.3.9/i18n/angular-locale_nus-sd.js
inflating: angular-1.3.9/i18n/angular-locale_nus.js
inflating: angular-1.3.9/i18n/angular-locale_nyn-ug.js
inflating: angular-1.3.9/i18n/angular-locale_nyn.js
inflating: angular-1.3.9/i18n/angular-locale_om-et.js
inflating: angular-1.3.9/i18n/angular-locale_om-ke.js
inflating: angular-1.3.9/i18n/angular-locale_om.js
inflating: angular-1.3.9/i18n/angular-locale_or-in.js
inflating: angular-1.3.9/i18n/angular-locale_or.js
inflating: angular-1.3.9/i18n/angular-locale_os-ge.js
inflating: angular-1.3.9/i18n/angular-locale_os-ru.js
inflating: angular-1.3.9/i18n/angular-locale_os.js
inflating: angular-1.3.9/i18n/angular-locale_pa-arab-pk.js
inflating: angular-1.3.9/i18n/angular-locale_pa-arab.js
inflating: angular-1.3.9/i18n/angular-locale_pa-guru-in.js
inflating: angular-1.3.9/i18n/angular-locale_pa-guru.js
inflating: angular-1.3.9/i18n/angular-locale_pa.js
inflating: angular-1.3.9/i18n/angular-locale_pl-pl.js
inflating: angular-1.3.9/i18n/angular-locale_pl.js
inflating: angular-1.3.9/i18n/angular-locale_ps-af.js
inflating: angular-1.3.9/i18n/angular-locale_ps.js
inflating: angular-1.3.9/i18n/angular-locale_pt-ao.js
inflating: angular-1.3.9/i18n/angular-locale_pt-br.js
inflating: angular-1.3.9/i18n/angular-locale_pt-cv.js
inflating: angular-1.3.9/i18n/angular-locale_pt-gw.js
inflating: angular-1.3.9/i18n/angular-locale_pt-mo.js
inflating: angular-1.3.9/i18n/angular-locale_pt-mz.js
inflating: angular-1.3.9/i18n/angular-locale_pt-pt.js
inflating: angular-1.3.9/i18n/angular-locale_pt-st.js
inflating: angular-1.3.9/i18n/angular-locale_pt-tl.js
inflating: angular-1.3.9/i18n/angular-locale_pt.js
inflating: angular-1.3.9/i18n/angular-locale_qu-bo.js
inflating: angular-1.3.9/i18n/angular-locale_qu-ec.js
inflating: angular-1.3.9/i18n/angular-locale_qu-pe.js
inflating: angular-1.3.9/i18n/angular-locale_qu.js
inflating: angular-1.3.9/i18n/angular-locale_rm-ch.js
inflating: angular-1.3.9/i18n/angular-locale_rm.js
inflating: angular-1.3.9/i18n/angular-locale_rn-bi.js
inflating: angular-1.3.9/i18n/angular-locale_rn.js
inflating: angular-1.3.9/i18n/angular-locale_ro-md.js
inflating: angular-1.3.9/i18n/angular-locale_ro-ro.js
inflating: angular-1.3.9/i18n/angular-locale_ro.js
inflating: angular-1.3.9/i18n/angular-locale_rof-tz.js
inflating: angular-1.3.9/i18n/angular-locale_rof.js
inflating: angular-1.3.9/i18n/angular-locale_ru-by.js
inflating: angular-1.3.9/i18n/angular-locale_ru-kg.js
inflating: angular-1.3.9/i18n/angular-locale_ru-kz.js
inflating: angular-1.3.9/i18n/angular-locale_ru-md.js
inflating: angular-1.3.9/i18n/angular-locale_ru-ru.js
inflating: angular-1.3.9/i18n/angular-locale_ru-ua.js
inflating: angular-1.3.9/i18n/angular-locale_ru.js
inflating: angular-1.3.9/i18n/angular-locale_rw-rw.js
inflating: angular-1.3.9/i18n/angular-locale_rw.js
inflating: angular-1.3.9/i18n/angular-locale_rwk-tz.js
inflating: angular-1.3.9/i18n/angular-locale_rwk.js
inflating: angular-1.3.9/i18n/angular-locale_sah-ru.js
inflating: angular-1.3.9/i18n/angular-locale_sah.js
inflating: angular-1.3.9/i18n/angular-locale_saq-ke.js
inflating: angular-1.3.9/i18n/angular-locale_saq.js
inflating: angular-1.3.9/i18n/angular-locale_sbp-tz.js
inflating: angular-1.3.9/i18n/angular-locale_sbp.js
inflating: angular-1.3.9/i18n/angular-locale_se-fi.js
inflating: angular-1.3.9/i18n/angular-locale_se-no.js
inflating: angular-1.3.9/i18n/angular-locale_se-se.js
inflating: angular-1.3.9/i18n/angular-locale_se.js
inflating: angular-1.3.9/i18n/angular-locale_seh-mz.js
inflating: angular-1.3.9/i18n/angular-locale_seh.js
inflating: angular-1.3.9/i18n/angular-locale_ses-ml.js
inflating: angular-1.3.9/i18n/angular-locale_ses.js
inflating: angular-1.3.9/i18n/angular-locale_sg-cf.js
inflating: angular-1.3.9/i18n/angular-locale_sg.js
inflating: angular-1.3.9/i18n/angular-locale_shi-latn-ma.js
inflating: angular-1.3.9/i18n/angular-locale_shi-latn.js
inflating: angular-1.3.9/i18n/angular-locale_shi-tfng-ma.js
inflating: angular-1.3.9/i18n/angular-locale_shi-tfng.js
inflating: angular-1.3.9/i18n/angular-locale_shi.js
inflating: angular-1.3.9/i18n/angular-locale_si-lk.js
inflating: angular-1.3.9/i18n/angular-locale_si.js
inflating: angular-1.3.9/i18n/angular-locale_sk-sk.js
inflating: angular-1.3.9/i18n/angular-locale_sk.js
inflating: angular-1.3.9/i18n/angular-locale_sl-si.js
inflating: angular-1.3.9/i18n/angular-locale_sl.js
inflating: angular-1.3.9/i18n/angular-locale_smn-fi.js
inflating: angular-1.3.9/i18n/angular-locale_smn.js
inflating: angular-1.3.9/i18n/angular-locale_sn-zw.js
inflating: angular-1.3.9/i18n/angular-locale_sn.js
inflating: angular-1.3.9/i18n/angular-locale_so-dj.js
inflating: angular-1.3.9/i18n/angular-locale_so-et.js
inflating: angular-1.3.9/i18n/angular-locale_so-ke.js
inflating: angular-1.3.9/i18n/angular-locale_so-so.js
inflating: angular-1.3.9/i18n/angular-locale_so.js
inflating: angular-1.3.9/i18n/angular-locale_sq-al.js
inflating: angular-1.3.9/i18n/angular-locale_sq-mk.js
inflating: angular-1.3.9/i18n/angular-locale_sq-xk.js
inflating: angular-1.3.9/i18n/angular-locale_sq.js
inflating: angular-1.3.9/i18n/angular-locale_sr-cyrl-ba.js
inflating: angular-1.3.9/i18n/angular-locale_sr-cyrl-me.js
inflating: angular-1.3.9/i18n/angular-locale_sr-cyrl-rs.js
inflating: angular-1.3.9/i18n/angular-locale_sr-cyrl-xk.js
inflating: angular-1.3.9/i18n/angular-locale_sr-cyrl.js
inflating: angular-1.3.9/i18n/angular-locale_sr-latn-ba.js
inflating: angular-1.3.9/i18n/angular-locale_sr-latn-me.js
inflating: angular-1.3.9/i18n/angular-locale_sr-latn-rs.js
inflating: angular-1.3.9/i18n/angular-locale_sr-latn-xk.js
inflating: angular-1.3.9/i18n/angular-locale_sr-latn.js
inflating: angular-1.3.9/i18n/angular-locale_sr.js
inflating: angular-1.3.9/i18n/angular-locale_ss-sz.js
inflating: angular-1.3.9/i18n/angular-locale_ss-za.js
inflating: angular-1.3.9/i18n/angular-locale_ss.js
inflating: angular-1.3.9/i18n/angular-locale_ssy-er.js
inflating: angular-1.3.9/i18n/angular-locale_ssy.js
inflating: angular-1.3.9/i18n/angular-locale_st-ls.js
inflating: angular-1.3.9/i18n/angular-locale_st-za.js
inflating: angular-1.3.9/i18n/angular-locale_st.js
inflating: angular-1.3.9/i18n/angular-locale_sv-ax.js
inflating: angular-1.3.9/i18n/angular-locale_sv-fi.js
inflating: angular-1.3.9/i18n/angular-locale_sv-se.js
inflating: angular-1.3.9/i18n/angular-locale_sv.js
inflating: angular-1.3.9/i18n/angular-locale_sw-ke.js
inflating: angular-1.3.9/i18n/angular-locale_sw-tz.js
inflating: angular-1.3.9/i18n/angular-locale_sw-ug.js
inflating: angular-1.3.9/i18n/angular-locale_sw.js
inflating: angular-1.3.9/i18n/angular-locale_swc-cd.js
inflating: angular-1.3.9/i18n/angular-locale_swc.js
inflating: angular-1.3.9/i18n/angular-locale_ta-in.js
inflating: angular-1.3.9/i18n/angular-locale_ta-lk.js
inflating: angular-1.3.9/i18n/angular-locale_ta-my.js
inflating: angular-1.3.9/i18n/angular-locale_ta-sg.js
inflating: angular-1.3.9/i18n/angular-locale_ta.js
inflating: angular-1.3.9/i18n/angular-locale_te-in.js
inflating: angular-1.3.9/i18n/angular-locale_te.js
inflating: angular-1.3.9/i18n/angular-locale_teo-ke.js
inflating: angular-1.3.9/i18n/angular-locale_teo-ug.js
inflating: angular-1.3.9/i18n/angular-locale_teo.js
inflating: angular-1.3.9/i18n/angular-locale_tg-cyrl-tj.js
inflating: angular-1.3.9/i18n/angular-locale_tg-cyrl.js
inflating: angular-1.3.9/i18n/angular-locale_tg.js
inflating: angular-1.3.9/i18n/angular-locale_th-th.js
inflating: angular-1.3.9/i18n/angular-locale_th.js
inflating: angular-1.3.9/i18n/angular-locale_ti-er.js
inflating: angular-1.3.9/i18n/angular-locale_ti-et.js
inflating: angular-1.3.9/i18n/angular-locale_ti.js
inflating: angular-1.3.9/i18n/angular-locale_tig-er.js
inflating: angular-1.3.9/i18n/angular-locale_tig.js
inflating: angular-1.3.9/i18n/angular-locale_tl.js
inflating: angular-1.3.9/i18n/angular-locale_tn-bw.js
inflating: angular-1.3.9/i18n/angular-locale_tn-za.js
inflating: angular-1.3.9/i18n/angular-locale_tn.js
inflating: angular-1.3.9/i18n/angular-locale_to-to.js
inflating: angular-1.3.9/i18n/angular-locale_to.js
inflating: angular-1.3.9/i18n/angular-locale_tr-cy.js
inflating: angular-1.3.9/i18n/angular-locale_tr-tr.js
inflating: angular-1.3.9/i18n/angular-locale_tr.js
inflating: angular-1.3.9/i18n/angular-locale_ts-za.js
inflating: angular-1.3.9/i18n/angular-locale_ts.js
inflating: angular-1.3.9/i18n/angular-locale_twq-ne.js
inflating: angular-1.3.9/i18n/angular-locale_twq.js
inflating: angular-1.3.9/i18n/angular-locale_tzm-latn-ma.js
inflating: angular-1.3.9/i18n/angular-locale_tzm-latn.js
inflating: angular-1.3.9/i18n/angular-locale_tzm.js
inflating: angular-1.3.9/i18n/angular-locale_ug-arab-cn.js
inflating: angular-1.3.9/i18n/angular-locale_ug-arab.js
inflating: angular-1.3.9/i18n/angular-locale_ug.js
inflating: angular-1.3.9/i18n/angular-locale_uk-ua.js
inflating: angular-1.3.9/i18n/angular-locale_uk.js
inflating: angular-1.3.9/i18n/angular-locale_ur-in.js
inflating: angular-1.3.9/i18n/angular-locale_ur-pk.js
inflating: angular-1.3.9/i18n/angular-locale_ur.js
inflating: angular-1.3.9/i18n/angular-locale_uz-arab-af.js
inflating: angular-1.3.9/i18n/angular-locale_uz-arab.js
inflating: angular-1.3.9/i18n/angular-locale_uz-cyrl-uz.js
inflating: angular-1.3.9/i18n/angular-locale_uz-cyrl.js
inflating: angular-1.3.9/i18n/angular-locale_uz-latn-uz.js
inflating: angular-1.3.9/i18n/angular-locale_uz-latn.js
inflating: angular-1.3.9/i18n/angular-locale_uz.js
inflating: angular-1.3.9/i18n/angular-locale_vai-latn-lr.js
inflating: angular-1.3.9/i18n/angular-locale_vai-latn.js
inflating: angular-1.3.9/i18n/angular-locale_vai-vaii-lr.js
inflating: angular-1.3.9/i18n/angular-locale_vai-vaii.js
inflating: angular-1.3.9/i18n/angular-locale_vai.js
inflating: angular-1.3.9/i18n/angular-locale_ve-za.js
inflating: angular-1.3.9/i18n/angular-locale_ve.js
inflating: angular-1.3.9/i18n/angular-locale_vi-vn.js
inflating: angular-1.3.9/i18n/angular-locale_vi.js
inflating: angular-1.3.9/i18n/angular-locale_vo-001.js
inflating: angular-1.3.9/i18n/angular-locale_vo.js
inflating: angular-1.3.9/i18n/angular-locale_vun-tz.js
inflating: angular-1.3.9/i18n/angular-locale_vun.js
inflating: angular-1.3.9/i18n/angular-locale_wae-ch.js
inflating: angular-1.3.9/i18n/angular-locale_wae.js
inflating: angular-1.3.9/i18n/angular-locale_wal-et.js
inflating: angular-1.3.9/i18n/angular-locale_wal.js
inflating: angular-1.3.9/i18n/angular-locale_xh-za.js
inflating: angular-1.3.9/i18n/angular-locale_xh.js
inflating: angular-1.3.9/i18n/angular-locale_xog-ug.js
inflating: angular-1.3.9/i18n/angular-locale_xog.js
inflating: angular-1.3.9/i18n/angular-locale_yav-cm.js
inflating: angular-1.3.9/i18n/angular-locale_yav.js
inflating: angular-1.3.9/i18n/angular-locale_yi-001.js
inflating: angular-1.3.9/i18n/angular-locale_yi.js
inflating: angular-1.3.9/i18n/angular-locale_yo-bj.js
inflating: angular-1.3.9/i18n/angular-locale_yo-ng.js
inflating: angular-1.3.9/i18n/angular-locale_yo.js
inflating: angular-1.3.9/i18n/angular-locale_zgh-ma.js
inflating: angular-1.3.9/i18n/angular-locale_zgh.js
inflating: angular-1.3.9/i18n/angular-locale_zh-cn.js
inflating: angular-1.3.9/i18n/angular-locale_zh-hans-cn.js
inflating: angular-1.3.9/i18n/angular-locale_zh-hans-hk.js
inflating: angular-1.3.9/i18n/angular-locale_zh-hans-mo.js
inflating: angular-1.3.9/i18n/angular-locale_zh-hans-sg.js
inflating: angular-1.3.9/i18n/angular-locale_zh-hans.js
inflating: angular-1.3.9/i18n/angular-locale_zh-hant-hk.js
inflating: angular-1.3.9/i18n/angular-locale_zh-hant-mo.js
inflating: angular-1.3.9/i18n/angular-locale_zh-hant-tw.js
inflating: angular-1.3.9/i18n/angular-locale_zh-hant.js
inflating: angular-1.3.9/i18n/angular-locale_zh-hk.js
inflating: angular-1.3.9/i18n/angular-locale_zh-tw.js
inflating: angular-1.3.9/i18n/angular-locale_zh.js
inflating: angular-1.3.9/i18n/angular-locale_zu-za.js
inflating: angular-1.3.9/i18n/angular-locale_zu.js
creating: angular-1.3.9/i18n/ngLocale/
inflating: angular-1.3.9/version.json
inflating: angular-1.3.9/version.txt
(cd angularjs && unzip -u ui-utils-0.2.3.zip)
Archive: ui-utils-0.2.3.zip
125cb72d692f9f116454f338f6a5471f3088f9b9
creating: ui-utils-0.2.3/
inflating: ui-utils-0.2.3/.travis.yml
inflating: ui-utils-0.2.3/CHANGELOG.md
inflating: ui-utils-0.2.3/bower.json
inflating: ui-utils-0.2.3/ui-utils-ieshiv.js
inflating: ui-utils-0.2.3/ui-utils-ieshiv.min.js
inflating: ui-utils-0.2.3/ui-utils.js
inflating: ui-utils-0.2.3/ui-utils.min.js
if [ ! -d bootstrap-3.3.7 ] ; then mkdir -p bootstrap-3.3.7 && ( cd bootstrap-3.3.7 && unzip -u ../bootstrap-3.3.7-dist.zip && mv dist/* . && rmdir dist ) ; fi
Archive: ../bootstrap-3.3.7-dist.zip
creating: dist/
creating: dist/fonts/
inflating: dist/fonts/glyphicons-halflings-regular.woff
inflating: dist/fonts/glyphicons-halflings-regular.woff2
inflating: dist/fonts/glyphicons-halflings-regular.eot
inflating: dist/fonts/glyphicons-halflings-regular.svg
inflating: dist/fonts/glyphicons-halflings-regular.ttf
creating: dist/js/
inflating: dist/js/bootstrap.min.js
inflating: dist/js/npm.js
inflating: dist/js/bootstrap.js
creating: dist/css/
inflating: dist/css/bootstrap.css.map
inflating: dist/css/bootstrap.min.css.map
inflating: dist/css/bootstrap-theme.css
inflating: dist/css/bootstrap-theme.min.css.map
inflating: dist/css/bootstrap-theme.css.map
inflating: dist/css/bootstrap.min.css
inflating: dist/css/bootstrap-theme.min.css
inflating: dist/css/bootstrap.css
mkdir -p d3
(cd d3 && unzip -u ../d3-3.5.17.zip)
Archive: ../d3-3.5.17.zip
inflating: bower.json
inflating: d3.js
inflating: d3.min.js
inflating: LICENSE
inflating: README.md
gmake[1]: Leaving directory '/home/pbulk/build/net/nagios-base/work/nagios-4.4.10/html'
=> Fixing configuration files.
=> Creating /home/pbulk/build/net/nagios-base/work/.rc.d/nagios