File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -367,22 +367,16 @@ $(MIBDIR)/readynas:
367367 @curl $(CURL_OPTS ) -o $(MIBDIR ) /readynas " $( READYNAS_URL) "
368368
369369$(MIBDIR ) /readydataos :
370- <<<<<<< HEAD
371370 $(eval TMP := $(shell mktemp) )
372371 @echo " >> Downloading readydataos to $( TMP) "
373372 @curl $(CURL_OPTS ) -o $(TMP ) " $( READYDATAOS_URL) "
374373 @unzip -j -d $(MIBDIR ) $(TMP ) READYDATAOS-MIB.txt
375374 @mv -v $(MIBDIR ) /READYDATAOS-MIB.txt $(MIBDIR ) /readydataos
376375 @rm -v $(TMP )
377-
378- ====== =
379- @echo ">> Downloading readydataos"
380- @curl $(CURL_OPTS) -o $(MIBDIR)/readydataos "$(READYDATAOS_URL)"
381376
382377$(MIBDIR ) /SchneiderPM55xx_V01_13.mib :
383378 $(eval TMP := $(shell mktemp) )
384379 @echo " >> Downloading SchneiderPM55xx_V01_13.mib to $( TMP) "
385380 @curl $(CURL_OPTS ) -o $(TMP ) $(SCHNEIDER_PM55XX_URL )
386381 @unzip -j -d $(MIBDIR ) $(TMP ) PM5560_PM5563_v2.1.0/SchneiderPM55xx_V01_13.mib
387382 @rm -v $(TMP )
388- >>>>>>> e6b4ed7 (add Schneider_PM55XX MIB to downloads for SNMP generator)
You can’t perform that action at this time.
0 commit comments