aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-03-19 23:44:00 +0000
committerBill Nottingham <notting@redhat.com>1999-03-19 23:44:00 +0000
commit189711cea22e0d43eabf1cb1ec25b7c12b9237a6 (patch)
tree007bbb151439a0668b123e502d21167b7018acad
parent46a73fd3c4f451048d8783a81d39b4b2204a65a9 (diff)
downloadinitscripts-189711cea22e0d43eabf1cb1ec25b7c12b9237a6.tar
initscripts-189711cea22e0d43eabf1cb1ec25b7c12b9237a6.tar.gz
initscripts-189711cea22e0d43eabf1cb1ec25b7c12b9237a6.tar.bz2
initscripts-189711cea22e0d43eabf1cb1ec25b7c12b9237a6.tar.xz
initscripts-189711cea22e0d43eabf1cb1ec25b7c12b9237a6.zip
*** empty log message ***
-rw-r--r--ChangeLog16
-rw-r--r--initscripts.spec6
2 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8587793b..aa439d36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+1999-03-19 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-routes:
+ don't run linuxconf if /usr isn't mounted
+
+ * sysconfig/network-scripts/ifup: set macaddr before bootp
+
+1999-03-18 Cristian Gafton <gafton@redhat.com>
+
+ * rc.d/rc.sysinit: zero in the /var/run/utmpx file
+
+1999-03-18 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-post:
+ don't set hostname on ppp/slip (kills X)
+
1999-03-18 Bill Nottingham <notting@redhat.com>
* src/initlog.c, src/initlog.h, src/process.c:
diff --git a/initscripts.spec b/initscripts.spec
index 0194925f..7487a3af 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -168,6 +168,12 @@ rm -rf $RPM_BUILD_ROOT
%doc sysconfig.txt
%changelog
+* Fri Mar 19 1999 Bill Nottingham <notting@redhat.com>
+- don't run linuxconf if /usr isn't mounted
+- set macaddr before bootp
+- zero in the /var/run/utmpx file (gafton)
+- don't set hostname on ppp/slip (kills X)
+
* Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
- exit ifup if pump fails
- fix stupid errors in reading commands from subprocess