diff options
author | Bill Nottingham <notting@redhat.com> | 1999-03-10 16:50:02 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-03-10 16:50:02 +0000 |
commit | 4e6201458d7ab6429270583a3f156311262c27b0 (patch) | |
tree | d01893316441fa47296258d22193e21d4e180ee0 | |
parent | 27a13b0b6630573468651de2a42c716728d09148 (diff) | |
download | initscripts-4e6201458d7ab6429270583a3f156311262c27b0.tar initscripts-4e6201458d7ab6429270583a3f156311262c27b0.tar.gz initscripts-4e6201458d7ab6429270583a3f156311262c27b0.tar.bz2 initscripts-4e6201458d7ab6429270583a3f156311262c27b0.tar.xz initscripts-4e6201458d7ab6429270583a3f156311262c27b0.zip |
*** empty log message ***r3-91
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,8 @@ -1999-43-10 Erik Troan <ewt@redhat.com> +1999-03-10 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/nfsfs: add a mount -a after nfs mounts + +1999-03-10 Erik Troan <ewt@redhat.com> * sysconfig/network-scripts/ifup: use pump for bootp and dhcp * sysconfig/network-scripts/ifdhcp-done: obsolete diff --git a/initscripts.spec b/initscripts.spec index bbb257e7..aaa0ef89 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -171,6 +171,8 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Mar 10 1999 Bill Nottingham <notting@redhat.com> - Mmm. Must always remove debugging code. before release. *thwap* +- pump support +- mount -a after mount -a -t nfs * Thu Feb 25 1999 Bill Nottingham <notting@redhat.com> - put preferred support back in |