]> granicus.if.org Git - icinga2/commitdiff
Rename README to README.md
authorMichael Friedrich <michael.friedrich@gmail.com>
Tue, 5 Aug 2014 19:27:21 +0000 (21:27 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Tue, 5 Aug 2014 19:27:21 +0000 (21:27 +0200)
fixes #6688

CMakeLists.txt
README.md [moved from README with 100% similarity]
debian/docs
doc/2-getting-started.md
icinga2.spec

index 2d0ec88cdc809c4804df9b0322031207586a587f..d15aef4f0f965f99ba617de8be7a8e055a512ea1 100644 (file)
@@ -127,7 +127,7 @@ endif()
 configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h ESCAPE_QUOTES)
 
 install(
-  FILES README COPYING COPYING.Exceptions AUTHORS ChangeLog NEWS
+  FILES README.md COPYING COPYING.Exceptions AUTHORS ChangeLog NEWS
   DESTINATION ${CMAKE_INSTALL_DOCDIR}
 )
 
similarity index 100%
rename from README
rename to README.md
index 6f83607c14aa1cd7cb72686f7cda5ddd090b09ae..46a4ca7180f4a6e0f569152a8ec634c8ed313ca6 100644 (file)
@@ -1,3 +1,3 @@
 AUTHORS
 NEWS
-README
+README.md
index b2cf8c117f0915c642836cf9ea283b94ad9a754b..4202c36c4b56530fb3a01f2c7d8ebcdc39a3622a 100644 (file)
@@ -432,7 +432,7 @@ by trying to run it on the console using whichever user Icinga 2 is running as:
     $ /opt/plugins/check_snmp_int.pl --help
 
 Additional libraries may be required for some plugins. Please consult the plugin
-documentation and/or README for installation instructions.
+documentation and/or plugin provided README for installation instructions.
 
 Each plugin requires a [CheckCommand](#objecttype-checkcommand) object in your
 configuration which can be used in the [Service](#objecttype-service) or
@@ -1149,7 +1149,7 @@ For Icinga 2 there are currently two scenarios available:
 
 > **Note**
 >
-> Please consult the `README` file for each project for further installation
+> Please consult the `README.md` file for each project for further installation
 > details at [https://github.com/Icinga/icinga-vagrant]
 
 Once you have checked out the Git repository navigate to your required
index b018f63ed671f349d65944ee0b99fe299fd228b6..a285e8854a2d98e72ccc0b1f1e5bff7385ae4417 100644 (file)
@@ -415,7 +415,7 @@ exit 0
 
 %files bin
 %defattr(-,root,root,-)
-%doc COPYING COPYING.Exceptions README NEWS AUTHORS ChangeLog
+%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog
 %if 0%{?use_systemd}
 %attr(644,root,root) %{_unitdir}/%{name}.service
 %else
@@ -475,7 +475,7 @@ exit 0
 
 %files common
 %defattr(-,root,root,-)
-%doc COPYING COPYING.Exceptions README NEWS AUTHORS ChangeLog tools/syntax
+%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog tools/syntax
 %attr(0755,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/log/%{name}
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %attr(0750,%{icinga_user},%{icinga_group}) %dir %{_localstatedir}/spool/%{name}
@@ -491,12 +491,12 @@ exit 0
 
 %files ido-mysql
 %defattr(-,root,root,-)
-%doc components/db_ido_mysql/schema COPYING COPYING.Exceptions README NEWS AUTHORS ChangeLog
+%doc components/db_ido_mysql/schema COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog
 %{_libdir}/%{name}/libdb_ido_mysql*
 
 %files ido-pgsql
 %defattr(-,root,root,-)
-%doc components/db_ido_pgsql/schema COPYING COPYING.Exceptions README NEWS AUTHORS ChangeLog
+%doc components/db_ido_pgsql/schema COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog
 %{_libdir}/%{name}/libdb_ido_pgsql*
 
 %files classicui-config