mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-06 13:06:11 +02:00
observium-agent: Rootfile update
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#etc/xinetd.d
|
||||||
etc/xinetd.d/observium_agent_xinetd
|
etc/xinetd.d/observium_agent_xinetd
|
||||||
usr/bin/observium_agent
|
usr/bin/observium_agent
|
||||||
#usr/lib/observium_agent
|
#usr/lib/observium_agent
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
etc/rc.d/init.d/xinetd
|
etc/rc.d/init.d/xinetd
|
||||||
etc/xinetd.conf
|
etc/xinetd.conf
|
||||||
#etc/xinetd.d
|
|
||||||
#usr/man/man5/xinetd.conf.5
|
#usr/man/man5/xinetd.conf.5
|
||||||
#usr/man/man8/itox.8
|
#usr/man/man8/itox.8
|
||||||
#usr/man/man8/xconv.pl.8
|
#usr/man/man8/xconv.pl.8
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||||
|
|
||||||
# Install xinet.d configuration
|
# Install xinet.d configuration
|
||||||
|
mkdir -pv /etc/xinetd.d
|
||||||
cd $(DIR_APP) && install -m 644 scripts/observium_agent_xinetd \
|
cd $(DIR_APP) && install -m 644 scripts/observium_agent_xinetd \
|
||||||
/etc/xinetd.d/observium_agent_xinetd
|
/etc/xinetd.d/observium_agent_xinetd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user