mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Fixed collectd rc.d links
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1176 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
etc/collectd.conf
|
||||
etc/init.d/collectd
|
||||
etc/rc.d/rc0.d/K50collectd
|
||||
etc/rc.d/rc3.d/S20collectd
|
||||
etc/rc.d/rc6.d/K50collectd
|
||||
srv/web/ipfire/cgi-bin/graphs.cgi
|
||||
srv/web/ipfire/cgi-bin/hardwaregraphs.cgi
|
||||
srv/web/ipfire/cgi-bin/network.cgi
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
extract_files
|
||||
ln -s /etc/rc.d/rc0.d/K50collectd /etc/init.d/collectd
|
||||
ln -s /etc/rc.d/rc3.d/S20collectd /etc/init.d/collectd
|
||||
ln -s /etc/rc.d/rc6.d/K50collectd /etc/init.d/collectd
|
||||
GATEWAY=$(cat /var/ipfire/red/remote-ipaddress)
|
||||
echo "$GATEWAY gateway" >> /etc/hosts
|
||||
/etc/init.d/collectd start
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
* dhcp-3.1.0
|
||||
* dhcpcd-2.0.8
|
||||
* diffutils-2.8.1
|
||||
* dm9601-1.01
|
||||
* dnsmasq-2.40
|
||||
* dosfstools-2.11
|
||||
* e2fsprogs-1.39
|
||||
@@ -170,7 +171,6 @@
|
||||
* mldonkey-2.9.2
|
||||
* module-init-tools-3.2.2
|
||||
* mpc-0.12.1
|
||||
* mpd-0.13.0
|
||||
* mpd-0.13.1
|
||||
* mpeg2dec-0.4.0b
|
||||
* mpfire-ipfire
|
||||
|
||||
@@ -87,5 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--with-rrdtool=/usr/share/rrdtool-1.2.15 --enable-debug
|
||||
cd $(DIR_APP) && make install
|
||||
cp -vf $(DIR_SRC)/config/collectd/collectd.conf /etc/
|
||||
ln -f -s ../init.d/collectd /etc/rc.d/rc0.d/K50collectd
|
||||
ln -f -s ../init.d/collectd /etc/rc.d/rc3.d/S20collectd
|
||||
ln -f -s ../init.d/collectd /etc/rc.d/rc6.d/K50collectd
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user