mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
mdadm isn't an add-on any more
This commit is contained in:
@@ -43,7 +43,6 @@ etc/rc.d/init.d/ipsec
|
||||
etc/rc.d/init.d/leds
|
||||
etc/rc.d/init.d/localnet
|
||||
etc/rc.d/init.d/mISDN
|
||||
#etc/rc.d/init.d/mdadm
|
||||
#etc/rc.d/init.d/mediatomb
|
||||
#etc/rc.d/init.d/messagebus
|
||||
#etc/rc.d/init.d/miau
|
||||
|
||||
@@ -45,7 +45,6 @@ etc/rc.d/init.d/ipsec
|
||||
etc/rc.d/init.d/leds
|
||||
etc/rc.d/init.d/localnet
|
||||
etc/rc.d/init.d/mISDN
|
||||
#etc/rc.d/init.d/mdadm
|
||||
#etc/rc.d/init.d/mediatomb
|
||||
#etc/rc.d/init.d/messagebus
|
||||
#etc/rc.d/init.d/miau
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
etc/rc.d/rc0.d/S85mdadm
|
||||
etc/rc.d/rc6.d/S75mdadm
|
||||
etc/rc.d/rcsysinit.d/S11mdadm
|
||||
lib/udev/rules.d/63-md-raid-arrays.rules
|
||||
lib/udev/rules.d/64-md-raid-assembly.rules
|
||||
sbin/mdadm
|
||||
@@ -9,5 +6,4 @@ sbin/mdmon
|
||||
#usr/share/man/man5/mdadm.conf.5
|
||||
#usr/share/man/man8/mdadm.8
|
||||
#usr/share/man/man8/mdmon.8
|
||||
etc/rc.d/init.d/mdadm
|
||||
srv/web/ipfire/cgi-bin/mdstat.cgi
|
||||
|
||||
@@ -31,10 +31,6 @@ DL_FILE = $(THISAPP).tar.xz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = mdadm
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = ""
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -80,8 +76,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mdadm-3.3.1-Assemble-Only-fail-auto-assemble-in-face-of-mdadm.co.patch
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
ln -sf ../init.d/mdadm /etc/rc.d/rcsysinit.d/S11mdadm
|
||||
ln -sf ../init.d/mdadm /etc/rc.d/rc0.d/S85mdadm
|
||||
ln -sf ../init.d/mdadm /etc/rc.d/rc6.d/S75mdadm
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user