s/sbin/bin/ in docs, spec

refs #4539
This commit is contained in:
Michael Friedrich 2013-08-16 14:52:34 +02:00
parent 8613beb539
commit c39b931bba
2 changed files with 2 additions and 3 deletions

View File

@ -75,7 +75,7 @@ your check plugins you may need to update this path in your configuration file.
You can verify that your configuration file works by starting Icinga 2: You can verify that your configuration file works by starting Icinga 2:
---- ----
$ /usr/sbin/icinga2 -c /etc/icinga2/icinga2.conf $ /usr/bin/icinga2 -c /etc/icinga2/icinga2.conf
[2013/04/23 13:36:20 +0200] <Main Thread> information/icinga-app: Icinga application loader (version: 0.0.1, git branch master, commit 0fcbfdb2) [2013/04/23 13:36:20 +0200] <Main Thread> information/icinga-app: Icinga application loader (version: 0.0.1, git branch master, commit 0fcbfdb2)
[2013/04/23 13:36:20 +0200] <Main Thread> information/base: Adding library search dir: /usr/lib/icinga2 [2013/04/23 13:36:20 +0200] <Main Thread> information/base: Adding library search dir: /usr/lib/icinga2
[2013/04/23 13:36:20 +0200] <Main Thread> information/base: Loading library 'libicinga.la' [2013/04/23 13:36:20 +0200] <Main Thread> information/base: Loading library 'libicinga.la'

View File

@ -36,7 +36,7 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/%{name} %{_sysconfdir}/%{name}
#%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf #%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%attr(755,-,-) %{_sysconfdir}/init.d/%{name} %attr(755,-,-) %{_sysconfdir}/init.d/%{name}
%{_sbindir}/%{name} %{_bindir}/%{name}
%{_libdir}/%{name} %{_libdir}/%{name}
%{_datadir}/doc/%{name} %{_datadir}/doc/%{name}
%{_datadir}/%{name} %{_datadir}/%{name}
@ -47,7 +47,6 @@ make install DESTDIR=%{buildroot}
%changelog %changelog
* Sat May 04 2013 Michael Friedrich <michael.friedrich@netways.de> - 0.0.2-1 * Sat May 04 2013 Michael Friedrich <michael.friedrich@netways.de> - 0.0.2-1
- icinga2 binary in sbindir
- new initscript in initdir - new initscript in initdir
- itl is installed into datadir - itl is installed into datadir
- man pages in mandir - man pages in mandir