From 2cb140c3e78f8bfffb86f249621d65ae2e45e7d1 Mon Sep 17 00:00:00 2001 From: Daniel O'Callaghan Date: Sat, 16 Jan 1999 10:57:01 +0000 Subject: [PATCH] y2k nit: date +%y -> date +%Y --- contrib/bind/bin/named/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/bind/bin/named/Makefile b/contrib/bind/bin/named/Makefile index 7e30cd07159..28f1ca7d92e 100644 --- a/contrib/bind/bin/named/Makefile +++ b/contrib/bind/bin/named/Makefile @@ -46,7 +46,7 @@ PS=ps LDFLAGS= CFLAGS= ${CDEBUG} -I${PORTINCL} -I${INCL} ${DEFS} -VER= LOCAL-`date +%y%m%d.%H%M%S` +VER= LOCAL-`date +%Y%m%d.%H%M%S` HOSTNAMECMD= hostname || uname -n PROG= named