aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-06-13 12:59:34 +0000
committerBill Nottingham <notting@redhat.com>2000-06-13 12:59:34 +0000
commit855e91894a00e7f237427af5e0d2d96d0833d777 (patch)
tree69669c412d510b1be77b681868e1f2442cc45d82
parentf493eb82e09b241aa536ce1efb623ec569be87c5 (diff)
downloadinitscripts-r5-17.tar
initscripts-r5-17.tar.gz
initscripts-r5-17.tar.bz2
initscripts-r5-17.tar.xz
initscripts-r5-17.zip
*** empty log message ***r5-17
-rw-r--r--ChangeLog14
-rw-r--r--initscripts.spec6
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37de6b06..1ee1e22c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2000-06-13 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ switch to /dev/shm from /var/shm
+
+2000-06-12 Nalin Dahyabhai <nalin@redhat.com>
+
+ * rc.d/rc.sysinit:
+ change a -A to a -a in a test
+
+2000-06-12 Bill Nottingham <notting@redhat.com>
+
+ * Makefile: fix bash-1 ism
+
2000-06-10 Bill Nottingham <notting@redhat.com>
* rc.d/init.d/functions:
diff --git a/initscripts.spec b/initscripts.spec
index 22592965..4b0a9c07 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/rc.d scripts.
Name: initscripts
-Version: 5.16
+Version: 5.17
Copyright: GPL
Group: System Environment/Base
Release: 1
@@ -216,6 +216,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Tue Jun 13 2000 Bill Nottingham <notting@redhat.com>
+- set soft limit, not hard, in daemon function
+- /var/shm -> /dev/shm
+
* Thu Jun 08 2000 Preston Brown <pbrown@redhat.com>
- use dhcpcd if pump fails.
- use depmod -A (faster)