aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-09-24 16:53:32 +0000
committerBill Nottingham <notting@redhat.com>1999-09-24 16:53:32 +0000
commitd09dde56afda4e109cda16c9ea934a6f66688c6a (patch)
treebb62328bd012898bd504f3d747ec432dba216077
parente6124fe381387a9a38237aa0a3aa0cc586ca9cd7 (diff)
downloadinitscripts-d09dde56afda4e109cda16c9ea934a6f66688c6a.tar
initscripts-d09dde56afda4e109cda16c9ea934a6f66688c6a.tar.gz
initscripts-d09dde56afda4e109cda16c9ea934a6f66688c6a.tar.bz2
initscripts-d09dde56afda4e109cda16c9ea934a6f66688c6a.tar.xz
initscripts-d09dde56afda4e109cda16c9ea934a6f66688c6a.zip
*** empty log message ***
-rw-r--r--ChangeLog25
-rw-r--r--initscripts.spec6
2 files changed, 30 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a66b1b4..3d862722 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+1999-09-24 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: use fsck's completion bar
+
+ * lang.csh, lang.sh:
+ locale: C -> en_US
+
+1999-09-23 Michael K. Johnson <johnsonm@redhat.com>
+
+ * initscripts.spec: new version
+
+ * src/ppp-watch.c:
+ kill nicely, try to hang up modem
+
+ * src/ppp-watch.c:
+ be more careful about killing
+
+ * initscripts.spec, src/ppp-watch.c:
+ make ppp-watch kill leftover dialer more reliably
+
+1999-09-23 Bill Nottingham <notting@redhat.com>
+
+ * src/initlog.1:
+ update man page to document config file
+
1999-09-21 Bill Nottingham <notting@redhat.com>
* rc.d/init.d/network:
diff --git a/initscripts.spec b/initscripts.spec
index 2c3c37f7..56c7d3d8 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/rc.d scripts.
Name: initscripts
-%define version 4.47
+%define version 4.48
Version: %{version}
Copyright: GPL
Group: System Environment/Base
@@ -195,6 +195,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
+- munge C locale definitions to en_US
+- use fsck's completion bar
+
* Thu Sep 23 1999 Michael K. Johnson <johnsonm@redhat.com>
- ppp-watch now always kills pppd pgrp to make sure dialers are dead,
and tries to hang up the modem