From aae5e11e847ec0b07b00c14564fdef787a0f3595 Mon Sep 17 00:00:00 2001 From: Bernard Iremonger Date: Tue, 11 Nov 2014 13:39:38 +0000 Subject: [PATCH 1/1] doc: fix file attributes of guides The file attributes of the rst files have been changed to 644 Signed-off-by: Bernard Iremonger --- doc/guides/linux_gsg/build_dpdk.rst | 0 doc/guides/linux_gsg/build_sample_apps.rst | 0 doc/guides/linux_gsg/enable_func.rst | 0 doc/guides/linux_gsg/index.rst | 0 doc/guides/linux_gsg/intro.rst | 0 doc/guides/linux_gsg/quick_start.rst | 0 doc/guides/linux_gsg/sys_reqs.rst | 0 doc/guides/rel_notes/appendices.rst | 0 doc/guides/rel_notes/faq.rst | 0 doc/guides/rel_notes/index.rst | 0 doc/guides/rel_notes/known_issues.rst | 0 doc/guides/rel_notes/new_features.rst | 0 doc/guides/rel_notes/rel_description.rst | 0 doc/guides/rel_notes/resolved_issues.rst | 0 doc/guides/rel_notes/supported_features.rst | 0 doc/guides/rel_notes/supported_os.rst | 0 doc/guides/rel_notes/updating_apps.rst | 0 doc/guides/testpmd_app_ug/build_app.rst | 0 doc/guides/testpmd_app_ug/index.rst | 0 doc/guides/testpmd_app_ug/intro.rst | 0 doc/guides/testpmd_app_ug/overview.rst | 0 doc/guides/testpmd_app_ug/run_app.rst | 0 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 0 23 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 doc/guides/linux_gsg/build_dpdk.rst mode change 100755 => 100644 doc/guides/linux_gsg/build_sample_apps.rst mode change 100755 => 100644 doc/guides/linux_gsg/enable_func.rst mode change 100755 => 100644 doc/guides/linux_gsg/index.rst mode change 100755 => 100644 doc/guides/linux_gsg/intro.rst mode change 100755 => 100644 doc/guides/linux_gsg/quick_start.rst mode change 100755 => 100644 doc/guides/linux_gsg/sys_reqs.rst mode change 100755 => 100644 doc/guides/rel_notes/appendices.rst mode change 100755 => 100644 doc/guides/rel_notes/faq.rst mode change 100755 => 100644 doc/guides/rel_notes/index.rst mode change 100755 => 100644 doc/guides/rel_notes/known_issues.rst mode change 100755 => 100644 doc/guides/rel_notes/new_features.rst mode change 100755 => 100644 doc/guides/rel_notes/rel_description.rst mode change 100755 => 100644 doc/guides/rel_notes/resolved_issues.rst mode change 100755 => 100644 doc/guides/rel_notes/supported_features.rst mode change 100755 => 100644 doc/guides/rel_notes/supported_os.rst mode change 100755 => 100644 doc/guides/rel_notes/updating_apps.rst mode change 100755 => 100644 doc/guides/testpmd_app_ug/build_app.rst mode change 100755 => 100644 doc/guides/testpmd_app_ug/index.rst mode change 100755 => 100644 doc/guides/testpmd_app_ug/intro.rst mode change 100755 => 100644 doc/guides/testpmd_app_ug/overview.rst mode change 100755 => 100644 doc/guides/testpmd_app_ug/run_app.rst mode change 100755 => 100644 doc/guides/testpmd_app_ug/testpmd_funcs.rst diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/guides/linux_gsg/build_dpdk.rst old mode 100755 new mode 100644 diff --git a/doc/guides/linux_gsg/build_sample_apps.rst b/doc/guides/linux_gsg/build_sample_apps.rst old mode 100755 new mode 100644 diff --git a/doc/guides/linux_gsg/enable_func.rst b/doc/guides/linux_gsg/enable_func.rst old mode 100755 new mode 100644 diff --git a/doc/guides/linux_gsg/index.rst b/doc/guides/linux_gsg/index.rst old mode 100755 new mode 100644 diff --git a/doc/guides/linux_gsg/intro.rst b/doc/guides/linux_gsg/intro.rst old mode 100755 new mode 100644 diff --git a/doc/guides/linux_gsg/quick_start.rst b/doc/guides/linux_gsg/quick_start.rst old mode 100755 new mode 100644 diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst old mode 100755 new mode 100644 diff --git a/doc/guides/rel_notes/appendices.rst b/doc/guides/rel_notes/appendices.rst old mode 100755 new mode 100644 diff --git a/doc/guides/rel_notes/faq.rst b/doc/guides/rel_notes/faq.rst old mode 100755 new mode 100644 diff --git a/doc/guides/rel_notes/index.rst b/doc/guides/rel_notes/index.rst old mode 100755 new mode 100644 diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst old mode 100755 new mode 100644 diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst old mode 100755 new mode 100644 diff --git a/doc/guides/rel_notes/rel_description.rst b/doc/guides/rel_notes/rel_description.rst old mode 100755 new mode 100644 diff --git a/doc/guides/rel_notes/resolved_issues.rst b/doc/guides/rel_notes/resolved_issues.rst old mode 100755 new mode 100644 diff --git a/doc/guides/rel_notes/supported_features.rst b/doc/guides/rel_notes/supported_features.rst old mode 100755 new mode 100644 diff --git a/doc/guides/rel_notes/supported_os.rst b/doc/guides/rel_notes/supported_os.rst old mode 100755 new mode 100644 diff --git a/doc/guides/rel_notes/updating_apps.rst b/doc/guides/rel_notes/updating_apps.rst old mode 100755 new mode 100644 diff --git a/doc/guides/testpmd_app_ug/build_app.rst b/doc/guides/testpmd_app_ug/build_app.rst old mode 100755 new mode 100644 diff --git a/doc/guides/testpmd_app_ug/index.rst b/doc/guides/testpmd_app_ug/index.rst old mode 100755 new mode 100644 diff --git a/doc/guides/testpmd_app_ug/intro.rst b/doc/guides/testpmd_app_ug/intro.rst old mode 100755 new mode 100644 diff --git a/doc/guides/testpmd_app_ug/overview.rst b/doc/guides/testpmd_app_ug/overview.rst old mode 100755 new mode 100644 diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst old mode 100755 new mode 100644 diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst old mode 100755 new mode 100644 -- 2.20.1