aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-03-20 17:04:06 +0000
committerBill Nottingham <notting@redhat.com>2000-03-20 17:04:06 +0000
commitc3abe08528e746b1b1c05b9e8718acdebab3f39a (patch)
tree007d1a8139c4a1708568ae13d4c39c0f82bf5f9d
parentd9f8d5b0dd47ee745c6a1b674939a704af74b1ff (diff)
downloadinitscripts-c3abe08528e746b1b1c05b9e8718acdebab3f39a.tar
initscripts-c3abe08528e746b1b1c05b9e8718acdebab3f39a.tar.gz
initscripts-c3abe08528e746b1b1c05b9e8718acdebab3f39a.tar.bz2
initscripts-c3abe08528e746b1b1c05b9e8718acdebab3f39a.tar.xz
initscripts-c3abe08528e746b1b1c05b9e8718acdebab3f39a.zip
*** empty log message ***r5-02
-rw-r--r--ChangeLog36
-rw-r--r--initscripts.spec11
2 files changed, 43 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 62f2ea37..3195516d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,32 @@
-2000-03-08 Bill Nottingham <notting@redhat.com>
+2000-03-20 Bill Nottingham <notting@redhat.com>
- * rc.d/init.d/halt, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/network-functions:
- check that a device is up before bringing it down
+ * src/netreport.c:
+ show usage on bogus arguments
+
+ * rc.d/init.d/functions:
+ remove calls to ps - this should speed things up on slower machines
+
+ * sysconfig.txt, sysconfig/network-scripts/ifup:
+ allow for setting of MTU for a device
+
+ * sysconfig/network-scripts/ifup-post:
+ set umask before writing /etc/resolv.conf
+
+ * sysconfig/network-scripts/ifup:
+ honor NEEDHOSTNAME flag for pump as well
+
+ * src/ppp-watch.c:
+ open /dev/null for child process instead of closing fds 0,1,2
+
+2000-03-17 Bernhard "Bero" Rosenkränzer <brosenkr@redhat.com>
+
+ * rc.d/rc.sysinit:
+ Launch devfsd if required and installed
+
+2000-03-10 Nalin Dahyabhai <nalin@redhat.com>
+
+ * ppp/ip-down, ppp/ip-up:
+ use $@ intead of $* to fix bug #9697
2000-03-08 Cristian Gafton <gafton@redhat.com>
@@ -10,6 +35,11 @@
* initscripts.spec, sysconfig.txt:
documentation update from jakub
+2000-03-08 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/halt, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/network-functions:
+ check that a device is up before bringing it down
+
2000-03-07 Bill Nottingham <notting@redhat.com>
* src/minilogd.c:
diff --git a/initscripts.spec b/initscripts.spec
index 74dccbed..ffd3c1a7 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.01
+Version: 5.02
Copyright: GPL
Group: System Environment/Base
Release: 1
@@ -246,6 +246,15 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Mar 20 2000 Bill Nottingham <notting@redhat.com>
+- don't create resolv.conf 0600
+- don't run ps as much (speed issues)
+- allow setting of MTU
+- other minor fixes
+
+* Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
+- Start devfsd if installed and needed (Kernel 2.4...)
+
* Wed Mar 8 2000 Bill Nottingham <notting@redhat.com>
- check that network devices are up before bringing them down