diff options
author | Bill Nottingham <notting@redhat.com> | 1999-03-16 00:21:54 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-03-16 00:21:54 +0000 |
commit | d1028f6666046a99ad8ec388b5620f8c4b952515 (patch) | |
tree | 251ddade86b01ff6933901a27dc2711d5a90b53b | |
parent | 889b8a4e8ea25c9530198ef1015c902acfed02dd (diff) | |
download | initscripts-d1028f6666046a99ad8ec388b5620f8c4b952515.tar initscripts-d1028f6666046a99ad8ec388b5620f8c4b952515.tar.gz initscripts-d1028f6666046a99ad8ec388b5620f8c4b952515.tar.bz2 initscripts-d1028f6666046a99ad8ec388b5620f8c4b952515.tar.xz initscripts-d1028f6666046a99ad8ec388b5620f8c4b952515.zip |
bump rev
-rw-r--r-- | ChangeLog | 29 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -1,3 +1,32 @@ +1999-03-16 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/ifdown-ppp: fix for CHATPID (bug #1343) + +1999-03-15 Bill Nottingham <notting@redhat.com> + + * sysconfig.txt: fixes from ultrapenguin - document SYSFONTACM + + * lang.sh: more sysfontacm fixes + + * lang.sh: more support for SYSFONTACM from consoletools + + * setsysfont: + work with SYSFONTACM and use consolechars from console-tools + + * sysconfig/network-scripts/ifup: + add routes to non-local subnets if they aren't already there + + * sysconfig/network-scripts/ifup-aliases: + changes from ultrapenguin (bash2 stuff) + +1999-03-15 Michael Johnson <johnsonm@redhat.com> + + * initscripts.spec, rc.d/rc.sysinit: pam_console cleanups + +1999-03-15 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: remove console-tools from deps + 1999-03-15 Bill Nottingham <notting@redhat.com> * initscripts.spec: add gawk to dependencies diff --git a/initscripts.spec b/initscripts.spec index 2eecb1e8..98740c78 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 3.94 +%define version 3.95 Version: %{version} Copyright: GPL Group: System Environment/Base |