- resolves: #235374: Update of iputils starts rdisc, breaking connectivity
This commit is contained in:
parent
0b4f10eddd
commit
2c325dfbbe
10
iputils.spec
10
iputils.spec
@ -1,7 +1,7 @@
|
||||
Summary: Network monitoring tools including ping
|
||||
Name: iputils
|
||||
Version: 20070202
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: BSD
|
||||
URL: http://www.skbuff.net/iputils
|
||||
Group: System Environment/Daemons
|
||||
@ -110,7 +110,10 @@ fi
|
||||
|
||||
%postun
|
||||
if [ "$1" -ge "1" ]; then
|
||||
service rdisc restart >/dev/null 2>&1 || :
|
||||
service rdisc status 2>&1 > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
service rdisc restart >/dev/null 2>&1 || :
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
@ -142,6 +145,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_sysconfdir}/rc.d/init.d/rdisc
|
||||
|
||||
%changelog
|
||||
* Fri Apr 6 2007 Martin Bacovsky <mbacovsk@redhat.com> - 20070202-3
|
||||
- resolves: #235374: Update of iputils starts rdisc, breaking connectivity
|
||||
|
||||
* Tue Mar 27 2007 Martin Bacovsky <mbacovsk@redhat.com> - 20070202-2
|
||||
- Resolves: #234060: [PATCH] IDN (umlaut domains) support for ping and ping6
|
||||
patch provided by Robert Scheck <redhat@linuxnetz.de>
|
||||
|
Loading…
Reference in New Issue
Block a user