Upgraded fechmail and started backup

This commit is contained in:
root
2008-12-01 23:24:28 +01:00
parent 23b3bd0261
commit 2444d31e50
4 changed files with 8 additions and 5 deletions

View File

@@ -0,0 +1 @@
/root/.fetchmailrc

View File

@@ -7,3 +7,4 @@ usr/bin/fetchmail
#usr/lib/python2.4/site-packages/fetchmailconf.pyo
#usr/share/man/man1/fetchmail.1
#usr/share/man/man1/fetchmailconf.1
var/ipfire/backup/addons/includes/fetchmail

View File

@@ -93,7 +93,7 @@
* fbset-2.1
* fcron-3.0.1
* feedparser-4.1
* fetchmail-6.3.8
* fetchmail-6.3.9
* ffmpeg-export-2008-04-13
* file-4.17
* findutils-4.2.27
@@ -253,7 +253,7 @@
* rssdler-0.4.0a
* rsync-2.6.9
* rtorrent-0.7.9
* samba-3.2.4
* samba-3.2.5
* sane-1.0.19
* screen-4.0.3
* sdparm-1.01

View File

@@ -24,7 +24,7 @@
include Config
VER = 6.3.8
VER = 6.3.9
THISAPP = fetchmail-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = fetchmail
PAK_VER = 1
PAK_VER = 2
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 66b97500b0a1e3c0916b3b5314f597f5
$(DL_FILE)_MD5 = 72c20ad2b9629f1a109668b05a84d823
install : $(TARGET)
@@ -87,5 +87,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
echo "#poll SERVERNAME :" >> ~/.fetchmailrc
echo "# user <username> pass <password>;" >> ~/.fetchmailrc
echo "# mda "/usr/bin/procmail -f %F -d %T";" >> ~/.fetchmailrc
install -v -m 644 $(DIR_SRC)/config/backup/includes/fetchmail /var/ipfire/backup/addons/includes/fetchmail
@rm -rf $(DIR_APP)
@$(POSTBUILD)