]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Belatedly into 2008 :)
authorRoy Marples <roy@marples.name>
Tue, 8 Jan 2008 09:51:23 +0000 (09:51 +0000)
committerRoy Marples <roy@marples.name>
Tue, 8 Jan 2008 09:51:23 +0000 (09:51 +0000)
35 files changed:
Makefile
README
arp.c
arp.h
client.c
client.h
common.c
common.h
config.h
configure.c
configure.h
dhcp.c
dhcp.h
dhcpcd.c
dhcpcd.h
duid.c
duid.h
info.c
info.h
interface.c
interface.h
ipv4ll.c
ipv4ll.h
logger.c
logger.h
mk/cc.mk
mk/depend.mk
mk/dist.mk
mk/man.mk
mk/os.mk
mk/prog.mk
signal.c
signal.h
socket.c
socket.h

index ef80961a6a9336dad2122383b865d99cabdb8c1e..719a9e8c0772b2771be7be0aaf8b44d16f964a79 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Makefile based on BSD's pmake.
 # Our mk stubs also work with GNU make.
-# Copyright 2008 Roy Marples
+# Copyright 2008 Roy Marples <roy@marples.name>
 
 PROG=          dhcpcd
 SRCS=          arp.c client.c common.c configure.c dhcp.c dhcpcd.c duid.c \
diff --git a/README b/README
index 284acc392839655dc8e75108eb601a5454d7fda5..dd858c25e4ce8d983fd317c895839be761b259a0 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 dhcpcd-3 - DHCP client daemon
-Copyright 2006-2007 Roy Marples <roy@marples.name>
+Copyright 2006-2008 Roy Marples <roy@marples.name>
 
 
 Installation
diff --git a/arp.c b/arp.c
index c49697dc1a4917bb2bdf7511bbba65465da7f9b0..b221d3800f988bb97f347e41c967047fbcb783a0 100644 (file)
--- a/arp.c
+++ b/arp.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/arp.h b/arp.h
index 95cdcce6d83ddd3dfcd3caaffecea5d49cfdc5cb..3b7e8ef5bfaf62e9913d23bb63b842183671df12 100644 (file)
--- a/arp.h
+++ b/arp.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index bdfb11939e8b07c4631ac0c1304285d4938691d5..914f4e06ffb6c17191d368a80fd479e3cc65b826 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 94ff29d8cf9cd084eadae0db6e80e59c4650cfa7..fa6ea9bb426140feb7026e83bd99fc4af7cc4c0c 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 84f050800d5a5e1430a9924f78edcfd53174f7e9..78f9694d1e32527defa36bfee2e056a8de39e3d0 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index a4a0a1aef563be21a22949e0ac198be3e56ac4fa..b28b6546c8ae1d8f9e8312e149d1c2e5ed2d6949 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 5397519ed2f548d6ac92d0680cf6adcd41cf10ae..d7e526ce972a4949c851d0eb34b406ea1d54ae95 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples <roy@marples.name>
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * 
  * Distributed under the terms of the GNU General Public License v2
  */
index 4dfc0ccfaa59710975979c20ba4e83ddcfd3c37c..f67a5b41073375ee8f3a27b14c0825d39e4a7a64 100644 (file)
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 60cb21a75169d977d968a176f5162cf1b76086aa..3166947f84fd6997e99fe6cbc64b7b0635712b83 100644 (file)
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/dhcp.c b/dhcp.c
index 30ec4b54b6292f7c63f03cc3dcc148afd428bfb4..13f6020091e27d54dabbdf30c6a85ab7dfa3a02c 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/dhcp.h b/dhcp.h
index 29da14128a915641838e2b9dfda1168a0ba7e98c..2987fc64fabcfd475e44a4276d77ae641020ba7d 100644 (file)
--- a/dhcp.h
+++ b/dhcp.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 561862ab939ab517a6ab00f365b7faf2ee3a5422..8bb65277721a6ae50c39e91159a60084b61d8f58 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 
-const char copyright[] = "Copyright (c) 2006-2007 Roy Marples";
+const char copyright[] = "Copyright (c) 2006-2008 Roy Marples";
 
 /* We need to define this to get kill on GNU systems */
 #ifdef __linux__
index cbfd24e33c2316f47a39bb5ec5f016b102b9e0ab..70caf98840f7881071491b88fe9e7c2311c0cb38 100644 (file)
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/duid.c b/duid.c
index 4c81d98d4fdbb9df16bec3611b3654e4ea162ede..f29cc9c843dbb17fd8ce84f1f4725de4fa7cab79 100644 (file)
--- a/duid.c
+++ b/duid.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/duid.h b/duid.h
index 9373f58ce430a7fb7ad224ad28d363e72546f852..a5bf3f919ab45847b63bcde2707f4fa810a6b924 100644 (file)
--- a/duid.h
+++ b/duid.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/info.c b/info.c
index b44aa18a98c98996c6d929938d2b87e0cdb45346..bf9ddbab89218e805e99f7686c87265f7adf4f28 100644 (file)
--- a/info.c
+++ b/info.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
diff --git a/info.h b/info.h
index db2dfc73d5b980271dc8faf39296bf23af3e0769..22966dba962d3216e9598261ff13d2fb2ffcd851 100644 (file)
--- a/info.h
+++ b/info.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 8710a076e55a277503294f1d138a6894bfcce591..c1ae633a28de4c44a91e47c09b89e189df4133b7 100644 (file)
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7b55a1b7da1bbf4c30aefd032cfe6830e68bcebf..a16387a18950963e76879ddd62766cf2d2b81686 100644 (file)
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 53eda857274969165ff08b9fe00fb4680a01ccf4..fd46c814d0300d1a6c2917490e7aaa9558aa237a 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 8c100f3a29dfcdd3ec067784f4f1b7914efdc004..4fa89439818b6ed9b8e41da5b8d7bbf1e1f0d368 100644 (file)
--- a/ipv4ll.h
+++ b/ipv4ll.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 0e03bea9dcf41479d4c8a604aff8ada8a7f16d77..421793b82d1570e8dbc0e4dee73c3a6e9cf4682a 100644 (file)
--- a/logger.c
+++ b/logger.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ce7e8e785934386b8219beda0486669d022ab199..89e7e4460f544442efa7f98a13b8fe4c8feba2c4 100644 (file)
--- a/logger.h
+++ b/logger.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 101d17c078ac6e647da3a7aaac75c1514902d958..18eae7eea2821d3ce968861152fd5ce3c8d90844 100644 (file)
--- a/mk/cc.mk
+++ b/mk/cc.mk
@@ -1,4 +1,4 @@
-# Copyright 2008 Roy Marples
+# Copyright 2008 Roy Marples <roy@marples.name>
 
 # Setup some good default CFLAGS
 
index 870d2ab797e025be633882a87ef79c758a166c6c..8123e98760cb72eadb1830d653dfafdebdf62a9a 100644 (file)
@@ -1,7 +1,7 @@
 # This only works for make implementations that always include a .depend if
 # it exists. Only GNU make does not do this.
 
-# Copyright 2008 Roy Marples
+# Copyright 2008 Roy Marples <roy@marples.name>
 
 CLEANFILES+=   .depend
 
index 01b0df2d402f76ceb767a3adf4803d8b09ef2084..00bfd930a565fefff677256d2eec9840f919299c 100644 (file)
@@ -1,5 +1,5 @@
-# rules to make a distribution tarball
-# Copyright 2008 Roy Marples
+# rules to make a distribution tarball from a git repo
+# Copyright 2008 Roy Marples <roy@marples.name>
 
 GITREF?=       HEAD
 DISTFILE?=     ${PROG}-${VERSION}.tar.bz2
index 94f345aecf64f947d692680dcf839017d380f863..63667b8ff0a6110ba3022009d452b30976b00c06 100644 (file)
--- a/mk/man.mk
+++ b/mk/man.mk
@@ -1,5 +1,5 @@
 # rules to install manpages
-# Copyright 2008 Roy Marples
+# Copyright 2008 Roy Marples <roy@marples.name>
 
 MANPREFIX?=    /usr/share
 MANMODE?=      0444
index 08a591967c68d1d197f3db0c155b0926dc6bfe49..731ff1c3b63297c2de0fac080d5523386bef98ee 100644 (file)
--- a/mk/os.mk
+++ b/mk/os.mk
@@ -1,5 +1,5 @@
 # Setup OS specific variables
-# Copyright 2008 Roy Marples
+# Copyright 2008 Roy Marples <roy@marples.name>
 
 # Work out if we need -lresolv or not
 _LIBRESOLV_SH= printf '\#include <netinet/in.h>\n\#include <resolv.h>\nint main (void) { return (res_init ()); }\n' > .res_init.c; \
index c36cfa41652a995dd2175149d6a9fa89e139ee98..8436cf3fe434f7fdc96bceb9cd6408a3cdc401e4 100644 (file)
@@ -1,7 +1,7 @@
 # rules to build a program 
 # based on FreeBSD's bsd.prog.mk
 
-# Copyright 2008 Roy Marples
+# Copyright 2008 Roy Marples <roy@marples.name>
 
 BINDIR?=       /sbin
 OBJS+=         ${SRCS:.c=.o}
@@ -11,7 +11,7 @@ INSTALL?=     install
 all: ${PROG} ${MAN}
 
 ${PROG}: ${SCRIPTS} ${OBJS}
-       ${CC} ${CFLAGS} ${LDFLAGS} ${PROGLDFLAGS} -o $@ ${OBJS} ${LDADD}
+       ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}
 
 _proginstall: ${PROG}
        ${INSTALL} -d ${DESTDIR}${BINDIR}
index 257678fdcf64b99d619f3e5f19d2dd5923f5793d..853b85d6467a8d26c623beea7ab717803593d9d6 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 8a7a491b7a40daf6307f68928ea7e1089ab4d842..cbd8477b17cb80cfe679f3b4726ff3ca8de3037f 100644 (file)
--- a/signal.h
+++ b/signal.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index e754f8d6764aab25c0c6accd41e055ff1006faea..92c438f5edb670acdc02b6c7e58f3dddcdf90552 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples <roy@marples.name>
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * 
  * Distributed under the terms of the GNU General Public License v2
  */
index bc5857b4a53455abe71118207df7703bb727505a..6fe8ab39e926a3b52bd3038d8409b23919f48575 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,6 +1,6 @@
 /* 
  * dhcpcd - DHCP client daemon
- * Copyright 2006-2007 Roy Marples
+ * Copyright 2006-2008 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without