Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
mc
mc-extd-misc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mc-extd-misc.patch of Package mc
--- misc/ext.d/misc.sh.in.orig 2012-12-27 12:13:20.000000000 +0400 +++ misc/ext.d/misc.sh.in 2013-03-09 12:10:56.696615817 +0400 @@ -47,3 +47,9 @@ torrent) - ctorrent -x "${MC_EXT_FILENAME}" 2>/dev/null + if type -p ctorrent >/dev/null 2>&1 ; then + ctorrent -x "${MC_EXT_FILENAME}" 2>/dev/null + elif type -p transmission-show >/dev/null 2>&1 ; then + transmission-show "${MC_EXT_FILENAME}" + else + file "${MC_EXT_FILENAME}" + fi ;;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor