diff options
| author | Roy Marples <roy@marples.name> | 2007-01-16 17:54:07 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-01-16 17:54:07 +0000 |
| commit | 3d19de577b30a50cc124067698d71a0dc1b51ca6 (patch) | |
| tree | 8b05fe8bc2c5277d4f0ebcacd75d081c6f32e870 /arp.h | |
| parent | ea8d3c946dcf5976e7817c4f95c8f92db59eb2ae (diff) | |
| download | dhcpcd-3d19de577b30a50cc124067698d71a0dc1b51ca6.tar.xz | |
For infinite timeout, we now resent the last request at TIMEOUT_MINI
intervals like we do otherwise.
We now return a non zero exit code on SIGTERM and SIGINT if we have not
forked into the background.
When NIS and/or NTP servers are updated, we restart the service for them
if we can.
Diffstat (limited to 'arp.h')
| -rw-r--r-- | arp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - - * Copyright (C) 2005 - 2006 Roy Marples <uberlord@gentoo.org> + * Copyright 2005 - 2007 Roy Marples <uberlord@gentoo.org> * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by |
