diff options
author | Bill Nottingham <notting@redhat.com> | 1999-08-13 19:31:29 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-08-13 19:31:29 +0000 |
commit | d77f3918fbdb6d51fa70ce3f22c45e5600645f2c (patch) | |
tree | ad6211b211c3810f3e6d09a9b98b5011ccb22282 | |
parent | ccdc62ef54d8f2a70b0400daffddd5cf9526e5dc (diff) | |
download | initscripts-d77f3918fbdb6d51fa70ce3f22c45e5600645f2c.tar initscripts-d77f3918fbdb6d51fa70ce3f22c45e5600645f2c.tar.gz initscripts-d77f3918fbdb6d51fa70ce3f22c45e5600645f2c.tar.bz2 initscripts-d77f3918fbdb6d51fa70ce3f22c45e5600645f2c.tar.xz initscripts-d77f3918fbdb6d51fa70ce3f22c45e5600645f2c.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ +1999-08-13 Bill Nottingham <nottingredhat.com> + + * rc.d/rc.sysinit: + remove stuff for setting preferred link + + * rc.d/rc.sysinit: + new raid startup stuff from Doug + +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-10 Bill Nottingham <nottingredhat.com> * src/initlog.conf, src/initlog.c: diff --git a/initscripts.spec b/initscripts.spec index 9ff94fcd..2554e443 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.29 +%define version 4.30 Version: %{version} Copyright: GPL Group: System Environment/Base |