mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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 \
|
cd $(DIR_SRC)/nagios-plugins* && ./configure --prefix=/usr \
|
||||||
--libexecdir=/usr/lib/nagios \
|
--libexecdir=/usr/lib/nagios \
|
||||||
--with-nagios-user=nobody --with-nagios-group=nobody
|
--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
|
cd $(DIR_SRC)/nagios-plugins* && make install
|
||||||
chown -R nobody:nobody /var/nagios
|
chown -R nobody:nobody /var/nagios
|
||||||
ln -s /etc/init.d/nagios /etc/rc.d/rc3.d/S67nagios
|
ln -s /etc/init.d/nagios /etc/rc.d/rc3.d/S67nagios
|
||||||
|
|||||||
Reference in New Issue
Block a user