summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-11-29 15:25:36 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-11-29 15:25:36 +0100
commit56db644f5a43a3926a7e672f8859c2fa170b2cea (patch)
treeebdd7139fc8917204826cbe3c099bdc4ef64258c
parent1f4f3b52062984f78ef4d6ec235a8bdf5d65083a (diff)
downloadvdr-56db644f5a43a3926a7e672f8859c2fa170b2cea.tar.gz
vdr-56db644f5a43a3926a7e672f8859c2fa170b2cea.tar.bz2
Changed the source directory name for plugins from 'SRC' to 'src' (ported back to versions V10100-V10117)
-rw-r--r--CONTRIBUTORS3
-rw-r--r--HISTORY2
-rw-r--r--Makefile2
-rwxr-xr-xnewplugin2
4 files changed, 7 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 3ddda7cf..edca3a44 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -486,3 +486,6 @@ Guy Roussin <guy.roussin@teledetection.fr>
Georg Hitsch <georg@hitsch.at>
for his help in keeping 'channels.conf' up to date
+
+Clemens Kirchgatterer <clemens@thf.ath.cx>
+ for suggesting to change source directory name for plugins from 'SRC' to 'src'
diff --git a/HISTORY b/HISTORY
index a66fff2a..07687dd8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1822,3 +1822,5 @@ Video Disk Recorder Revision History
- Group delimiters in the 'channels.conf' file that have no text (like a simple ":"
or ":@201") no longer show up in the Channels menu (suggested by Guy Roussin).
- Added "Tele 5" to 'channels.conf' (thanks to Georg Hitsch).
+- Changed the source directory name for plugins from 'SRC' to 'src' (suggested by
+ Clemens Kirchgatterer).
diff --git a/Makefile b/Makefile
index d3beb128..1494cd64 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.51 2002/11/01 13:11:53 kls Exp $
+# $Id: Makefile 1.52 2002/11/29 15:23:02 kls Exp $
.DELETE_ON_ERROR:
diff --git a/newplugin b/newplugin
index 25f23d68..532157e3 100755
--- a/newplugin
+++ b/newplugin
@@ -12,7 +12,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: newplugin 1.12 2002/11/23 15:00:35 kls Exp $
+# $Id: newplugin 1.13 2002/11/29 15:23:54 kls Exp $
$PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n";