X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fipfireseeder;h=98ed134a4bace75b6962e4d3e68534ce3e46da48;hb=cb46fe2258bb5fd43e12b8367f1e455dc73e1c29;hp=bb4ae8c21bfd595b5c6cafa9b575cad2fdeca7c5;hpb=c9429a7c0b7b4226c46121e84c3f7f3de8d8b52d;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/ipfireseeder b/lfs/ipfireseeder index bb4ae8c21b..98ed134a4b 100644 --- a/lfs/ipfireseeder +++ b/lfs/ipfireseeder @@ -27,12 +27,12 @@ include Config VER = 1.00 THISAPP = ipfireseeder-$(VER) -DL_FILE = ipfire-2.1.i586-full.iso.torrent +DL_FILE = ipfire-2.3.i586-full.iso.torrent DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ipfireseeder -PAK_VER = 2 +PAK_VER = 5 DEPS = "rtorrent" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = cf4598509a9817dfc493e9143f55d5d7 +$(DL_FILE)_MD5 = 7b82d593c9efc4866e2c0ec38fcdaadb install : $(TARGET) @@ -78,4 +78,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) -mkdir -p /var/log/seeder /var/ipfire/seeder cp -vf $(DIR_DL)/$(DL_FILE) /var/ipfire/seeder + echo "Folder for IPFireseeder data" > /var/log/seeder/info @$(POSTBUILD)