aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-09-13 04:41:03 +0000
committerBill Nottingham <notting@redhat.com>1999-09-13 04:41:03 +0000
commit0775bd964bb82d462d1bbbe2559e126e1f1e4d6d (patch)
tree1d55ec6519515ef6f451ae1bc6075034bca14227 /Makefile
parente918b7c95b6700b8a078e069a868b62431b0b61e (diff)
downloadinitscripts-0775bd964bb82d462d1bbbe2559e126e1f1e4d6d.tar
initscripts-0775bd964bb82d462d1bbbe2559e126e1f1e4d6d.tar.gz
initscripts-0775bd964bb82d462d1bbbe2559e126e1f1e4d6d.tar.bz2
initscripts-0775bd964bb82d462d1bbbe2559e126e1f1e4d6d.tar.xz
initscripts-0775bd964bb82d462d1bbbe2559e126e1f1e4d6d.zip
*** empty log message ***r4-40
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e95d60e..8383b4b0 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ check:
done
changelog:
- rcs2log | sed "s|@.*redhat\.com|@redhat.com|" | \
+ rcs2log | sed "s|@.*redhat\.com|@redhat.com|" | sed "s|@@|@|" | \
sed "s|/mnt/devel/CVS/initscripts/||g" > changenew
mv ChangeLog ChangeLog.old
cat changenew ChangeLog.old > ChangeLog