Hinzugefuegt:

* Mldonkey-Paket
  * Noch eine Funktion in die ./make.sh


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@228 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
delaco
2006-07-24 17:28:23 +00:00
parent c48eea1b20
commit 3ab910ddc1
2 changed files with 7 additions and 1 deletions

View File

@@ -156,6 +156,7 @@
* mingetty-1.06
* misc-progs
* mktemp-1.5
* mldonkey-2.7.7
* modutils-2.4.27
* mpg123-0.59r
* mtools-3.9.9
@@ -171,6 +172,7 @@
* noip_updater_v1.6
* ntop-3.2
* ntp-4.2.0
* ocaml-3.09.2
* oinkmaster-1.2
* openldap-2.3.20
* openssh-3.9p1

View File

@@ -876,6 +876,7 @@ ipfirepackages() {
ipfiredist libtiff
ipfiredist libxml2
ipfiredist mailx
ipfiredist mldonkey
ipfiredist nfs
ipfiredist nmap
ipfiredist ntop
@@ -1229,7 +1230,7 @@ build-only)
svn info
#echo "Usage: $0 {build|changelog|check|checkclean|clean|commit|diff|dist|gettoolchain|make|newpak|prefetch|pub-iso|pub-paks|shell|sync|toolchain|update}"
#cat doc/make.sh-usage
select name in "End" "Build IPFire" "Prefetch" "Create Diff" "Get Toolchain" "Update SVN Version" "Sync to Server"
select name in "End" "Build IPFire" "Prefetch" "Create Diff" "Get Toolchain" "Update SVN Version" "Sync to Server" "Show last log lines"
do
case $name in
"Update SVN Version")
@@ -1256,6 +1257,9 @@ build-only)
echo "svn commit"
svn commit
;;
"Show last log lines")
tail log/_*
;;
"End")
break
;;