bugmldonkey, a multi-networks file-sharing client - Bugs: bug #21888, mistake in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #21888: mistake in /etc/rc.d/init.d/mldonkey script

Submitter:  Stanislav Sukholet <ctac113>
Submitted:  Wed 26 Dec 2007 09:30:13 AM UTC
   
 
Category:  Core Severity:  3 - Normal
Item Group:  Program malfunction Status:  Wont Fix
Assigned to:  None Open/Closed:  Closed
Release:  2.9.2 Release: 
Operating System:  Linux Binaries Origin:  Redhat/Fedora package
CPU type:  None

Thu 27 Dec 2007 12:14:27 AM UTC, comment #1: 

There are at least two MLDonkey rpm packages available

http://atrpms.net/name/mldonkey
http://rpm.livna.org/fedora/6/i386/repodata/repoview/mldonkey-0-2.7.6-1.lvn5.html

Please post this bug report on the bug tracker for the
rpm package you are using.

spiralvoice <spiralvoice>
Group administrator
Wed 26 Dec 2007 09:30:13 AM UTC, original submission:  

Have some files with ' in their names. And /etc/rc.d/init.d/mldonkey complains me:
xargs: unterminated single quote (') bla-bla

I found, that line 51 of this script execs following commands:
========================
 copy_files_aux `find $ML_ROOT -xdev -type f \                                                                      
  | xargs file | grep -E ':.*ELF' \            
========================

I'd like to ask you to change these lines to the following:

========================
 copy_files_aux `find $ML_ROOT -xdev -type f -print0 \                                                                      
  | xargs -0 file | grep -E ':.*ELF' \            
========================
 
And everything will be OK.
Attached patch to demonstrate changes.

Stanislav Sukholet <ctac113>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #14703:  mldonkey.patch added by ctac113 (580B - application/octet-stream - Patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by spiralvoice (Posted a comment)
  • -email is unavailable- added by ctac113 (Submitted the item)
  • -email is unavailable- added by ctac113
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-12-27 spiralvoice StatusNone Wont Fix
        Open/ClosedOpen Closed
    2007-12-26 ctac113 Attached File- Added mldonkey.patch, #14703
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code