Die Abhaengigkeitspakete vom Samba erstellt.

vsftpd hinzugefuegt... :D Vergebt mir...
Paketmanager weitergebaut. Installiert nun die Pakete alle richtig (auch mit Abhaengigkeiten).
Samba aktualisiert.
Bootsplash entfernt.
mc-Alias erstellt, sodass der auf der Textkonsole ordentlich zu bedienen ist.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@583 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-05-26 19:04:16 +00:00
parent e2627c00f5
commit a08c3a2eb1
49 changed files with 2251 additions and 524 deletions

View File

@@ -32,6 +32,9 @@ THISAPP = cyrus-sasl-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
PROG = cyrus-sasl
PAK_VER = 1
ifeq "$(PASS)" ""
TARGET = $(DIR_INFO)/$(THISAPP)
else
@@ -56,6 +59,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist :
$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################