4 echo "This program needs to be started from inside mldonkey directory."
5 echo "It won't send any information, it only creates one file that you"
6 echo "are free to send or not with your bug report."
8 echo "Informations on your downloads, shared files and IP address will"
9 echo "be included in the created file."
11 echo "If you have changed your incoming/, temp/ and torrents/ directories,"
12 echo "Create links incoming, temp and torrents to them before starting"
15 echo "You should send this information to bug-config@mldonkey.net with the"
16 echo "corresponding bug number of Savannah or the forum thread name. This"
17 echo "information will be kept private to the main developers."
19 echo -n "Building file 'buginfo.tar.gz'..."
24 uname
-a &> buginfo
/uname
26 (ls -lR; df .
) &> buginfo
/mldonkey.directory
27 (cd incoming
; ls -lR; df .
) &> buginfo
/incoming.directory
28 (cd temp
; ls -lR; df .
) &> buginfo
/temp.directory
29 (cd torrents
; ls -lR; df .
) &> buginfo
/torrents.directory
31 ifconfig
&> buginfo
/computer
33 tar cf buginfo.
tar buginfo