diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-17 15:31:53 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-17 15:31:53 +0000 |
commit | 55f093d2b8eed559545430ecb94f633ecc10faae (patch) | |
tree | d804cde5c137fc91bc527e3e9b244b0dc11b896d | |
parent | 7c4b735313fe62162225388fa36fab946ba916b0 (diff) | |
download | initscripts-55f093d2b8eed559545430ecb94f633ecc10faae.tar initscripts-55f093d2b8eed559545430ecb94f633ecc10faae.tar.gz initscripts-55f093d2b8eed559545430ecb94f633ecc10faae.tar.bz2 initscripts-55f093d2b8eed559545430ecb94f633ecc10faae.tar.xz initscripts-55f093d2b8eed559545430ecb94f633ecc10faae.zip |
*** empty log message ***r4-42
-rw-r--r-- | ChangeLog | 46 | ||||
-rw-r--r-- | initscripts.spec | 9 |
2 files changed, 53 insertions, 2 deletions
@@ -1,3 +1,49 @@ +1999-09-17 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/halt, rc.d/rc.sysinit: + load/save mixer settings here. + +1999-09-14 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + grep file, not cat file | grep + +1999-09-13 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/functions, sysconfig/init: + Duh. Use different terminal escape. + +1999-09-13 Michael K. Johnson <johnsonm@redhat.com> + + * ChangeLog, initscripts.spec: + new version 4.41 + + * sysconfig/network-scripts/ifup-ppp, initscripts.spec: + new --remotename option to wvdial + +1999-09-13 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifup: + i before e.... + +1999-09-13 Michael K. Johnson <johnsonm@redhat.com> + + * src/ppp-watch.c: + tried to add backgrounding at boot time + +1999-09-13 Bill Nottingham <notting@redhat.com> + + * prefdm: get rid of which output + + * initscripts.spec, Makefile, ChangeLog: + *** empty log message *** + + * sysconfig/network-scripts/ifdown-post: + add support for an ifdown-local + + * rc.d/rc.sysinit: + simplify raid startup a little + 1999-09-13 Bill Nottingham <notting@redhat.com> * rc.d/init.d/functions, sysconfig/init: diff --git a/initscripts.spec b/initscripts.spec index af62f3eb..db30ec37 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,16 +1,18 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.41 +%define version 4.42 Version: %{version} Copyright: GPL Group: System Environment/Base -Release: 2 +Release: 1 Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, e2fsprogs, console-tools Requires: procps, modutils >= 2.1.85-3, sysklogd >= 1.3.31 Requires: setup >= 2.0.3, lsof Conflicts: kernel <= 2.2, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3 +Conflicts: initscripts < 1.22.1-5 +Obsoletes: rhsound Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk %description @@ -198,6 +200,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Sep 17 1999 Bill Nottingham <notting@redhat.com> +- load/save mixer settings in rc.sysinit, halt + * Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com> - add --remotename option to wvdial code - make sure we do not have an earlier version of wvdial that doesn't |