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

@@ -26,7 +26,7 @@
include Config
VER = 3.0.25
VER = 3.0.25a
THISAPP = samba-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 267bd56b178a1b1285a41ec4cc1b75f0
$(DL_FILE)_MD5 = cbd33bb5d904ccd8a294a4019743745d
install : $(TARGET)
@@ -88,9 +88,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--with-piddir=/var/run \
--with-fhs \
--with-smbmount \
--with-winbind \
--without-pam
cd $(DIR_APP)/source && make #&& make nsswitch
--with-winbind
cd $(DIR_APP)/source && make
cd $(DIR_APP)/source && make install
cd $(DIR_APP)/source && mv -v /usr/lib/samba/libsmbclient.so /usr/lib
cd $(DIR_APP)/source && ln -v -sf ../libsmbclient.so /usr/lib/samba
@@ -112,8 +111,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cp -vfp /var/ipfire/samba/default.printer /var/ipfire/samba/printer
cat /var/ipfire/samba/global /var/ipfire/samba/shares > /var/ipfire/samba/smb.conf
-mkdir -p /var/log/samba
#useradd -c 'Samba User' -s /bin/false
#groupadd sambauser
#groupadd sambawks
@rm -rf $(DIR_APP)
@$(POSTBUILD)