aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-07-13 20:52:53 +0000
committerBill Nottingham <notting@redhat.com>2000-07-13 20:52:53 +0000
commit245706f13bf11e4ed81450b822ef0304200ec9a4 (patch)
tree24bcf499336ea4f0ec7d25a820c6ea3a83e3604b
parentda0e07625acbc126d0cae95784d087bcd55732a3 (diff)
downloadinitscripts-245706f13bf11e4ed81450b822ef0304200ec9a4.tar
initscripts-245706f13bf11e4ed81450b822ef0304200ec9a4.tar.gz
initscripts-245706f13bf11e4ed81450b822ef0304200ec9a4.tar.bz2
initscripts-245706f13bf11e4ed81450b822ef0304200ec9a4.tar.xz
initscripts-245706f13bf11e4ed81450b822ef0304200ec9a4.zip
bump revision to 5.32
-rw-r--r--ChangeLog23
-rw-r--r--initscripts.spec8
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 <notting@redhat.com>
+
+ * 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 <notting@redhat.com>
+
+ * 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 <notting@redhat.com>
+
+ * 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 <notting@redhat.com>
* 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 <notting@redhat.com>
+- fix == tests in rc.sysinit
+- more %pretrans tweaks
+
* Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com>
- test if /etc/rc.d is a symlink already in pre-transaction syscalls.