diff options
author | Bill Nottingham <notting@redhat.com> | 2000-07-03 22:13:53 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-07-03 22:13:53 +0000 |
commit | a75600e5081c1f2776a25bd9bd019aa90a0b8df5 (patch) | |
tree | c810fcc7a663d3f4db2217cf7db32ef344dd352c | |
parent | b4016a06374ef6be01a05eb0d68755300ac2535c (diff) | |
download | initscripts-a75600e5081c1f2776a25bd9bd019aa90a0b8df5.tar initscripts-a75600e5081c1f2776a25bd9bd019aa90a0b8df5.tar.gz initscripts-a75600e5081c1f2776a25bd9bd019aa90a0b8df5.tar.bz2 initscripts-a75600e5081c1f2776a25bd9bd019aa90a0b8df5.tar.xz initscripts-a75600e5081c1f2776a25bd9bd019aa90a0b8df5.zip |
*** empty log message ***r5-27
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 3 insertions, 7 deletions
@@ -1,6 +1,3 @@ -2000-07-03 Bernhard "Bero" Rosenkränzer <brosenkr@redhat.com> - - * inittab: Get rid of /sbin/update 2000-07-03 Nalin Dahyabhai <nalin@redhat.com> diff --git a/initscripts.spec b/initscripts.spec index 7bdc232e..97d27f1f 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 5.26 +Version: 5.27 Copyright: GPL Group: System Environment/Base Release: 1 @@ -219,9 +219,8 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -* Mon Jul 03 2000 Bernhard Rosenkraenzer <bero@redhat.com> -- Comment out /sbin/update in inittab - it has been replaced with a kernel - process since kernel 2.2.7. +* Mon Jul 3 2000 Bill Nottingham <notting@redhat.com> +- rebuild; allow 'fastboot' kernel command line option to skip fsck * Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com> - fix demand-dialing with PPP |