mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Geaendert:
* Kernel-Multicast entfernt. * MC-Downgrade. * Etherwake gefixt. * Shutdown-Balken umgekehrt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@216 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -62,7 +62,7 @@ $(TARGET) :
|
||||
dhcp/fixleases dhcp/advoptions dmzholes/config ethernet/aliases ethernet/settings \
|
||||
isdn/settings main/hosts main/settings optionsfw/settings outgoing/settings outgoing/rules pakfire/settings \
|
||||
portfw/config ppp/settings-1 ppp/settings-2 ppp/settings-3 ppp/settings-4 \
|
||||
ppp/settings-5 ppp/settings proxy/advanced/settings remote/settings qos/settings qos/classes qos/subclasses qos/level7config qos/portconfig \
|
||||
ppp/settings-5 ppp/settings proxy/settings proxy/advanced/settings remote/settings qos/settings qos/classes qos/subclasses qos/level7config qos/portconfig \
|
||||
snort/settings vpn/config vpn/settings vpn/ipsec.conf \
|
||||
vpn/ipsec.secrets vpn/caconfig wakeonlan/clients.conf wireless/config wireless/settings; do \
|
||||
touch $(CONFIG_ROOT)/$$i; \
|
||||
|
||||
11
lfs/mc
11
lfs/mc
@@ -32,11 +32,11 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 4.6.1
|
||||
VER = 4.6.0
|
||||
|
||||
THISAPP = mc-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = http://www.ibiblio.org/pub/Linux/utils/file/managers/mc
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 18b20db6e40480a53bac2870c56fc3c4
|
||||
$(DL_FILE)_MD5 = 70804dc9e2049e24f294ff7090a82a12
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -81,10 +81,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --with-screen=mcslang --without-x --disable-nls --with-samba
|
||||
cd $(DIR_APP) && make
|
||||
cd $(DIR_APP) && make install
|
||||
# mv /usr/bin/mc /usr/bin/mcc
|
||||
# echo -e "#!/bin/bash" > /usr/bin/mc
|
||||
# echo -e "# Start MC in color-mode" >> /usr/bin/mc
|
||||
# echo -e "/usr/bin/mcc -c" >> /usr/bin/mc
|
||||
# chmod 755 /usr/bin/mc
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user