aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-09-02 00:59:39 +0000
committerBill Nottingham <notting@redhat.com>1999-09-02 00:59:39 +0000
commit88d8546d37b41e2d77b4ac5a39e46e2095736f55 (patch)
tree46dda2fd6df7a21287bafbbdf098024228544f75 /Makefile
parente6d28cc5aaeabd53ed652eec63c2c22bb3f7e97c (diff)
downloadinitscripts-88d8546d37b41e2d77b4ac5a39e46e2095736f55.tar
initscripts-88d8546d37b41e2d77b4ac5a39e46e2095736f55.tar.gz
initscripts-88d8546d37b41e2d77b4ac5a39e46e2095736f55.tar.bz2
initscripts-88d8546d37b41e2d77b4ac5a39e46e2095736f55.tar.xz
initscripts-88d8546d37b41e2d77b4ac5a39e46e2095736f55.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 384a3f40..83ce9e72 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ check:
done
changelog:
- rcs2log | sed "s|@.*redhat\.com|redhat.com|" | \
+ rcs2log | sed "s|@.*redhat\.com|@redhat.com|" | \
sed "s|/mnt/devel/CVS/initscripts/||g" > changenew
mv ChangeLog ChangeLog.old
cat changenew ChangeLog.old > ChangeLog