mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
This commit is contained in:
1
config/rootfiles/core/28/filelists/dnsmasq
Symbolic link
1
config/rootfiles/core/28/filelists/dnsmasq
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../common/dnsmasq
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
#usr/man/man8/traceroute.8
|
|
||||||
usr/sbin/traceroute
|
usr/sbin/traceroute
|
||||||
|
#usr/share/man/man8/traceroute.8
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
* dhcp-3.1.0
|
* dhcp-3.1.0
|
||||||
* dhcpcd-2.0.8
|
* dhcpcd-2.0.8
|
||||||
* diffutils-2.8.1
|
* diffutils-2.8.1
|
||||||
* dnsmasq-2.45
|
* dnsmasq-2.47
|
||||||
* dosfstools-2.11
|
* dosfstools-2.11
|
||||||
* e2fsprogs-1.39
|
* e2fsprogs-1.39
|
||||||
* ebtables-v2.0.8-2
|
* ebtables-v2.0.8-2
|
||||||
@@ -293,7 +293,7 @@
|
|||||||
* texinfo-4.8
|
* texinfo-4.8
|
||||||
* tftp-hpa-0.48
|
* tftp-hpa-0.48
|
||||||
* tiff-3.8.2
|
* tiff-3.8.2
|
||||||
* traceroute-1.4a12
|
* traceroute-2.0.12
|
||||||
* tripwire-2.4.1.2
|
* tripwire-2.4.1.2
|
||||||
* tunctl
|
* tunctl
|
||||||
* udev-096
|
* udev-096
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 2.45
|
VER = 2.47
|
||||||
|
|
||||||
THISAPP = dnsmasq-$(VER)
|
THISAPP = dnsmasq-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = b7956e15c9766e05b3eca3ce88fdb616
|
$(DL_FILE)_MD5 = 4524081e56d0b935717d493e8e8d3e11
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 1.4a12
|
VER = 2.0.12
|
||||||
|
|
||||||
THISAPP = traceroute-$(VER)
|
THISAPP = traceroute-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = traceroute
|
PROG = traceroute
|
||||||
PAK_VER = 1
|
PAK_VER = 2
|
||||||
|
|
||||||
DEPS = ""
|
DEPS = ""
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 964d599ef696efccdeebe7721cd4828d
|
$(DL_FILE)_MD5 = 2262a9d30ae85f12b759a38ef827f8f7
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
@@ -77,11 +77,9 @@ $(subst %,%_MD5,$(objects)) :
|
|||||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||||
@$(PREBUILD)
|
@$(PREBUILD)
|
||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||||
cd $(DIR_APP) && sed -i 's|@prefix@|/usr|' Makefile.in
|
cd $(DIR_APP) && sed -i 's|hints.ai_flags = AI_IDN;|/* hints.ai_flags = AI_IDN; */|g' traceroute/traceroute.c
|
||||||
cd $(DIR_APP) && ./configure
|
cd $(DIR_APP) && make
|
||||||
cd $(DIR_APP) && make $(MAKETUNING)
|
cd $(DIR_APP) && make install prefix=/usr bindir=/usr/sbin
|
||||||
cd $(DIR_APP) && make install
|
|
||||||
cd $(DIR_APP) && make install-man
|
|
||||||
chmod u-s /usr/sbin/traceroute
|
chmod u-s /usr/sbin/traceroute
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
@@ -18,13 +18,13 @@
|
|||||||
case "${1}" in
|
case "${1}" in
|
||||||
start)
|
start)
|
||||||
boot_mesg "Starting net-snmp - SNMPD..."
|
boot_mesg "Starting net-snmp - SNMPD..."
|
||||||
loadproc /usr/local/sbin/snmpd -c /etc/snmpd.conf > /dev/null
|
loadproc /usr/sbin/snmpd -c /etc/snmpd.conf > /dev/null
|
||||||
evaluate_retval
|
evaluate_retval
|
||||||
;;
|
;;
|
||||||
|
|
||||||
stop)
|
stop)
|
||||||
boot_mesg "Stopping net-snmp - SNMPD..."
|
boot_mesg "Stopping net-snmp - SNMPD..."
|
||||||
killproc /usr/local/sbin/snmpd
|
killproc /usr/sbin/snmpd
|
||||||
;;
|
;;
|
||||||
|
|
||||||
restart)
|
restart)
|
||||||
@@ -34,7 +34,7 @@ case "${1}" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
status)
|
status)
|
||||||
statusproc /usr/local/sbin/snmpd
|
statusproc /usr/sbin/snmpd
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user