diff options
author | Bernhard Rosenkraenzer <bero@redhat.com> | 2001-04-25 11:40:12 +0000 |
---|---|---|
committer | Bernhard Rosenkraenzer <bero@redhat.com> | 2001-04-25 11:40:12 +0000 |
commit | 2233e084fc67b5da42480b63cd6525067efc29b3 (patch) | |
tree | 31a465cce8a9050544eae52f7b92fbc5cd92a39d | |
parent | 0fc064c7a47d6cbbeb5c5c8d806281d555505095 (diff) | |
download | initscripts-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. ;)
-rw-r--r-- | ChangeLog | 41 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 42 insertions, 1 deletions
@@ -1,3 +1,44 @@ +2001-04-24 notting <notting@redhat.com> + + * initscripts.spec: + *** empty log message *** + +2001-04-23 than <than@redhat.com> + + * initscripts.spec: * changed release number + + * ChangeLog, initscripts.spec, rc.d/init.d/halt: + add shutdown UPS into halt + +2001-04-24 notting <notting@redhat.com> + + * initscripts.spec: + *** empty log message *** + +2001-04-23 than <than@redhat.com> + + * initscripts.spec: * changed release number + + * ChangeLog, initscripts.spec, rc.d/init.d/halt: + add shutdown UPS into halt + +2001-04-24 notting <notting@redhat.de> + + * initscripts.spec: + *** empty log message *** + +2001-04-23 than <than@redhat.de> + + * initscripts.spec: * changed release number + + * ChangeLog, initscripts.spec, rc.d/init.d/halt: + add shutdown UPS into halt + +2001-04-23 notting <notting@redhat.de> + + * rc.d/rc.sysinit: + don't load mixer settings; modutils does that in %post-install + 2001-04-23 than <than@rom.redhat.de> * initscripts.spec, rc.d/init.d/halt: @@ -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 |