diff options
author | Nalin Dahyabhai <nalin@redhat.com> | 2000-01-31 22:24:10 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@redhat.com> | 2000-01-31 22:24:10 +0000 |
commit | a84618ee572933ecd2958963a4e1e3ff1fc41082 (patch) | |
tree | 93a27de64b2837c8e9a813383353ee20b42d89d7 /initscripts.spec | |
parent | d1eccdf7232e954803c3b5379f3a3a6eca5f3b01 (diff) | |
download | initscripts-a84618ee572933ecd2958963a4e1e3ff1fc41082.tar initscripts-a84618ee572933ecd2958963a4e1e3ff1fc41082.tar.gz initscripts-a84618ee572933ecd2958963a4e1e3ff1fc41082.tar.bz2 initscripts-a84618ee572933ecd2958963a4e1e3ff1fc41082.tar.xz initscripts-a84618ee572933ecd2958963a4e1e3ff1fc41082.zip |
* sysconfig/network-scripts/ifdown-post:
attempt to reset the default route in case we dropped it for PPP
* src/ipcalc.1:
document the "--silent" option
* src/shvar.c:
strtok() and other cleanups
* rc.d/rc.sysinit:
make symlinks for System.map and module-info automatically
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index e517219f..cbde688f 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.85 +%define version 4.86 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -227,6 +227,12 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> +- attempt to restore default route if PPP takes it over +- man page fix for ipcalc +- shvar cleaning +- automate maintaining /boot/System.map symlinks + * Mon Jan 31 2000 Bill Nottingham <notting@redhat.com> - fix hanging ppp-watch - fix issues with cleaning of /var/{run,lock} |