mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Geändert:
* Samba wird jetzt ohne Dokumentation installiert * Gettoolchain repariert git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@109 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -102,9 +102,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP)/source && ln -v -sf libnss_wins.so /lib/libnss_wins.so.2
|
||||
cd $(DIR_APP)/source && install -v -m755 nsswitch/pam_winbind.so /lib/security
|
||||
cd $(DIR_APP)/source && install -v -m644 ../examples/smb.conf.default /etc/samba
|
||||
cd $(DIR_APP)/source && install -v -m755 -d /usr/share/doc/samba-3.0.22
|
||||
cd $(DIR_APP)/source && install -v -m644 ../docs/*.pdf /usr/share/doc/samba-3.0.22
|
||||
cd $(DIR_APP)/source && ln -v -s ../../samba/swat /usr/share/doc/samba-3.0.22
|
||||
# cd $(DIR_APP)/source && install -v -m755 -d /usr/share/doc/samba-3.0.22
|
||||
# cd $(DIR_APP)/source && install -v -m644 ../docs/*.pdf /usr/share/doc/samba-3.0.22
|
||||
# cd $(DIR_APP)/source && ln -v -s ../../samba/swat /usr/share/doc/samba-3.0.22
|
||||
echo "swat 901/tcp" >> /etc/services
|
||||
echo "# Begin /etc/xinetd.d/swat" >> /etc/xinetd.d/swat
|
||||
echo "" >> /etc/xinetd.d/swat
|
||||
|
||||
2
make.sh
2
make.sh
@@ -1100,7 +1100,7 @@ gettoolchain)
|
||||
URL_IPFIRE=`grep URL_IPFIRE lfs/Config | awk '{ print $3 }'`
|
||||
echo "`date -u '+%b %e %T'`: Load toolchain tar.gz for $BUILDMACHINE" | tee -a $LOGFILE
|
||||
cd $BASEDIR/cache
|
||||
wget -c $URL_IPFIRE/toolchains/$PACKAGE.tar.gz $URL_IPFIRE/toolchains/$PACKAGE.md5
|
||||
wget $URL_IPFIRE/toolchains/$PACKAGE.tar.gz $URL_IPFIRE/toolchains/$PACKAGE.md5
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "`date -u '+%b %e %T'`: error downloading toolchain for $BUILDMACHINE machine" | tee -a $LOGFILE
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user