aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <bero@redhat.com>2001-04-25 11:40:12 +0000
committerBernhard Rosenkraenzer <bero@redhat.com>2001-04-25 11:40:12 +0000
commit2233e084fc67b5da42480b63cd6525067efc29b3 (patch)
tree31a465cce8a9050544eae52f7b92fbc5cd92a39d /Makefile
parent0fc064c7a47d6cbbeb5c5c8d806281d555505095 (diff)
downloadinitscripts-2233e084fc67b5da42480b63cd6525067efc29b3.tar
initscripts-2233e084fc67b5da42480b63cd6525067efc29b3.tar.gz
initscripts-2233e084fc67b5da42480b63cd6525067efc29b3.tar.bz2
initscripts-2233e084fc67b5da42480b63cd6525067efc29b3.tar.xz
initscripts-2233e084fc67b5da42480b63cd6525067efc29b3.zip
Fix up the sed trickery generating the ChangeLog - those
everyone@*.redhat.de entries caused by commits from redhat.de are too funny. ;)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69d36425..85cc9871 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ check:
done
changelog:
- rcs2log | sed "s|@.*redhat\.com|@redhat.com|" | sed "s|@@|@|" | \
+ rcs2log | sed "s|@.*redhat\.com|@redhat.com|" | sed "s|@.*redhat\.de|@redhat.com|" | sed "s|@redhat\.de|@redhat.com|" | sed "s|@@|@|" | \
sed "s|/mnt/devel/CVS/initscripts/||g" > changenew
mv ChangeLog ChangeLog.old
cat changenew ChangeLog.old > ChangeLog