Clamav kommt erstma ohne Virendefinitionen daher.

Die laedt der sich dann alleine.
rsync-Update.
Das Pakfire-Update kann beim Verbinden auch im Hintergrund ablaufen.
Einige Shell-Kommandos interaktiv gemacht.
AdoDB ins Paket von Openmailadmin hinzugefuegt.
Prompt ist wieder farbig.
Das MySQL-Setup ist noch nicht so besonders fit.
Der Server braucht zu lange zum starten - somit kann noch kein Passwort gesetzt werden.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@971 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-10-14 14:04:38 +00:00
parent efb2af147f
commit 203c2787c9
10 changed files with 238 additions and 15 deletions

View File

@@ -82,5 +82,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make install
chown clamav.clamav -R /usr/share/clamav/
cp -rf $(DIR_SRC)/config/clamav/* /var/ipfire/clamav/
rm -rfv /usr/share/clamav/*.cvd
@rm -rf $(DIR_APP)
@$(POSTBUILD)

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.6.8
VER = 2.6.9
THISAPP = rsync-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 082a9dba1f741e6591e5cd748a1233de
$(DL_FILE)_MD5 = 996d8d8831dbca17910094e56dcb5942
install : $(TARGET)
@@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make
#cd $(DIR_APP)/doc && docbook2html rsync.sgml
cd $(DIR_APP) && make install
#cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/rsync-2.6.8 &&
#cd $(DIR_APP) && install -v -m644 doc/*.html /usr/share/doc/rsync-2.6.8
#cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/rsync-$(VER) &&
#cd $(DIR_APP) && install -v -m644 doc/*.html /usr/share/doc/rsync-$(VER)
@rm -rf $(DIR_APP)
@$(POSTBUILD)