mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
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:
12
make.sh
12
make.sh
@@ -364,9 +364,6 @@ buildipfire() {
|
||||
ipfiremake libjpeg
|
||||
ipfiremake libpng
|
||||
ipfiremake libtiff
|
||||
ipfiremake lcms
|
||||
ipfiremake libmng
|
||||
ipfiremake freetype
|
||||
ipfiremake libart
|
||||
ipfiremake gd
|
||||
ipfiremake popt
|
||||
@@ -474,7 +471,6 @@ buildipfire() {
|
||||
ipfiremake 3c5x9setup
|
||||
ipfiremake pakfire
|
||||
ipfiremake java
|
||||
ipfiremake bootsplash
|
||||
ipfiremake spandsp
|
||||
ipfiremake lzo
|
||||
ipfiremake openvpn
|
||||
@@ -527,6 +523,7 @@ buildipfire() {
|
||||
ipfiremake bwm-ng
|
||||
ipfiremake tripwire
|
||||
ipfiremake sysstat
|
||||
ipfiremake vsftpd
|
||||
}
|
||||
|
||||
buildinstaller() {
|
||||
@@ -631,19 +628,22 @@ ipfirepackages() {
|
||||
# ipfiredist applejuice
|
||||
# ipfiredist asterisk
|
||||
ipfiredist clamav
|
||||
# ipfiredist cups
|
||||
# ipfiredist cyrusimap
|
||||
ipfiredist cups
|
||||
ipfiredist cyrus-sasl
|
||||
# ipfiredist fetchmail
|
||||
# ipfiredist gnump3d
|
||||
# ipfiredist java
|
||||
# ipfiredist mailx
|
||||
# ipfiredist mldonkey
|
||||
ipfiredist mpg123
|
||||
# ipfiredist nfs
|
||||
ipfiredist openldap
|
||||
# ipfiredist postfix
|
||||
ipfiredist samba
|
||||
# ipfiredist sox
|
||||
# ipfiredist spamassassin
|
||||
ipfiredist tripwire
|
||||
ipfiredist vsftpd
|
||||
# ipfiredist webcyradm
|
||||
test -d $BASEDIR/packages || mkdir $BASEDIR/packages
|
||||
mv -f $LFS/install/packages/* $BASEDIR/packages >> $LOGFILE 2>&1
|
||||
|
||||
Reference in New Issue
Block a user