Changeset 25057 for titan/plugins/mc


Ignore:
Timestamp:
12/01/13 15:11:26 (10 years ago)
Author:
obi
Message:

[mc] fix umounting

Location:
titan/plugins/mc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/mc/mc_main.h

    r24056 r25057  
    129129       
    130130        debug(50, "[mc_main] umounting: fuse, (rarfs,isofs,imgfs)");
    131         system("/bin/umount -fl `mount | grep fuse | grep rarfs | grep -v '/dev/' | cut -d ' ' -f3`; killall -9 rarfs");
    132         system("/bin/umount -fl `mount | grep fuse | grep -v '/dev/' | cut -d ' ' -f3`; /bin/umount -fl `mount | grep iso9660 | cut -d ' ' -f3`; killall -9 rarfs fusesmb curlftpfs");
    133 
     131//      system("/bin/umount -fl `mount | grep fuse | grep rarfs | grep -v '/dev/' | cut -d ' ' -f3`; killall -9 rarfs");
     132//      system("/bin/umount -fl `mount | grep fuse | grep -v '/dev/' | cut -d ' ' -f3`; /bin/umount -fl `mount | grep iso9660 | cut -d ' ' -f3`; killall -9 rarfs fusesmb curlftpfs");
     133        system("umount -a -f -t fuse.rarfs,iso9660,fuse.djmount,fuse.fusesmb,fuse.curlftpfs");
     134       
    134135        char* tmpstr = NULL;
    135136        tmpstr = createpluginpath("/mc/skin.xml", 0);
  • titan/plugins/mc/mc_videoplayer.h

    r25056 r25057  
    987987        clearscreen(loadmediadb);
    988988
    989         system("umount -a -f -t fuse.rarfs,iso9660,fuse.djmount,fuse.fusesmb,ftpfs");
     989        system("umount -a -f -t fuse.rarfs,iso9660,fuse.djmount,fuse.fusesmb,fuse.curlftpfs");
    990990
    991991        writevfdmenu("Mediacenter");
Note: See TracChangeset for help on using the changeset viewer.