diff options
author | Bill Nottingham <notting@redhat.com> | 2000-01-10 22:14:07 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-01-10 22:14:07 +0000 |
commit | 4c3651c252e1242b04d52a5e1569a0c8481e65b7 (patch) | |
tree | 28a779834262b66b4149dab0b8899bd97a4700ba | |
parent | e40ace56b7a4c246d82808761f301759ee8803ae (diff) | |
download | initscripts-4c3651c252e1242b04d52a5e1569a0c8481e65b7.tar initscripts-4c3651c252e1242b04d52a5e1569a0c8481e65b7.tar.gz initscripts-4c3651c252e1242b04d52a5e1569a0c8481e65b7.tar.bz2 initscripts-4c3651c252e1242b04d52a5e1569a0c8481e65b7.tar.xz initscripts-4c3651c252e1242b04d52a5e1569a0c8481e65b7.zip |
*** empty log message ***r4-81
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2000-01-10 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/halt: + ignore loopfs when umounting + 2000-01-06 Bill Nottingham <notting@redhat.com> * rc.d/rc.sysinit: diff --git a/initscripts.spec b/initscripts.spec index 321c656e..9c902eb5 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.80 +%define version 4.81 Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 3 +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 @@ -227,6 +227,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Jan 10 2000 Bill Nottingham <notting@redhat.com> +- don't try to umount /loopfs + * Mon Dec 27 1999 Bill Nottingham <notting@redhat.com> - switch to using sysctl |