projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a6b4cb
)
nagios: The plugins cannot be built in parallel.
author
Michael Tremer
<michael.tremer@ipfire.org>
Thu, 17 Oct 2013 14:19:18 +0000
(16:19 +0200)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Thu, 17 Oct 2013 14:19:18 +0000
(16:19 +0200)
lfs/nagios
patch
|
blob
|
blame
|
history
diff --git
a/lfs/nagios
b/lfs/nagios
index 2bb2a41efdf6bd451c26618c779e40377ca79e44..a9cef536f750de9f8ff53ed4ca5a15056013a9e0 100644
(file)
--- a/
lfs/nagios
+++ b/
lfs/nagios
@@
-103,7
+103,7
@@
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_SRC)/nagios-plugins* && ./configure --prefix=/usr \
--libexecdir=/usr/lib/nagios \
--with-nagios-user=nobody --with-nagios-group=nobody
- cd $(DIR_SRC)/nagios-plugins* && make
$(MAKETUNING)
+ cd $(DIR_SRC)/nagios-plugins* && make
cd $(DIR_SRC)/nagios-plugins* && make install
chown -R nobody:nobody /var/nagios
ln -s /etc/init.d/nagios /etc/rc.d/rc3.d/S67nagios