diff options
author | Bill Nottingham <notting@redhat.com> | 1999-11-02 23:06:05 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-11-02 23:06:05 +0000 |
commit | 175149427cbfeeb4326a8028ee8a86acc522d0c4 (patch) | |
tree | f85da6fab1fae14b05c9bcb19c4bdab9de15d2fd | |
parent | a47c92090fcb3c21586d6ef452f9299cc205e97c (diff) | |
download | initscripts-175149427cbfeeb4326a8028ee8a86acc522d0c4.tar initscripts-175149427cbfeeb4326a8028ee8a86acc522d0c4.tar.gz initscripts-175149427cbfeeb4326a8028ee8a86acc522d0c4.tar.bz2 initscripts-175149427cbfeeb4326a8028ee8a86acc522d0c4.tar.xz initscripts-175149427cbfeeb4326a8028ee8a86acc522d0c4.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,10 @@ +1999-11-02 Michael K. Johnson <johnsonm@redhat.com> + + * sysconfig.txt, sysconfig/network-scripts/ifup-post: + DNS{1,2} useful for more than just PPP + + * lang.csh: fix security hole + 1999-10-27 Bill Nottingham <notting@redhat.com> * initscripts.spec: diff --git a/initscripts.spec b/initscripts.spec index 60db47fd..d5e0f0f9 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.59 +%define version 4.60 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -198,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Nov 2 1999 Bill Nottingham <notting@redhat.com> +- fix lang.csh /tmp race oops + * Wed Oct 27 1999 Bill Nottingham <notting@redhat.com> - we now ship hwclock on alpha. |