From: Michael Friedrich Date: Fri, 16 Aug 2013 12:52:34 +0000 (+0200) Subject: s/sbin/bin/ in docs, spec X-Git-Tag: v0.0.3~696 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c39b931bba8b59b795045b6c6a07ebe06cd5902b;p=icinga2 s/sbin/bin/ in docs, spec refs #4539 --- diff --git a/docs/icinga2-tutorial.adoc b/docs/icinga2-tutorial.adoc index 79eff5de6..7f3661045 100644 --- a/docs/icinga2-tutorial.adoc +++ b/docs/icinga2-tutorial.adoc @@ -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: ---- -$ /usr/sbin/icinga2 -c /etc/icinga2/icinga2.conf +$ /usr/bin/icinga2 -c /etc/icinga2/icinga2.conf [2013/04/23 13:36:20 +0200]
information/icinga-app: Icinga application loader (version: 0.0.1, git branch master, commit 0fcbfdb2) [2013/04/23 13:36:20 +0200]
information/base: Adding library search dir: /usr/lib/icinga2 [2013/04/23 13:36:20 +0200]
information/base: Loading library 'libicinga.la' diff --git a/icinga2.spec b/icinga2.spec index cdb43aef3..04c04377d 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -36,7 +36,7 @@ make install DESTDIR=%{buildroot} %{_sysconfdir}/%{name} #%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf %attr(755,-,-) %{_sysconfdir}/init.d/%{name} -%{_sbindir}/%{name} +%{_bindir}/%{name} %{_libdir}/%{name} %{_datadir}/doc/%{name} %{_datadir}/%{name} @@ -47,7 +47,6 @@ make install DESTDIR=%{buildroot} %changelog * Sat May 04 2013 Michael Friedrich - 0.0.2-1 -- icinga2 binary in sbindir - new initscript in initdir - itl is installed into datadir - man pages in mandir