diff options
author | Michael Krufky <devnull@localhost> | 2005-12-04 19:44:42 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-12-04 19:44:42 +0000 |
commit | c60a1027a4993100937c49b90162703cc3ad2ee9 (patch) | |
tree | 7bfd53c069c212fe46fe05b4e125c3d544479e81 | |
parent | 38126f5bd227fdf1746eb2280280692184c93d97 (diff) | |
download | mediapointer-dvb-s2-c60a1027a4993100937c49b90162703cc3ad2ee9.tar.gz mediapointer-dvb-s2-c60a1027a4993100937c49b90162703cc3ad2ee9.tar.bz2 |
s/"ChangeLog"/"v4l/ChangeLog"
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
-rw-r--r-- | v4l/ChangeLog | 7 | ||||
-rw-r--r-- | v4l/scripts/prepare-ChangeLog.pl | 2 |
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"; |