diff options
author | Bill Nottingham <notting@redhat.com> | 2002-04-02 17:24:28 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-04-02 17:24:28 +0000 |
commit | c1b7c5b75e44d2dffbd5940ba647a751ca6993f0 (patch) | |
tree | 9cacd5256d1a0676f266518622c2466cc15ad200 /Makefile | |
parent | dca21d5b1e799a0625f0112df05006bbbd7c3fe3 (diff) | |
download | initscripts-c1b7c5b75e44d2dffbd5940ba647a751ca6993f0.tar initscripts-c1b7c5b75e44d2dffbd5940ba647a751ca6993f0.tar.gz initscripts-c1b7c5b75e44d2dffbd5940ba647a751ca6993f0.tar.bz2 initscripts-c1b7c5b75e44d2dffbd5940ba647a751ca6993f0.tar.xz initscripts-c1b7c5b75e44d2dffbd5940ba647a751ca6993f0.zip |
tweek
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ check: changelog: @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" | sed "s|/cvs/rhl/initscripts/||g" > changenew + sed "s|/usr/local/CVS/initscripts/||g" | sed "s|/cvs/rhl/initscripts/||g" > changenew mv ChangeLog ChangeLog.old cat changenew ChangeLog.old > ChangeLog rm -f changenew |