changeset 264:ab8c32c86e8a draft

Belatedly into 2008 :)
author Roy Marples <roy@marples.name>
date Tue, 08 Jan 2008 09:51:23 +0000
parents da580e857d69
children 1b6d351f7c0d
files 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
diffstat 35 files changed, 38 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Jan 08 09:41:22 2008 +0000
+++ b/Makefile	Tue Jan 08 09:51:23 2008 +0000
@@ -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 \
--- a/README	Tue Jan 08 09:41:22 2008 +0000
+++ b/README	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/arp.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/arp.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/arp.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/arp.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/client.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/client.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/client.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/client.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/common.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/common.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/common.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/common.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/config.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/config.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
  */
--- a/configure.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/configure.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/configure.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/configure.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/dhcp.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/dhcp.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/dhcp.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/dhcp.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/dhcpcd.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/dhcpcd.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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__
--- a/dhcpcd.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/dhcpcd.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/duid.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/duid.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/duid.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/duid.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/info.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/info.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/info.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/info.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/interface.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/interface.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/interface.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/interface.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/ipv4ll.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/ipv4ll.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/ipv4ll.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/ipv4ll.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/logger.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/logger.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/logger.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/logger.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/mk/cc.mk	Tue Jan 08 09:41:22 2008 +0000
+++ b/mk/cc.mk	Tue Jan 08 09:51:23 2008 +0000
@@ -1,4 +1,4 @@
-# Copyright 2008 Roy Marples
+# Copyright 2008 Roy Marples <roy@marples.name>
 
 # Setup some good default CFLAGS
 
--- a/mk/depend.mk	Tue Jan 08 09:41:22 2008 +0000
+++ b/mk/depend.mk	Tue Jan 08 09:51:23 2008 +0000
@@ -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
 
--- a/mk/dist.mk	Tue Jan 08 09:41:22 2008 +0000
+++ b/mk/dist.mk	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/mk/man.mk	Tue Jan 08 09:41:22 2008 +0000
+++ b/mk/man.mk	Tue Jan 08 09:51:23 2008 +0000
@@ -1,5 +1,5 @@
 # rules to install manpages
-# Copyright 2008 Roy Marples
+# Copyright 2008 Roy Marples <roy@marples.name>
 
 MANPREFIX?=	/usr/share
 MANMODE?=	0444
--- a/mk/os.mk	Tue Jan 08 09:41:22 2008 +0000
+++ b/mk/os.mk	Tue Jan 08 09:51:23 2008 +0000
@@ -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; \
--- a/mk/prog.mk	Tue Jan 08 09:41:22 2008 +0000
+++ b/mk/prog.mk	Tue Jan 08 09:51:23 2008 +0000
@@ -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 @@
 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}
--- a/signal.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/signal.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/signal.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/signal.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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
--- a/socket.c	Tue Jan 08 09:41:22 2008 +0000
+++ b/socket.c	Tue Jan 08 09:51:23 2008 +0000
@@ -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
  */
--- a/socket.h	Tue Jan 08 09:41:22 2008 +0000
+++ b/socket.h	Tue Jan 08 09:51:23 2008 +0000
@@ -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