Improved arp-ethers.service unit file (#735617)

This commit is contained in:
Jiri Popelka 2011-09-19 13:21:09 +02:00
parent 4d2bb7a29b
commit 0dfcd48958
2 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,7 @@
[Unit] [Unit]
Description=Load static arp entries Description=Load static arp entries
ConditionPathExists=/etc/ethers ConditionPathExists=/etc/ethers
DefaultDependencies=no After=network.service
After=shutdown.target
Wants=network.target
Before=network.target Before=network.target
[Service] [Service]
@ -12,4 +10,4 @@ ExecStart=/sbin/arp -f /etc/ethers
RemainAfterExit=yes RemainAfterExit=yes
[Install] [Install]
WantedBy=network.target WantedBy=multi-user.target

View File

@ -1,7 +1,7 @@
Summary: Basic networking tools Summary: Basic networking tools
Name: net-tools Name: net-tools
Version: 1.60 Version: 1.60
Release: 123%{?dist} Release: 124%{?dist}
License: GPL+ License: GPL+
Group: System Environment/Base Group: System Environment/Base
URL: http://net-tools.berlios.de/ URL: http://net-tools.berlios.de/
@ -345,6 +345,9 @@ fi
%attr(0644,root,root) %{_unitdir}/arp-ethers.service %attr(0644,root,root) %{_unitdir}/arp-ethers.service
%changelog %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 * Wed Aug 24 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-123
- Improved netstat_stop_trim.patch to not truncate IPV6 UDP sockets (#732984) - Improved netstat_stop_trim.patch to not truncate IPV6 UDP sockets (#732984)