From 245706f13bf11e4ed81450b822ef0304200ec9a4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 13 Jul 2000 20:52:53 +0000 Subject: bump revision to 5.32 --- ChangeLog | 23 +++++++++++++++++++++++ initscripts.spec | 8 ++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 965c33cf..c5f893a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2000-07-13 Bill Nottingham + + * rc.d/rc.sysinit: fix == in shell + + * initscripts.spec: + tweak %pretrans some more + + * rc.d/init.d/functions: + chuck ulimit errors to /dev/null + +2000-07-12 Bill Nottingham + + * ppp/ip-up: + move ip-up.local to after ifup-post, so that it has proper name resolution. Also, kill unused hearbeat stuff. + +2000-07-11 Bill Nottingham + + * ChangeLog, initscripts.spec: + bump release to 5.31, implement rc.d disappearance with RPM Magic + + * sysconfig.txt: + fix some of the harddisks documentation + 2000-07-11 Bill Nottingham * sysconfig.txt: diff --git a/initscripts.spec b/initscripts.spec index 4f6a25ab..8ef083ff 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,9 +1,9 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 5.31 +Version: 5.32 Copyright: GPL Group: System Environment/Base -Release: 2 +Release: 1 Source: initscripts-%{version}.tar.gz BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15, console-tools @@ -228,6 +228,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Jul 13 2000 Bill Nottingham +- fix == tests in rc.sysinit +- more %pretrans tweaks + * Thu Jul 13 2000 Jeff Johnson - test if /etc/rc.d is a symlink already in pre-transaction syscalls. -- cgit