]> git.phdru.name Git - extfs.d.git/commitdiff
$HOME/[.local/share/].mc/extfs.d
authorOleg Broytman <phd@phdru.name>
Sat, 16 Nov 2013 16:23:22 +0000 (20:23 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 16 Nov 2013 16:23:22 +0000 (20:23 +0400)
obexftp
obexftp-ANNOUNCE
torrent
torrent-ANNOUNCE
xml

diff --git a/obexftp b/obexftp
index 91ec121f190a5644aacb1c65001fd20c34b36bbe..2eb18849f69aa8401d500b77f2d8917226db2aec 100755 (executable)
--- a/obexftp
+++ b/obexftp
@@ -14,10 +14,10 @@ OpenOBEX 1.0.1+ (http://dev.zuckschwerdt.org/openobex/) and ObexFTP 0.10.4+
 (http://triq.net/obexftp).
 
 Edit the script, and correct the the full path to the obexftp binary (see
-obexftp_prog below). For mc 4.7+ put the script in $HOME/.mc/extfs.d.
-For older versions put it in /usr/[local/][lib|share]/mc/extfs
-and add a line "obexftp" to the /usr/[local/][lib|share]/mc/extfs/extfs.ini.
-Make the script executable.
+obexftp_prog below). For mc 4.7+ put the script in
+$HOME/[.local/share/].mc/extfs.d. For older versions put it in
+/usr/[local/][lib|share]/mc/extfs and add a line "obexftp" to the
+/usr/[local/][lib|share]/mc/extfs/extfs.ini. Make the script executable.
 
 Create somewhere a transport file. The transport file may have any name, and is
 expected to be a text file with at least one line defining the transport to
@@ -118,7 +118,7 @@ ObexFTP Virtual FileSystem for Midnight Commander version %s
 Author: %s
 %s
 
-This is not a program. Put the script in $HOME/.mc/extfs.d or
+This is not a program. Put the script in $HOME/[.local/share/].mc/extfs.d or
 /usr/[local/][lib|share]/mc/extfs. For more information read the source!""",
    __version__, __author__, __copyright__
 )
index 3af4bd833b49ff535912feb8d0dc4329f5c2de2d..6ed15f5655124a7f11e6fd22fffda2d9c493f237 100644 (file)
@@ -10,7 +10,8 @@ WHAT'S NEW in version 1.4.0 (2013-11-16)
    Get charset from the environment.
 
 WHAT'S NEW in version 1.3.2 (2013-11-11)
-   Documented the fact that the script can be put in $HOME/.mc/extfs.d.
+   Documented the fact that the script can be put in
+$HOME/[.local/share/].mc/extfs.d.
 
 WHAT'S NEW in version 1.3.0 (2010-05-09)
    USB transport.
diff --git a/torrent b/torrent
index 514edf344efc8528ec4b982dc90724d25b5d0ebb..d3f312ec581996ec0548d5d67113837976b5233f 100755 (executable)
--- a/torrent
+++ b/torrent
@@ -5,7 +5,7 @@ The script requires Midnight Commander 3.1+
 (http://www.midnight-commander.org/), Python 2.4+ (http://www.python.org/),
 module eff_bdecode.py (http://effbot.org/zone/bencode.htm).
 
-For mc 4.7+ put the script in $HOME/.mc/extfs.d.
+For mc 4.7+ put the script in $HOME/[.local/share/].mc/extfs.d.
 For older versions put it in /usr/[local/][lib|share]/mc/extfs
 and add a line "torrent" to the /usr/[local/][lib|share]/mc/extfs/extfs.ini.
 Make the script executable.
@@ -74,7 +74,7 @@ Torrent Virtual FileSystem for Midnight Commander version %s
 Author: %s
 %s
 
-This is not a program. Put the script in $HOME/.mc/extfs.d or
+This is not a program. Put the script in $HOME/[.local/share/].mc/extfs.d or
 /usr/[local/][lib|share]/mc/extfs. For more information read the source!""",
    __version__, __author__, __copyright__
 )
index 2fd60f04296e9ae96a55b54f74720896b0f3d7b0..77a56ef6b1fa8836f1ed7f425aa1b8192f150ece 100644 (file)
@@ -10,7 +10,8 @@ WHAT'S NEW in version 1.2.0 (2013-11-16)
    Get charset from the environment.
 
 WHAT'S NEW in version 1.1.1 (2013-11-11)
-   Documented the fact that the script can be put in $HOME/.mc/extfs.d.
+   Documented the fact that the script can be put in
+$HOME/[.local/share/].mc/extfs.d.
 
 WHAT'S NEW in version 1.1.0 (2013-06-10)
    Show DHT nodes if they are present.
diff --git a/xml b/xml
index 7164c144d3f06d78779992be372a2318c8c7275f..9fee4d765ed7867b7906b8161b1793ce55a21168 100755 (executable)
--- a/xml
+++ b/xml
@@ -4,7 +4,7 @@
 The script requires Midnight Commander 3.1+
 (http://www.midnight-commander.org/), Python 2.4+ (http://www.python.org/).
 
-For mc 4.7+ put the script in $HOME/.mc/extfs.d.
+For mc 4.7+ put the script in $HOME/[.local/share/].mc/extfs.d.
 For older versions put it in /usr/[local/][lib|share]/mc/extfs
 and add a line "xml" to the /usr/[local/][lib|share]/mc/extfs/extfs.ini.
 Make the script executable.
@@ -78,7 +78,7 @@ XML Virtual FileSystem for Midnight Commander version %s
 Author: %s
 %s
 
-This is not a program. Put the script in $HOME/.mc/extfs.d or
+This is not a program. Put the script in $HOME/[.local/share/].mc/extfs.d or
 /usr/[local/][lib|share]/mc/extfs. For more information read the source!""",
    __version__, __author__, __copyright__
 )