diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-30 15:45:48 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-30 15:45:48 +0000 |
commit | d5df5c81ed62f97db801ad31b05557074ab42f0c (patch) | |
tree | 4a29330a2ec1c15cd8b67a4a0e019b873e658afa | |
parent | 60e0895a5fbe5a09553791be32d282e972050f24 (diff) | |
download | initscripts-d5df5c81ed62f97db801ad31b05557074ab42f0c.tar initscripts-d5df5c81ed62f97db801ad31b05557074ab42f0c.tar.gz initscripts-d5df5c81ed62f97db801ad31b05557074ab42f0c.tar.bz2 initscripts-d5df5c81ed62f97db801ad31b05557074ab42f0c.tar.xz initscripts-d5df5c81ed62f97db801ad31b05557074ab42f0c.zip |
*** empty log message ***r4-49
-rw-r--r-- | ChangeLog | 32 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 36 insertions, 1 deletions
@@ -1,3 +1,35 @@ +1999-09-30 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.local: + wow, that was broken. I wonder how it worked before. + +1999-09-29 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/halt: + add an extra awk check to make sure we omit root fs. + + * initscripts.spec: req. e2fsprogs >= 1.15 + +1999-09-29 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/halt: + add an extra awk check to make sure we omit root fs. + + * initscripts.spec: req. e2fsprogs >= 1.15 + +1999-09-28 Michael K. Johnson <johnsonm@redhat.com> + + * src/ppp-watch.c: + recover if dead daemon left pidfile + + * src/ppp-watch.c: + exit after deleting pidfile... + + * src/ppp-watch.c: + really fix pidfile locking... + + * src/ppp-watch.c: proper file locking + 1999-09-26 Bill Nottingham <notting@redhat.com> * lang.csh: typo diff --git a/initscripts.spec b/initscripts.spec index 83bf1ecf..c40ca0db 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.48 +%define version 4.49 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -195,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Sep 30 1999 Bill Nottingham <notting@redhat.com> +- req. e2fsprogs >= 1.15 + * Fri Sep 24 1999 Bill Nottingham <notting@redhat.com> - munge C locale definitions to en_US - use fsck's completion bar |