- Fix 56dhclient so network comes back after suspend/hibernate (#527641)
This commit is contained in:
parent
e648291901
commit
1e876e9350
@ -43,7 +43,7 @@ resume_dhclient() {
|
||||
|
||||
cd /etc/sysconfig/network-scripts
|
||||
while read device ; do
|
||||
/sbin/ifup ${DEVICE}
|
||||
/sbin/ifup ${device}
|
||||
done < ${PM_DHCLIENT_SUSPEND}
|
||||
|
||||
/bin/rm -f ${PM_DHCLIENT_SUSPEND}
|
||||
|
@ -13,7 +13,7 @@
|
||||
Summary: Dynamic host configuration protocol software
|
||||
Name: dhcp
|
||||
Version: %{basever}p1
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
||||
# that's why it is at 12 now. It should have never been used, but it was.
|
||||
@ -481,6 +481,9 @@ fi
|
||||
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
||||
|
||||
%changelog
|
||||
* Tue Oct 13 2009 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.0p1-12
|
||||
- Fix 56dhclient so network comes back after suspend/hibernate (#527641)
|
||||
|
||||
* Thu Sep 24 2009 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.0p1-11
|
||||
- Make dhcpd and dhcrelay init scripts LSB compliant (#522134, #522146)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user