diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | initscripts.spec | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +1999-08-10 Bill Nottingham <nottingredhat.com> + + * src/initlog.conf, src/initlog.c: + ignore anything before a ^H + ignore twiddles on lines by themselves + allow BOL/EOL matching + +1999-08-10 Erik Troan <ewtredhat.com> + + * src/ipcalc.c: added help/usage messages + 1999-08-06 Bill Nottingham <nottingredhat.com> * src/initlog.c: diff --git a/initscripts.spec b/initscripts.spec index ffc147df..9ff94fcd 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,10 +1,10 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.28 +%define version 4.29 Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 3 +Release: 1 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, e2fsprogs, console-tools |