aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-02-17 22:47:14 +0000
committerBill Nottingham <notting@redhat.com>2000-02-17 22:47:14 +0000
commit1cbf885e45f036a941d91d81825eb2430dc4c9bd (patch)
tree0f30b446eb1992c7b5bbe085bda7bd8260ac223d
parent015a94b332cbf77196c6488f0b33945afed20347 (diff)
downloadinitscripts-1cbf885e45f036a941d91d81825eb2430dc4c9bd.tar
initscripts-1cbf885e45f036a941d91d81825eb2430dc4c9bd.tar.gz
initscripts-1cbf885e45f036a941d91d81825eb2430dc4c9bd.tar.bz2
initscripts-1cbf885e45f036a941d91d81825eb2430dc4c9bd.tar.xz
initscripts-1cbf885e45f036a941d91d81825eb2430dc4c9bd.zip
*** empty log message ***r4-94
-rw-r--r--ChangeLog14
-rw-r--r--initscripts.spec7
2 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1de00aca..844fe973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2000-02-16 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: sanitize repair prompt
+
+2000-02-14 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig.txt:
+ document /etc/sysconfig/desktop
+
+2000-02-14 Nalin Dahyabhai <nalin@redhat.com>
+
+ * initscripts.spec:
+ add which as dependency for bug 9416
+
2000-02-08 Bill Nottingham <notting@redhat.com>
* ChangeLog, rc.d/rc.sysinit:
diff --git a/initscripts.spec b/initscripts.spec
index d33f9fb1..1dff8ba8 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,10 +1,10 @@
Summary: The inittab file and the /etc/rc.d scripts.
Name: initscripts
-%define version 4.93
+%define version 4.94
Version: %{version}
Copyright: GPL
Group: System Environment/Base
-Release: 2
+Release: 1
Source: initscripts-%{version}.tar.gz
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15, console-tools
@@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
+- sanitize repair prompt
+
* Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com>
- add which as a package dependency (bug #9416)