From 90bd6bf3cad470e2b99a803d037726e8e53442d0 Mon Sep 17 00:00:00 2001 From: danny Date: Sat, 16 Jan 1999 10:57:01 +0000 Subject: y2k nit: date +%y -> date +%Y --- contrib/bind/bin/named/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/bind/bin') diff --git a/contrib/bind/bin/named/Makefile b/contrib/bind/bin/named/Makefile index 7e30cd0..28f1ca7 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 -- cgit v1.1