diff options
author | Bill Nottingham <notting@redhat.com> | 1999-11-22 16:20:42 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-11-22 16:20:42 +0000 |
commit | f272604b8ef9cf4e4a5d2d6caa5351a5b805bd70 (patch) | |
tree | cd6173df33dcaa4101f26c54ef040b142d871d3d | |
parent | 3182297ebe41b6f16041823e66dfe5230383acde (diff) | |
download | initscripts-f272604b8ef9cf4e4a5d2d6caa5351a5b805bd70.tar initscripts-f272604b8ef9cf4e4a5d2d6caa5351a5b805bd70.tar.gz initscripts-f272604b8ef9cf4e4a5d2d6caa5351a5b805bd70.tar.bz2 initscripts-f272604b8ef9cf4e4a5d2d6caa5351a5b805bd70.tar.xz initscripts-f272604b8ef9cf4e4a5d2d6caa5351a5b805bd70.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,25 @@ +1999-11-22 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit: + load mixer settings for monolithic sound too + +1999-11-19 Michael K. Johnson <johnsonm@redhat.com> + + * src/ppp-watch.c: + try not to fill up the logs with pppd failures + + * src/Makefile, src/ppp-watch.8: + added ppp-watch man page + + * src/usernetctl.1, src/usernetctl.8: + usernetctl is a system command + + * src/usernetctl.1: + usernetctl is an internal wrapper program + + * sysconfig/network-scripts/ifup-ppp: + make netcfg work by allowing device name to be full path to ifcfg file + 1999-11-17 Bill Nottingham <notting@redhat.com> * rc.d/rc.sysinit: diff --git a/initscripts.spec b/initscripts.spec index 4871a585..c20377f8 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.65 +%define version 4.66 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -198,6 +198,12 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Nov 22 1999 Bill Nottingham <notting@redhat.com> +- load mixer settings for monolithic sound +- man page for ppp-watch +- add ARP variable for ifup +- some i18n fixes + * Wed Nov 10 1999 Bill Nottingham <notting@redhat.com> - control stop-a separately from sysrq |