From f988468cf61fa5f048b4fe281602521271b3293b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 11 Nov 2013 22:12:06 +0400 Subject: [PATCH] Documented the fact that the script can be put in $HOME/.mc/extfs.d --- dummy | 6 +++--- obexftp | 8 ++++---- obexftp-ANNOUNCE | 6 +++--- torrent | 6 +++--- torrent-ANNOUNCE | 3 +++ 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/dummy b/dummy index 4b0041c..43a7e69 100755 --- a/dummy +++ b/dummy @@ -1,9 +1,9 @@ #! /usr/bin/env python """Dummy VFS for Midnight Commander. Just for a test.""" -__version__ = "1.0.2" +__version__ = "1.0.3" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design" __license__ = "GPL" @@ -20,7 +20,7 @@ def error(msg): if len(sys.argv) < 2: error("""\ It is not a program - it is a dummy VFS for Midnight Commander. -Put it in /usr/lib/mc/extfs.""") +Put it in $HOME/.mc/extfs.d or /usr/lib/mc/extfs.""") def mcdummy_list(): diff --git a/obexftp b/obexftp index 76e35a1..4cad7b9 100755 --- a/obexftp +++ b/obexftp @@ -64,9 +64,9 @@ named in $TMP environment variable. """ -__version__ = "1.3.1" +__version__ = "1.3.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design" __license__ = "GPL" @@ -93,8 +93,8 @@ ObexFTP Virtual FileSystem for Midnight Commander version %s Author: %s %s -This is not a program. Put the script in /usr/[local/][lib|share]/mc/extfs. -For more information read the source!""", +This is not a program. Put the script in $HOME/.mc/extfs.d or +/usr/[local/][lib|share]/mc/extfs. For more information read the source!""", __version__, __author__, __copyright__ ) sys.exit(1) diff --git a/obexftp-ANNOUNCE b/obexftp-ANNOUNCE index b2b402c..1f5190a 100644 --- a/obexftp-ANNOUNCE +++ b/obexftp-ANNOUNCE @@ -6,8 +6,8 @@ WHAT IS IT binary. -WHAT'S NEW in version 1.3.1 (2012-04-15) - Removed svn:keywods. +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. WHAT'S NEW in version 1.3.0 (2010-05-09) USB transport. @@ -28,7 +28,7 @@ AUTHOR Oleg Broytman COPYRIGHT - Copyright (C) 2004-2012 PhiloSoft Design + Copyright (C) 2004-2013 PhiloSoft Design LICENSE GPL diff --git a/torrent b/torrent index 347df41..ebaa7bf 100755 --- a/torrent +++ b/torrent @@ -27,7 +27,7 @@ year. The filesystem is, naturally, read-only. """ -__version__ = "1.1.0" +__version__ = "1.1.1" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2010-2013 PhiloSoft Design" __license__ = "GPL" @@ -47,8 +47,8 @@ Torrent Virtual FileSystem for Midnight Commander version %s Author: %s %s -This is not a program. Put the script in /usr/[local/][lib|share]/mc/extfs. -For more information read the source!""", +This is not a program. Put the script in $HOME/.mc/extfs.d or +/usr/[local/][lib|share]/mc/extfs. For more information read the source!""", __version__, __author__, __copyright__ ) sys.exit(1) diff --git a/torrent-ANNOUNCE b/torrent-ANNOUNCE index 91de5cd..6f232f5 100644 --- a/torrent-ANNOUNCE +++ b/torrent-ANNOUNCE @@ -6,6 +6,9 @@ WHAT IS IT Midnight Commander. +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. + WHAT'S NEW in version 1.1.0 (2013-06-10) Show DHT nodes if they are present. Show publisher and publisher-url if they are available. -- 2.39.2