mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
nagios: The plugins cannot be built in parallel.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user