diff options
author | Bill Nottingham <notting@redhat.com> | 2000-06-13 12:59:34 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-06-13 12:59:34 +0000 |
commit | 855e91894a00e7f237427af5e0d2d96d0833d777 (patch) | |
tree | 69669c412d510b1be77b681868e1f2442cc45d82 | |
parent | f493eb82e09b241aa536ce1efb623ec569be87c5 (diff) | |
download | initscripts-855e91894a00e7f237427af5e0d2d96d0833d777.tar initscripts-855e91894a00e7f237427af5e0d2d96d0833d777.tar.gz initscripts-855e91894a00e7f237427af5e0d2d96d0833d777.tar.bz2 initscripts-855e91894a00e7f237427af5e0d2d96d0833d777.tar.xz initscripts-855e91894a00e7f237427af5e0d2d96d0833d777.zip |
*** empty log message ***r5-17
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 19 insertions, 1 deletions
@@ -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) |