diff options
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 2bb4efa1..21174741 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.39 +%define version 4.40 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -198,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Sun Sep 12 1999 Bill Nottingham <notting@redhat.com> +- a couple of /bin/sh -> /bin/bash fixes +- fix swapoff silliness + * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com> - chkconfig --del in %preun, not %postun - use killall5 in halt |