Improved arp-ethers.service unit file (#735617)
This commit is contained in:
parent
4d2bb7a29b
commit
0dfcd48958
@ -1,9 +1,7 @@
|
||||
[Unit]
|
||||
Description=Load static arp entries
|
||||
ConditionPathExists=/etc/ethers
|
||||
DefaultDependencies=no
|
||||
After=shutdown.target
|
||||
Wants=network.target
|
||||
After=network.service
|
||||
Before=network.target
|
||||
|
||||
[Service]
|
||||
@ -12,4 +10,4 @@ ExecStart=/sbin/arp -f /etc/ethers
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=network.target
|
||||
WantedBy=multi-user.target
|
@ -1,7 +1,7 @@
|
||||
Summary: Basic networking tools
|
||||
Name: net-tools
|
||||
Version: 1.60
|
||||
Release: 123%{?dist}
|
||||
Release: 124%{?dist}
|
||||
License: GPL+
|
||||
Group: System Environment/Base
|
||||
URL: http://net-tools.berlios.de/
|
||||
@ -345,6 +345,9 @@ fi
|
||||
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
||||
|
||||
%changelog
|
||||
* Mon Sep 19 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-124
|
||||
- Improved arp-ethers.service unit file (#735617)
|
||||
|
||||
* Wed Aug 24 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-123
|
||||
- Improved netstat_stop_trim.patch to not truncate IPV6 UDP sockets (#732984)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user