]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - make.sh
Hinzugefuegt:
[people/teissler/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index c83470a61d21fd8fd4a5a9673fbb0fdab4a4e829..cbf3fa2a3a0992d5febab4cf64b672f364bb24e5 100644 (file)
--- 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
                 ;;