diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 9b6e193ad..65dd5e053 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -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 diff --git a/make.sh b/make.sh index c83470a61..cbf3fa2a3 100644 --- a/make.sh +++ b/make.sh @@ -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 ;;