summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--v4l/ChangeLog7
-rw-r--r--v4l/scripts/prepare-ChangeLog.pl2
2 files changed, 8 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 06ac924e3..213ce8c98 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-04 19:43 mkrufky
+
+ * v4l/scripts/prepare-ChangeLog.pl:
+ - s/"ChangeLog"/"v4l/ChangeLog"
+
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
2005-12-04 19:30 mkrufky
* linux/drivers/media/video/tveeprom.c:
diff --git a/v4l/scripts/prepare-ChangeLog.pl b/v4l/scripts/prepare-ChangeLog.pl
index 3aa696efd..087e94bf2 100644
--- a/v4l/scripts/prepare-ChangeLog.pl
+++ b/v4l/scripts/prepare-ChangeLog.pl
@@ -78,7 +78,7 @@ if (!defined $login)
# It's less efficient to read the whole thing into memory than it would be
# to read it while we prepend to it later, but I like doing this part first.
print STDERR " Updating ChangeLog from cvs repository.\n";
-open ERRORS, "cvs update ChangeLog |" or die "The cvs update of ChangeLog failed: $OS_ERROR.\n";
+open ERRORS, "cvs update v4l/ChangeLog |" or die "The cvs update of ChangeLog failed: $OS_ERROR.\n";
print STDERR " $ARG" while <ERRORS>;
close ERRORS;
open OLD_CHANGE_LOG, "v4l/ChangeLog" or die "Could not open ChangeLog file: $OS_ERROR.\n";